8e84067d by 任超

style:table样式修改

1 parent 0eceb795
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
9 9
10 } 10 }
11 11
12 .cell { 12 .el-table__row .cell {
13 color: #02D9FD !important; 13 color: #ACEFFA !important;
14 } 14 }
15 15
16 .el-table__row { 16 .el-table__row {
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
27 //transparent:默认。背景颜色为透明。 27 //transparent:默认。背景颜色为透明。
28 // background-color: inherit !important; 28 // background-color: inherit !important;
29 background-color: transparent; 29 background-color: transparent;
30 color: #02D9FD;
30 } 31 }
31 32
32 & tr { 33 & tr {
......