fix(工具箱): 优化界面样式

This commit is contained in:
2025-02-03 21:50:49 +08:00
parent 0631f3ae24
commit 7291dedeaf
2 changed files with 11 additions and 3 deletions

View File

@@ -196,8 +196,14 @@ function handleOpenTool(data) {
border-radius: 8px;
}
> .n-card:not(:first-child) {
margin-top: 20px;
> .n-card {
&:not(:first-child) {
margin-top: 20px;
}
> .n-card__content {
height: 0;
}
}
.form-no-feedback .n-form-item-feedback-wrapper,