From 98826e051486d61b8032c2da3a6d3ca733ef69a3 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期五, 21 五月 2021 17:14:16 +0800 Subject: [PATCH] 管线查询条件BUG、附属设施在线下面的bug --- src/styles/theme-dark/el-ui/tabs.less | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/styles/theme-dark/el-ui/tabs.less b/src/styles/theme-dark/el-ui/tabs.less index 17808d8..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 @background-color-split !important; padding: 0; position: relative; margin: 0 0 15px; } - .el-tabs__active-bar{ position: absolute; bottom: 0; -- Gitblit v1.8.0