fix(app): 统一 gap 样式,移除无效的属性

This commit is contained in:
2026-03-09 08:18:59 +08:00
parent 2d805cf02d
commit 02237e3e30
4 changed files with 13 additions and 13 deletions

View File

@@ -1342,12 +1342,8 @@ onBeforeUnmount(() => {
<style lang="less" scoped>
.actions {
.n-flex {
gap: 10px !important;
&:not(:first-child) {
margin-top: 10px;
}
.n-flex:not(:first-child) {
margin-top: 10px;
}
}

View File

@@ -11,7 +11,7 @@
<!-- 操作 -->
<n-card size="small" title="操作">
<n-flex justify="center" gap="12">
<n-flex justify="center">
<n-button
type="success"
:disabled="data.isRunning"