[fix 83955] 移动端按钮字体

This commit is contained in:
danshihao
2024-04-26 15:13:19 +08:00
parent 38234ee386
commit b526148e13
+3
View File
@@ -384,6 +384,8 @@ button.ant-btn {
// 移动端rem
.mobile-html {
button.ant-btn {
font-family: PingFang SC, PingFang SC, sans-serif;
font-weight: 600;
font-size: 0.14rem;
line-height: 0.2rem;
border-radius: 0.02rem;
@@ -397,6 +399,7 @@ button.ant-btn {
}
&.ant-btn-primary {
&.ant-btn-background-ghost {
font-weight: 500;
border-width: 0.01rem;
}
}