From 1aaa1ef396be45d367b80bae9482314a1d106517 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Tue, 29 Nov 2022 18:00:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=93=B6=E4=BF=9Dapp=E3=80=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E4=B8=AA=E4=BA=BA=E4=BF=9D?= =?UTF-8?q?=E8=B4=B9=E6=8E=92=E8=A1=8C=E6=A6=9C=E5=AD=97=E4=BD=93=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=20=E4=BB=A5=E5=8F=8A=E4=B8=9A=E7=BB=A9=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=B8=A0=E9=81=93=E4=B8=9A=E7=BB=A9=E9=93=B6=E8=A1=8C?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4=E4=B8=BA?= =?UTF-8?q?=E5=B7=A6=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/YB_APP/home.vue | 10 +++++----- src/views/YB_APP/performanceQuery.vue | 4 ++-- vue.config.js | 7 ------- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/src/views/YB_APP/home.vue b/src/views/YB_APP/home.vue index a4552d04c..fdb1612f8 100644 --- a/src/views/YB_APP/home.vue +++ b/src/views/YB_APP/home.vue @@ -52,7 +52,7 @@
-
{{ebizPremRankGMList[0].prem}}万
+
{{ebizPremRankGMList[0].prem}}万
@@ -63,7 +63,7 @@
-
{{ebizPremRankGMList[1].prem}}万
+
{{ebizPremRankGMList[1].prem}}万
@@ -74,7 +74,7 @@
-
{{ebizPremRankGMList[2].prem}}万
+
{{ebizPremRankGMList[2].prem}}万
@@ -85,7 +85,7 @@
-
{{ebizPremRankGMList[3].prem}}万
+
{{ebizPremRankGMList[3].prem}}万
@@ -96,7 +96,7 @@
-
{{ebizPremRankGMList[4].prem}}万
+
{{ebizPremRankGMList[4].prem}}万
diff --git a/src/views/YB_APP/performanceQuery.vue b/src/views/YB_APP/performanceQuery.vue index f73f1e719..e5e3f22e3 100644 --- a/src/views/YB_APP/performanceQuery.vue +++ b/src/views/YB_APP/performanceQuery.vue @@ -766,13 +766,13 @@ display:flex;justify-content:space-between;align-items:center;height:50px;background:#EEEEEE; } .channelORnetween_list_maincon_title{ - display:flex;align-items:center; + display:flex;align-items:center;width:200px; } .channelORnetween_list_maincon_title_img{ width:20px;height:20px;margin-left:10px; } .channelORnetween_list_maincon_title_span{ - font-size:14px;color:#333;margin-left:10px;font-weight:bold; + font-size:14px;color:#333;margin-left:10px;font-weight:bold;text-align:left; } .channelORnetween_list_maincon_title_mark{ margin-right:10px;width:130px; diff --git a/vue.config.js b/vue.config.js index 654197636..b85b0faf5 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,18 +1,11 @@ const autoprefixer = require('autoprefixer') const pxtoviewport = require('postcss-px-to-viewport') -const CompressionWebpackPlugin = require('compression-webpack-plugin'); module.exports = { publicPath: process.env.NODE_ENV === 'production' ? '/' : '/', lintOnSave: process.env.NODE_ENV === 'development', //是否开启代码检查 outputDir: 'dist', //打包输出目录 productionSourceMap: false, - configureWebpack: config => { - config.plugins.push(new CompressionWebpackPlugin({ - filename: '[path][name].gz', - test: /\.(js|css)$/i - })); - }, css: { loaderOptions: { postcss: {