mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 19:20:37 +08:00
调整VariableInput样式,更加紧凑
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user