style(business): 调整计划调度弹窗表头背景色
- 在运输计划调度弹窗待调度列表的el-table组件增加表头背景色样式 - 将表头背景由白色改为浅灰色 #fafafa,与整体风格保持一致 style(insurance): 优化保险OCR模板弹窗表单样式 - 使用section-card组件包裹弹窗表单,实现卡片化白底圆角效果 - 调整字段映射表格列宽和对齐方式,键名列宽改为180居中,自定义映射值列去除宽度限制 - 改善输入框右侧字数统计显示,避免被截断显示不全
This commit is contained in:
@@ -3774,6 +3774,7 @@
|
||||
height="100%"
|
||||
row-key="_key"
|
||||
class="business-crud-page__dispatch-table"
|
||||
:header-cell-style="{ background: '#fafafa' }"
|
||||
>
|
||||
<el-table-column type="index" label="序号" width="70" align="center" fixed="left" />
|
||||
<el-table-column label="运输方式" min-width="180" align="center" show-overflow-tooltip>
|
||||
|
||||
Reference in New Issue
Block a user