style(cargo-type): 调整表格行高及注释部分样式
- 将表格行高从32调整为22以增强紧凑感 - 注释掉表头和数据行的 padding 样式,暂时禁用加高效果 - 注释掉表格容器的高度自适应样式,避免布局异常 - 调整分页组件容器的内边距以优化视觉间距
This commit is contained in:
3
.workbuddy/memory/2025-07-29.md
Normal file
3
.workbuddy/memory/2025-07-29.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
## 2025-07-29
|
||||||
|
|
||||||
|
- 货物类型管理页面(cargo-type):搜索栏「类型」和「货物类型编码」字段 searchSpan 从 12 分别调整为 6 和 8,收窄 input 宽度使两字段在一排内紧凑展示
|
||||||
@@ -57,7 +57,7 @@ export const getCargoTypeOption = ctx => ({
|
|||||||
dataType: 'number',
|
dataType: 'number',
|
||||||
dicData: typeLevelDic,
|
dicData: typeLevelDic,
|
||||||
search: true,
|
search: true,
|
||||||
searchSpan: 12,
|
searchSpan: 6,
|
||||||
value: 2,
|
value: 2,
|
||||||
span: 24,
|
span: 24,
|
||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
@@ -108,7 +108,7 @@ export const getCargoTypeOption = ctx => ({
|
|||||||
prop: 'cargoCode',
|
prop: 'cargoCode',
|
||||||
minWidth: 140,
|
minWidth: 140,
|
||||||
search: true,
|
search: true,
|
||||||
searchSpan: 12,
|
searchSpan: 6,
|
||||||
maxlength: 4,
|
maxlength: 4,
|
||||||
editDisabled: true,
|
editDisabled: true,
|
||||||
rules: [
|
rules: [
|
||||||
|
|||||||
Reference in New Issue
Block a user