|
|
@ -421,3 +421,22 @@ a:hover{ |
|
|
width: 220px; |
|
|
width: 220px; |
|
|
border-right: 0; |
|
|
border-right: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* board2 看板样式*/ |
|
|
|
|
|
.board2 .el-table .cell { |
|
|
|
|
|
line-height: 13px; |
|
|
|
|
|
font-size: 12px; |
|
|
|
|
|
height: 13px; |
|
|
|
|
|
padding: 0px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.board2 .el-table .success-row { |
|
|
|
|
|
background: #1bb61b; |
|
|
|
|
|
} |
|
|
|
|
|
.board2 .el-table .false-row { |
|
|
|
|
|
/*background: #cbcb14;*/ |
|
|
|
|
|
background: #db1212; |
|
|
|
|
|
} |
|
|
|
|
|
.board2 .el-table .yellow-row{ |
|
|
|
|
|
background: #ffff00; |
|
|
|
|
|
} |