🔨 修改样式.

This commit is contained in:
lijiahangmax
2025-09-25 01:37:48 +08:00
parent 69bc5b859f
commit 364120c143
3 changed files with 24 additions and 1 deletions

View File

@@ -19,7 +19,25 @@
font-size: 13px;
}
// 表格
// 表格
.arco-table-tr-checked .arco-table-td {
background-color: rgb(var(--gray-1)) !important;
}
.arco-table-tr-checked .arco-table-td:hover {
background-color: rgb(var(--gray-1)) !important;
}
.arco-table-tr-checked.arco-table-tr:hover .arco-table-td {
background-color: rgb(var(--gray-2)) !important;
}
.arco-table-tr-checked .arco-table-td.arco-table-col-fixed-left::before,
.arco-table-tr-checked .arco-table-td.arco-table-col-fixed-right::before {
background-color: rgb(var(--gray-2)) !important;
}
// 表格单元格
.arco-table-cell {
.circle {
display: inline-block;