| | |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | @import "../../../../assets/css/base"; |
| | | .shehuiBaoxian-table{ |
| | | .el-table tr{ |
| | | background-color: #CEF2FF; |
| | |
| | | .el-table__body tr.hover-row.current-row>td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell, .el-table__body tr.hover-row>td.el-table__cell{ |
| | | background: transparent; |
| | | } |
| | | .el-table .cell{ |
| | | font-size: $fontSize-28; |
| | | color: $color-darkGrey; |
| | | font-weight: 300; |
| | | line-height: 1; |
| | | } |
| | | } |
| | | </style> |
| | | <style lang="scss" scoped> |