diff --git a/src/assets/scss/dataBoard/table.scss b/src/assets/scss/dataBoard/table.scss new file mode 100644 index 000000000..9e7bdd99c --- /dev/null +++ b/src/assets/scss/dataBoard/table.scss @@ -0,0 +1,43 @@ +.table { + /deep/ .el-table td, /deep/ .el-table th, /deep/ .el-table tr { + padding: 14px !important; + border:none!important; + min-height: 52px; + + } + /deep/ .el-table td, /deep/ .el-table th { + background: none!important; + } + /deep/ .el-table td { + font-size: 14px; + font-weight: 400; + color: #FFFFFF; + text-shadow: 1px 2px 4px rgba(10,32,60,0.51); + } + /deep/ .el-table tr { + background: url("@/assets/images/manyidu/table_line.png") no-repeat bottom center!important; + &:hover { + background-color: rgba(26, 149, 255, 0.3) !important; + } + } + + /deep/ .el-table { + background: none !important; + + &:before { + background: url("@/assets/images/manyidu/table_line.png") no-repeat bottom center!important; + } + } + /deep/ .el-table__header-wrapper tr { + color: #A3B9DA !important; + font-size: 14px; + font-weight: 400; + opacity: 0.76; + &:hover { + background: none!important; + } + } + /deep/ .el-table__header-wrapper { + background: url("@/assets/images/manyidu/table_head_bg.png") no-repeat top center; + } +} \ No newline at end of file