[fix 83998] 文字对齐问题

This commit is contained in:
danshihao
2024-04-25 16:39:21 +08:00
parent a4d2809932
commit 738b2f2e10
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -527,6 +527,7 @@ button.ant-btn {
.cease::before { .cease::before {
width: 0.06rem; width: 0.06rem;
height: 0.06rem; height: 0.06rem;
margin-bottom: 0.01rem;
margin-right: 0.04rem; margin-right: 0.04rem;
} }
} }
+1
View File
@@ -97,6 +97,7 @@ export default {
margin-left: 8px; margin-left: 8px;
font-family: Alimama ShuHeiTi, Alimama ShuHeiTi, sans-serif; font-family: Alimama ShuHeiTi, Alimama ShuHeiTi, sans-serif;
font-weight: bold; font-weight: bold;
vertical-align: middle;
font-size: 14px; font-size: 14px;
color: @text-color; color: @text-color;
line-height: 16px; line-height: 16px;