|
|
@@ -0,0 +1,53 @@ |
|
|
|
.my_table { |
|
|
|
// border: 1px solid red; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.look { |
|
|
|
color: rgba(15, 252, 252, 1); |
|
|
|
} |
|
|
|
|
|
|
|
::v-deep .el-table__body-wrapper::-webkit-scrollbar { |
|
|
|
display: none; |
|
|
|
width: 0; |
|
|
|
height: 0; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 去掉el-table的所有背景颜色以及所有hover的颜色 |
|
|
|
::v-deep .el-table, |
|
|
|
|
|
|
|
::v-deep .el-table--border { |
|
|
|
background-color: transparent !important; |
|
|
|
color: rgba(214, 234, 252, 1); |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
::v-deep .el-table .el-table__header-wrapper th { |
|
|
|
background-color: rgba(44, 116, 223, 0.462) !important; |
|
|
|
color: rgba(214, 234, 252, 1); |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
::v-deep .el-table tr, |
|
|
|
::v-deep .el-table__body tr:hover>td { |
|
|
|
border: 0; |
|
|
|
background-color: transparent !important; |
|
|
|
} |
|
|
|
|
|
|
|
::v-deep.el-table--striped .el-table__body tr.el-table__row--striped td { |
|
|
|
border: 0; |
|
|
|
// background-color: transparent !important; |
|
|
|
background: rgba(49, 129, 246, 0.1); |
|
|
|
} |
|
|
|
|
|
|
|
::v-deep.el-table td, |
|
|
|
.el-table th.is-leaf { |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
::v-deep .my_table .el-table .el-table__header-wrapper { |
|
|
|
background-color: rgba(44, 117, 223, 1) !important; |
|
|
|
} |