fix 优化

This commit is contained in:
duanliang
2026-01-28 09:54:41 +08:00
parent dc70c68ad5
commit bc401377a4

View File

@@ -561,6 +561,7 @@
:deep(.el-dialog__title) { :deep(.el-dialog__title) {
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
font-size: font-vw(22)
} }
.bom-box { .bom-box {
.table2{ .table2{
@@ -604,7 +605,7 @@
.item { .item {
height: vh(80); height: vh(80);
font-weight: 400; font-weight: 400;
font-size: font-vw(14); font-size: font-vw(18);
color: #f1f7ff; color: #f1f7ff;
display: flex; display: flex;
&:nth-child(2n + 1) { &:nth-child(2n + 1) {