1. 修复vite打包axios报错的bug;

2. 适配form、form-item的size属性。
This commit is contained in:
vdpAdmin
2022-01-12 14:09:31 +08:00
parent 1921746b8d
commit 9a2c6040c5
17 changed files with 27 additions and 28 deletions

View File

@ -6,7 +6,7 @@
<el-row class="header-row">
<div class="action-header-column">
<span class="action-label">{{i18nt('render.hint.subFormAction')}}</span>
<el-button :disabled="actionDisabled" round type="primary" size="mini" class="action-button" @click="addSubFormRow"
<el-button :disabled="actionDisabled" round type="primary" size="small" class="action-button" @click="addSubFormRow"
:title="i18nt('render.hint.subFormAddActionHint')">
{{i18nt('render.hint.subFormAddAction')}}<i class="el-icon-plus el-icon-right"></i></el-button>
</div>

View File

@ -123,7 +123,7 @@
return this.formConfig.size
}
return 'medium'
return 'default'
},
customClass() {