29 lines
1.7 KiB
CSS
29 lines
1.7 KiB
CSS
|
|
.el-table {
|
||
|
|
background-color: transparent !important; /* Set the background color for the table */
|
||
|
|
--el-table-text-color: #eee !important;
|
||
|
|
|
||
|
|
--el-table-border-color: transparent !important; /* Set the border color for the table */
|
||
|
|
--el-table-border: 1px solid #fff !important; /* Set the border for the table */
|
||
|
|
--el-table-border-style: none !important; /* Set the border style for the table */
|
||
|
|
--el-table-border-width: 0 !important; /* Set the border width for the table */
|
||
|
|
--el-table-header-bg-color: transparent !important; /* Set the background color for the table header */
|
||
|
|
--el-table-header-text-color: #eee !important; /* Set the text color for the table header */
|
||
|
|
--el-table-header-cell-padding: 0 0 0 0 !important; /* Set the padding for the table header cell */
|
||
|
|
--el-table-row-hover-bg-color: transparent !important; /* Set the background color for the table row on hover */
|
||
|
|
--el-table-row-hover-text-color: #fff !important; /* Set the text color for the table row on hover */
|
||
|
|
--el-table-row-text-color: #fff !important; /* Set the text color for the table row */
|
||
|
|
--el-table-row-bg-color: transparent !important; /* Set the background color for the table row */
|
||
|
|
--el-table-header-cell-height: 40px !important; /* Set the height for the table header cell */
|
||
|
|
--el-table-cell-height: 40px !important; /* Set the height for the table cell */
|
||
|
|
--el-table-cell-padding: 0 0 0 0 !important; /* Set the padding for the table cell */
|
||
|
|
--el-table-tr-bg-color: transparent !important; /* Set the background color for the table row */
|
||
|
|
}
|
||
|
|
|
||
|
|
.title{
|
||
|
|
height: 20px;
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 700;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
color: #fff;
|
||
|
|
}
|