table滚动条样式修改

This commit is contained in:
zhujiyan
2024-09-02 18:54:03 +08:00
parent bc94be36b8
commit 209aa60b03
2 changed files with 42 additions and 1 deletions

View File

@@ -72,7 +72,7 @@
/* scroll bar */
::-webkit-scrollbar {
width: 8px;
width: 6px;
height: 200px;
// background-color: var(--el-color-primary);
}