签字确认页面字体大小调整

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2024-01-26 13:55:12 +08:00
parent 85cfccd60e
commit a6f572b816

View File

@@ -1866,12 +1866,12 @@ export default {
line-height: 30px;
}
/deep/ .fs16{
font-size: 16px;
font-size: 16px!important;
}
/deep/ .fs20{
font-size: 20px;
font-size: 16px;
.van-cell{
font-size: 20px;
font-size: 16px;
}
}
</style>