This commit is contained in:
X1627315083
2025-09-02 12:59:30 +08:00
parent 33a4a50d5e
commit 4b9a606b68
34 changed files with 132 additions and 130 deletions

View File

@@ -337,7 +337,18 @@ export default defineComponent({
flex: 1;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
/* Webkit 浏览器 */
&::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
background: transparent;
}
&::-webkit-scrollbar-horizontal {
display: none;
}
> .generalDragBox{
min-height: 100%;