|
@@ -25,8 +25,14 @@ export default {
|
|
|
<style>
|
|
|
.el-table__header-wrapper,.el-table__body-wrapper,.el-table__cell,tr {
|
|
|
background-color: transparent !important;
|
|
|
- color: #fbfbfb! important;
|
|
|
- font-size: 12px!important;
|
|
|
+ color: #ebebeb !important;
|
|
|
+ font-size: 12px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-table__header-wrapper .el-table__cell{
|
|
|
+ color: #fff !important;
|
|
|
+ font-size: 14px !important;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{
|
|
|
border-bottom: 0!important;
|
|
@@ -44,7 +50,7 @@ tbody tr {
|
|
|
/* background-color: #141414 !important; */
|
|
|
}
|
|
|
.el-table .el-table__cell{
|
|
|
- padding: 0;
|
|
|
+ padding: 5px 0;
|
|
|
height: 4.4vh!important;
|
|
|
}
|
|
|
|