style: table overflow scroller style

This commit is contained in:
jialin
2026-03-17 16:35:55 +08:00
committed by jialin
parent 194b7aff2e
commit d99475bb80
2 changed files with 13 additions and 20 deletions
+12
View File
@@ -8,3 +8,15 @@
}
}
}
.scroll-table {
.ant-table {
.ant-table-container {
.ant-table-body,
.ant-table-content {
scrollbar-width: thin;
scrollbar-color: var(--color-scrollbar-thumb) transparent;
}
}
}
}