Browse Source

init xqc_640

bding 1 year ago
parent
commit
2e7b72fcbb
2 changed files with 4 additions and 3 deletions
  1. 2 2
      src/views/Home.vue
  2. 2 1
      src/views/report_manage/reportdtl.vue

+ 2 - 2
src/views/Home.vue

@@ -49,7 +49,7 @@
                   <a :href="`/${item.level_path}`" class="el-level-path" :style="`display: block;color:${item.level_path===activePath ? '#FDB863 ' : '#fff'}`" @click="(e) => e.preventDefault() ">
                   <a :href="`/${item.level_path}`" class="el-level-path" :style="`display: block;color:${item.level_path===activePath ? '#FDB863 ' : '#fff'}`" @click="(e) => e.preventDefault() ">
                     <img :src="item.icon_path" alt="" style="width:24px;height:24px;" />
                     <img :src="item.icon_path" alt="" style="width:24px;height:24px;" />
                     <span class="titleLetter" v-show="isCollapse">{{isCollapse?MenuLetterMap[item.name]||'':''}}</span>
                     <span class="titleLetter" v-show="isCollapse">{{isCollapse?MenuLetterMap[item.name]||'':''}}</span>
-                    <span style="display:inline-block; width:96px; text-align:left;font-size:15px;margin-left:15px;">{{item.name}}</span>
+                    <span style="display:inline-block; width:96px; text-align:left;font-size:15px;margin-left:20px;">{{item.name}}</span>
                   </a>
                   </a>
                 </el-menu-item>
                 </el-menu-item>
                 
                 
@@ -57,7 +57,7 @@
                   <template slot="title">
                   <template slot="title">
                     <img :src="item.icon_path" alt="" style="width:24px;height:24px;" />
                     <img :src="item.icon_path" alt="" style="width:24px;height:24px;" />
                     <span class="titleLetter" v-show="isCollapse">{{isCollapse?MenuLetterMap[item.name]||'':''}}</span>
                     <span class="titleLetter" v-show="isCollapse">{{isCollapse?MenuLetterMap[item.name]||'':''}}</span>
-                    <span style="display:inline-block; width:96px; text-align:left;font-size:15px; margin-left:15px;"
+                    <span style="display:inline-block; width:96px; text-align:left;font-size:15px; margin-left:20px;"
                         >{{item.name}}</span>
                         >{{item.name}}</span>
                   </template>
                   </template>
                   <el-menu-item
                   <el-menu-item

+ 2 - 1
src/views/report_manage/reportdtl.vue

@@ -198,8 +198,9 @@
       }
       }
     }
     }
 		#resetcss{
 		#resetcss{
-			p{
+			ul,ol,li,p{
 				font-size: 18px !important;
 				font-size: 18px !important;
+				line-height: 26px !important;
 			}
 			}
 			span{
 			span{
 				font-size: 18px !important;
 				font-size: 18px !important;