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

This commit is contained in:
hanyuxia
2022-08-26 16:55:42 +08:00
parent 96ce38cb9d
commit 75b6317a0c

View File

@@ -10,11 +10,10 @@
height:100%;
.tab-pane {
height:100%;
border: 1px solid #E2E5EC;;
padding:1px;
border-radius: 4px 4px 0 0;
.tab-table {
border:0px;
border: 1px solid #E2E5EC;
border-radius: 4px 4px 0 0;
padding: 1px;
.data-click:hover{
cursor: pointer;
}