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) {