fix: tool store style

v3.2
wangdan-fit2cloud 2025-09-29 11:00:59 +08:00
parent 0a85921159
commit 752f19007f
1 changed files with 2 additions and 2 deletions

View File

@ -357,8 +357,8 @@ defineExpose({ open })
} }
.category-scrollbar { .category-scrollbar {
max-height: calc(100vh - 260px); height: calc(100vh - 260px);
min-height: 500px; // min-height: 500px;
} }
} }
</style> </style>