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 {