refactor(option): 优化货物类型相关字段结构与样式调整
- 删除重复的“上级货物类型”相关字段配置,移至更合理位置 - 为部分字段增加隐藏和只读属性,避免误操作 - 注释移除样式中max-width限制,调整宽度显示 - 保持字段校验规则一致性,确保表单验证准确 - 代码格式与结构整理,提升可读性和维护性
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
display: flex;
|
||||
flex: 0 0 100%;
|
||||
justify-content: flex-end;
|
||||
max-width: 100%;
|
||||
//max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user