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 {