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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user