refactor(接口测试): 插件表单渲染参数调整

This commit is contained in:
fit2-zhao 2024-02-15 13:31:03 +08:00 committed by Craftsman
parent a513d0778d
commit eb56b30e9d
1 changed files with 2 additions and 3 deletions

View File

@ -543,10 +543,9 @@
const fApi = ref(); const fApi = ref();
const options = { const options = {
form: { form: {
layout: 'vertical', labelAlign: 'right',
labelPosition: 'right', autoLabelWidth: true,
size: 'small', size: 'small',
labelWidth: '00px',
hideRequiredAsterisk: false, hideRequiredAsterisk: false,
showMessage: true, showMessage: true,
inlineMessage: false, inlineMessage: false,