From 10b043568dbe047eface8e417bfc3716e7148fbc Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 08 四月 2021 17:40:35 +0800 Subject: [PATCH] echarts小时数据的修改 --- src/styles/theme-dark/el-ui/tabs.less | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles/theme-dark/el-ui/tabs.less b/src/styles/theme-dark/el-ui/tabs.less index 3ca346b..17808d8 100644 --- a/src/styles/theme-dark/el-ui/tabs.less +++ b/src/styles/theme-dark/el-ui/tabs.less @@ -1,7 +1,7 @@ .el-tabs{} .el-tabs__header{ - border-bottom: 1px solid #26defd; + border-bottom: 1px solid @background-color-split !important; padding: 0; position: relative; margin: 0 0 15px; @@ -125,7 +125,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