fix(app): 统一 gap 样式,移除无效的属性
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user