601 图表样式修改(背景色的改变出现的样式问题)

This commit is contained in:
hanyuxia
2022-08-26 16:35:12 +08:00
parent 7f573f4b63
commit 96ce38cb9d

View File

@@ -76,7 +76,7 @@
}
.el-tabs__nav-wrap::after {
height: 1px;
background-color: white ;
background-color: transparent ;
}
.el-tabs__nav.is-top {
.el-tabs__active-bar {
@@ -289,6 +289,7 @@
display:flex;
justify-content: flex-start;
align-items: center;
background: white;
margin-top: 2px;
width: 100%;
height:40px;