配置代码

This commit is contained in:
2024-12-03 11:47:14 +08:00
parent 5f5af1821f
commit f474e9e1c8
209 changed files with 24169 additions and 11 deletions

View File

@@ -0,0 +1,29 @@
.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;
}