feat: 表格已读行操作标记

This commit is contained in:
layhuts
2026-05-08 20:03:05 +08:00
parent 51e8b27d4c
commit e1f6449073
9 changed files with 882 additions and 2 deletions

View File

@@ -117,3 +117,12 @@
.vxe-grid--layout-body-content-wrapper {
overflow: hidden;
}
/* 已读行默认样式 */
.vxe-row--viewed {
color: hsl(var(--foreground) / 50%);
.vxe-body--column {
opacity: 0.9;
}
}