|
@@ -10,20 +10,20 @@
|
|
|
:data="tableData"
|
|
|
:header-cell-style="{
|
|
|
height: '40px',
|
|
|
- background: 'rgba(83, 98, 104,0.2)',
|
|
|
+ background: 'rgba(22, 31, 30,1)',
|
|
|
color: '#b2bdc0',
|
|
|
'border-bottom': '0px solid red',
|
|
|
}"
|
|
|
:cell-style="{
|
|
|
height: '40px',
|
|
|
-
|
|
|
+ background: 'rgba(0, 0, 0,1)',
|
|
|
'border-bottom': 'solid 0px #242424',
|
|
|
}"
|
|
|
stripe
|
|
|
style="
|
|
|
width: 100%;
|
|
|
margin-bottom: 10px;
|
|
|
- background: 'rgba(83, 98, 104)';
|
|
|
+ background: 'rgba(83, 98, 104,1)';
|
|
|
"
|
|
|
>
|
|
|
<el-table-column
|
|
@@ -137,4 +137,8 @@ export default {
|
|
|
/deep/.el-table__fixed::before {
|
|
|
height: 0;
|
|
|
}
|
|
|
+/deep/.main-body .el-table.el-table--striped .el-table__body tr.el-table__row--striped td{
|
|
|
+ opacity: 1!important;
|
|
|
+ background-color: yellowgreen;
|
|
|
+}
|
|
|
</style>
|