fix(工具箱/执行 JavaScript): 优化界面样式

This commit is contained in:
2026-01-03 23:41:12 +08:00
parent a666679ebd
commit 1ff42aa911

View File

@@ -274,8 +274,8 @@ onBeforeUnmount(() => {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-grow: 1; flex-grow: 1;
gap: 12px; gap: 20px;
margin-top: 12px; margin-top: 20px;
height: 0; height: 0;
.n-card { .n-card {
@@ -306,7 +306,7 @@ onBeforeUnmount(() => {
} }
.n-card:last-child { .n-card:last-child {
margin-top: 12px; margin-top: 20px;
} }
} }
} }