|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<!-- 日报预览 -->
|
|
|
<div>
|
|
|
- <el-form :model="fromCreat" style="margin:3% 12%">
|
|
|
+ <el-form :model="fromCreat" class="from-creat">
|
|
|
<div style="display: flex; white-space: nowrap; font-family:SimSuncss">
|
|
|
<span style="flex:1;font-weight: bold;font-size: 24px;color: #3a8ee6">{{ fromCreat.reportName }}</span>
|
|
|
<span style="flex:2;margin: 0.5% 0 0 20px;font-size: 17px;">by {{ fromCreat.ownner }}</span>
|
|
@@ -98,7 +98,12 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style scoped>
|
|
|
+<style scoped lang="scss">
|
|
|
+ .from-creat {
|
|
|
+ margin: 3% auto;
|
|
|
+ padding: 0 2%;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
.titleStyle {
|
|
|
color: #333B4A;
|
|
|
margin: 1% 0 1% 0;
|