fix: tool store style

This commit is contained in:
wangdan-fit2cloud 2025-09-29 11:00:59 +08:00
parent 0a85921159
commit 752f19007f

View File

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