fix 字体大小

This commit is contained in:
duanliang
2026-02-02 18:50:36 +08:00
parent 3853793886
commit cee259db65

View File

@@ -418,7 +418,7 @@
:deep(.el-dialog__title) {
color: #fff;
font-weight: bold;
font-size:vw(22);
font-size:vw(32);
}
.bom-box {
.table2{
@@ -431,7 +431,7 @@
.header {
height: vh(28);
font-weight: 400;
font-size:vw(20);
font-size:vw(32);
color: #fff;
display: flex;
padding:0;
@@ -446,7 +446,7 @@
}
.list {
overflow-y: auto;
height: vh(490);
height: vh(180);
/* 滚动条整体样式 */
&::-webkit-scrollbar {
width: vw(4); /* 滚动条的宽度 */
@@ -463,7 +463,7 @@
.item {
height: vh(50);
font-weight: 400;
font-size:vw(18);
font-size:vw(28);
color: #f1f7ff;
display: flex;
&:nth-child(2n + 1) {