动态表单测试

This commit is contained in:
Gary Fu
2024-01-13 15:42:37 +08:00
parent b2618f2086
commit 3887d39449
2 changed files with 7 additions and 2 deletions

View File

@@ -101,6 +101,10 @@ html, body, #app, .index-container {
--el-input-width: 220px;
}
.common-subform.el-form--inline .el-input{
--el-input-width: 220px;
}
.form-edit-width-70 {
width:70%
}