修改字体大小

This commit is contained in:
A1300399510
2023-11-08 15:59:50 +08:00
parent 70b1029f89
commit f3640815ad
16 changed files with 31 additions and 29 deletions

View File

@@ -491,13 +491,13 @@ defineExpose({
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
font-size: 14px;
color: #000000;
}
.img {
width: 20px;
height: 20px;
width: 16px;
// height: 20px;
object-fit: contain;
margin-right: 5px;
}