From cee259db654edcb0909e117ff39379bc159f117f Mon Sep 17 00:00:00 2001 From: duanliang <540489889@qq.com> Date: Mon, 2 Feb 2026 18:50:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/box-2.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/home/components/box-2.vue b/src/views/home/components/box-2.vue index 3d2b781..0daffd3 100644 --- a/src/views/home/components/box-2.vue +++ b/src/views/home/components/box-2.vue @@ -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) {