|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div style="height: 88%; width: 100%">
|
|
|
+ <div style="height: 85%; width: 95%">
|
|
|
<el-table
|
|
|
ref="multipleTable"
|
|
|
v-loading="false"
|
|
|
@@ -133,7 +133,7 @@ export default {
|
|
|
border: none;
|
|
|
color: #eee;
|
|
|
background: transparent;
|
|
|
- .el-table tr {
|
|
|
+ .el-table__row {
|
|
|
background: transparent;
|
|
|
}
|
|
|
.el-table__cell {
|
|
|
@@ -141,14 +141,17 @@ export default {
|
|
|
}
|
|
|
.el-table__row--striped {
|
|
|
background: #1d3e58;
|
|
|
- }
|
|
|
- .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
|
|
|
- background: transparent;
|
|
|
+ .el-table__cell {
|
|
|
+ background: transparent !important;
|
|
|
+ }
|
|
|
}
|
|
|
.el-table__body tr:hover > td {
|
|
|
background-color: #3d5f89 !important;
|
|
|
}
|
|
|
}
|
|
|
+/deep/ .el-table::before {
|
|
|
+ background-color: unset !important;
|
|
|
+}
|
|
|
/deep/ .el-pagination__total {
|
|
|
color: #eee;
|
|
|
}
|