This commit is contained in:
zhaohy
2024-09-02 16:24:11 +08:00
2 changed files with 9 additions and 0 deletions

View File

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

View File

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