fix(工具箱/执行 JavaScript): 优化界面样式
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user