From 3c0323496f9291fe4ec7f0200061e2c025c47f6f Mon Sep 17 00:00:00 2001 From: Elune <201507802@qq.com> Date: Sat, 7 Mar 2020 13:02:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=BB=E9=A2=98=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E6=8C=89=E9=92=AE=E4=B8=8B=E7=A7=BB=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=81=E4=BC=98=E5=8C=96tabs=E8=A2=ABfooter=E9=81=AE?= =?UTF-8?q?=E6=8C=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/assets/styles/eladmin.scss | 7 ++++++- src/components/Crud/CRUD.operation.vue | 2 +- src/views/components/icons/index.vue | 6 +++--- src/views/login.vue | 2 +- src/views/system/job/index.vue | 2 ++ src/views/tools/storage/index.vue | 2 +- 7 files changed, 15 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 5f1baa7..6076e6a 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "html-webpack-plugin": "3.2.0", "husky": "1.3.1", "lint-staged": "8.1.5", - "node-sass": "^4.13.0", + "node-sass": "^4.13.1", "plop": "2.3.0", "runjs": "^4.3.2", "sass-loader": "^7.1.0", diff --git a/src/assets/styles/eladmin.scss b/src/assets/styles/eladmin.scss index 3ef9ac6..813a714 100644 --- a/src/assets/styles/eladmin.scss +++ b/src/assets/styles/eladmin.scss @@ -19,7 +19,7 @@ display: inline-block; vertical-align: middle; margin-bottom: 10px; - height: 30.5px; + height: 30.5px !important; width: 223px !important; } } @@ -101,3 +101,8 @@ font-family: Courier New, serif; font-size: 12px } + +.el-tabs{ + padding-left: 8px; + margin-bottom: 25px; +} diff --git a/src/components/Crud/CRUD.operation.vue b/src/components/Crud/CRUD.operation.vue index fd96c56..d57c8c3 100644 --- a/src/components/Crud/CRUD.operation.vue +++ b/src/components/Crud/CRUD.operation.vue @@ -188,7 +188,7 @@ export default {