From 44c105e2bdc1d73b4fa630f2d1159382f9f7e2f1 Mon Sep 17 00:00:00 2001 From: dqjdda <201507802@qq.com> Date: Thu, 15 Aug 2019 20:36:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BA=86elementui=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=88=B02.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/config/index.js | 2 +- src/layout/components/AppMain.vue | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 22e1eff..d0fbcfc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "codemirror": "^5.38.0", "connect": "3.6.6", "echarts": "4.1.0", - "element-ui": "2.4.6", + "element-ui": "^2.10.1", "file-saver": "1.3.8", "js-cookie": "2.2.0", "jsencrypt": "^3.0.0-rc.1", diff --git a/src/config/index.js b/src/config/index.js index 556a8a9..5bf337d 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -61,5 +61,5 @@ export default { /** * 备案号 */ - caseNumber: '浙ICP备18005431号-3' + caseNumber: '浙ICP备18005431号' } diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 3cb04a1..5c3a0b5 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -35,6 +35,7 @@ export default { width: 100%; position: relative; overflow: hidden; + padding-bottom: 12px; } .fixed-header+.app-main {