@@ -523,7 +524,7 @@
@@ -531,7 +532,7 @@
@@ -539,7 +540,7 @@
@@ -547,7 +548,7 @@
@@ -555,7 +556,7 @@
@@ -2894,9 +2895,13 @@ export default {
box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
}
-/* 优化表格单元格内容 */
+/* 表格单元格:略增大上下左右留白,避免拥挤 */
.order-table ::v-deep .el-table td {
- padding: 8px 0;
+ padding: 12px 10px;
+}
+
+.order-table ::v-deep .el-table th {
+ padding: 12px 10px;
}
/* 合并列:退款/到账/价保等标签换行排列 */
@@ -2905,13 +2910,21 @@ export default {
flex-wrap: wrap;
justify-content: center;
align-items: center;
- gap: 4px;
+ gap: 8px 10px;
max-width: 100%;
+ padding: 6px 4px;
+ line-height: 1.5;
}
.order-status-flags .el-tag {
margin: 0;
}
+/* 状态列单元格略加垂直空间 */
+.order-table ::v-deep .order-status-flags-cell .cell {
+ padding-top: 10px;
+ padding-bottom: 10px;
+}
+
/* 优化地址列显示,防止过长换行 */
.order-table ::v-deep .el-table .address-cell {
max-width: 280px;
@@ -2920,8 +2933,7 @@ export default {
white-space: nowrap;
}
-.order-table ::v-deep .el-table th {
- padding: 10px 0;
+.order-table ::v-deep .el-table thead th {
background-color: #fafafa;
font-weight: 600;
}