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

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

View File

@@ -57,7 +57,7 @@ export const getCargoTypeOption = ctx => ({
dataType: 'number',
dicData: typeLevelDic,
search: true,
searchSpan: 12,
searchSpan: 6,
value: 2,
span: 24,
minWidth: 120,
@@ -108,7 +108,7 @@ export const getCargoTypeOption = ctx => ({
prop: 'cargoCode',
minWidth: 140,
search: true,
searchSpan: 12,
searchSpan: 6,
maxlength: 4,
editDisabled: true,
rules: [