修改 监控中心 树结构滚动条样式

This commit is contained in:
fks-yangshouda
2024-09-02 16:23:21 +08:00
parent b41ac8dcbe
commit c9b67317a3
2 changed files with 9 additions and 0 deletions

View File

@@ -478,4 +478,9 @@
// border-radius: 1px;
// background-color: #2778ff;
// }
::v-deep .ant-tree-list-scrollbar-thumb {
width: 75% !important;
background: rgba(0, 0, 0, 0.25) !important;
}
</style>

View File

@@ -702,4 +702,8 @@
position: relative;
padding-left: 9px;
}
::v-deep .ant-tree-list-scrollbar-thumb {
width: 75% !important;
background: rgba(0, 0, 0, 0.25) !important;
}
</style>