wangtao 2 rokov pred
rodič
commit
f8e51759a4

+ 1 - 1
package.json

@@ -92,4 +92,4 @@
         "> 1%",
         "last 2 versions"
     ]
-}
+}

+ 1 - 1
src/components3/tongxingguanli/index.vue

@@ -9,7 +9,7 @@
         <el-col class="top" :span="24">
           <el-col class="left" :span="6">
             <el-col class="top">今日总人流量</el-col>
-            <el-col class="bottom" style="text-align: center;" >
+            <el-col class="bottom"  >
               <el-col class="num">{{data1.n1}}<span class="unit">人/次</span></el-col>
             </el-col>
           </el-col>

+ 2 - 3
src/components3/zhihuibangong/index.vue

@@ -169,7 +169,7 @@ export default {
         }
         .attribute{
             margin:-26px 0 0 30px;
-            font-size: 12px;
+            font-size: 14px;
             .num {
               font-size: 14px;
               font-family: "微软雅黑";
@@ -177,7 +177,6 @@ export default {
               .unit {
                 font-size: 12px;
                 width: auto;
-                vertical-align: middle;
               }
             }
         }
@@ -215,7 +214,7 @@ export default {
           .unit {
             font-size: 16px;
             width: auto;
-            margin:10px 0 0 0px;
+            margin:0px 0 0 0px;
           }
         }
     }

+ 2 - 3
src/components3/zhihuixuexi/index.vue

@@ -131,7 +131,6 @@ export default {
             font-size: 18px;
             width: auto;
             margin: 10px 0 0 0px;
-            vertical-align: middle;
           }
         }
       }
@@ -172,13 +171,13 @@ export default {
       height:240px;
       position: absolute;
       left:-13px;
-      top:-40px;
+      top:-30px;
     }
     .lineL2{
       height:240px;
       position: absolute;
       left:12px;
-      top:-40px;
+      top:-30px;
     }
     .content {
       margin-top: 20px;

+ 1 - 1
vue.config.js

@@ -18,7 +18,7 @@ module.exports = {
     // 例如 https://www.yongtian.vip/。如果应用被部署在一个子路径上,你就需要用这个选项指定这个子路径。例如,如果你的应用被部署在 https://www.yongtian.vip/admin/,则设置 baseUrl 为 /admin/。
     publicPath: process.env.NODE_ENV === "production" ? "" : "",
     // 在npm run build 或 yarn build 时 ,生成文件的目录名称(要和baseUrl的生产环境路径一致)(默认dist)
-    outputDir: 'DXLargeScreen-v3-zhong',
+    outputDir: 'DXLargeScreen-v3-zhong-2560*1080',
     // 用于放置生成的静态资源 (js、css、img、fonts) 的;(项目打包之后,静态资源会放在这个文件夹下)
     assetsDir: 'static',
     // 是否开启eslint保存检测,有效值:ture | false | 'error'