fix 优化

This commit is contained in:
duanliang
2026-01-28 09:56:47 +08:00
parent be75778018
commit f09d8c972b

View File

@@ -418,6 +418,7 @@
:deep(.el-dialog__title) { :deep(.el-dialog__title) {
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
font-size:vw(22);
} }
.bom-box { .bom-box {
.table2{ .table2{
@@ -430,7 +431,7 @@
.header { .header {
height: vh(28); height: vh(28);
font-weight: 400; font-weight: 400;
font-size: vw(12); font-size:vw(20);
color: #fff; color: #fff;
display: flex; display: flex;
padding:0; padding:0;
@@ -462,7 +463,7 @@
.item { .item {
height: vh(50); height: vh(50);
font-weight: 400; font-weight: 400;
font-size: vw(14); font-size:vw(18);
color: #f1f7ff; color: #f1f7ff;
display: flex; display: flex;
&:nth-child(2n + 1) { &:nth-child(2n + 1) {