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