调整VariableInput样式,更加紧凑

This commit is contained in:
fofolee
2025-01-12 11:35:10 +08:00
parent 06938cade1
commit e13f778f2a
2 changed files with 37 additions and 15 deletions

View File

@@ -218,7 +218,7 @@ export default defineComponent({
arrayEditorColumns: {
id: {
label: "id",
width: 3,
width: 2,
noIcon: true,
},
title: {
@@ -228,7 +228,7 @@ export default defineComponent({
description: {
label: "描述",
noIcon: true,
width: 4,
width: 5,
},
},
};