From 0876e51d0f968ce38a048a78f9ebafcb8841f9bc Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期三, 29 七月 2020 20:49:22 +0800 Subject: [PATCH] 添加系统维护 --- src/pages/settings/index/App.vue | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/pages/settings/index/App.vue b/src/pages/settings/index/App.vue index 84c1bb0..e5a2172 100644 --- a/src/pages/settings/index/App.vue +++ b/src/pages/settings/index/App.vue @@ -74,7 +74,7 @@ width: 100% !important; box-sizing: border-box; padding: 10px; - background-color: #e9ebf2; + background-color: #f8f9fb; .s-system-manage-breadcrumb { height: 5%; box-sizing: border-box; @@ -107,7 +107,7 @@ } .el-tabs__item.is-active { color: #3d68e1; - font-weight: bold; + // border-right-color: #fff; // border-left-color: #fff; } @@ -116,12 +116,15 @@ } } } + .el-tabs__header{ + margin-bottom: 0; + } .el-tabs__content { height: calc(100% - 64px); - width: calc(100% - 20px); box-sizing: border-box; overflow-y: auto; - padding: 10px 40px !important; + padding: 20px 40px !important; + background: #fff; .el-tab-pane { width: 100%; .s-title { -- Gitblit v1.8.0