style(cargo-type): 调整表格行高及注释部分样式

- 将表格行高从32调整为22以增强紧凑感
- 注释掉表头和数据行的 padding 样式,暂时禁用加高效果
- 注释掉表格容器的高度自适应样式,避免布局异常
- 调整分页组件容器的内边距以优化视觉间距
This commit is contained in:
2026-07-29 16:52:14 +08:00
parent ee84cad033
commit 46d34f489e
3 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ const validateRemark = (rule, value, callback) => {
export const getCargoTypeOption = ctx => ({
height: 'auto',
calcHeight: 32,
calcHeight: 22,
dialogWidth: 760,
labelPosition: 'right',
labelWidth: 'auto',