Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -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 { | ... | ... |
-
Please register or sign in to post a comment