From 12ac24e91636c9723b2e89fc354735aa27e10c69 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期二, 13 四月 2021 16:00:24 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/styles/theme-dark/el-ui/tabs.less | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/styles/theme-dark/el-ui/tabs.less b/src/styles/theme-dark/el-ui/tabs.less index 3ca346b..746d5b0 100644 --- a/src/styles/theme-dark/el-ui/tabs.less +++ b/src/styles/theme-dark/el-ui/tabs.less @@ -1,12 +1,15 @@ -.el-tabs{} +.el-tabs{ +} +.el-table td, .el-table th{ + padding: 0; +} .el-tabs__header{ - border-bottom: 1px solid #26defd; + border-bottom: 1px solid @background-color-split !important; padding: 0; position: relative; margin: 0 0 15px; } - .el-tabs__active-bar{ position: absolute; bottom: 0; @@ -125,7 +128,9 @@ overflow: hidden; position: relative; } - +.el-tabs--card > .el-tabs__header{ + border-bottom: 1px solid @background-color-split; +} .el-tabs--card > .el-tabs__header .el-tabs__active-bar { display: none; } -- Gitblit v1.8.0