ios按钮文字显示一半

This commit is contained in:
2023-08-23 16:31:55 +08:00
parent f6ba33b0a2
commit bb72a584b7
2 changed files with 4 additions and 2 deletions

View File

@ -203,7 +203,8 @@ export default {
.twoBtn {
button {
border: none;
width: 48px;
//width: 48px;
padding: 2px;
@include all-height(20px);
border-radius: 3px;
@include fontWeightSize(bold, 12px)

View File

@ -161,8 +161,9 @@ export default {
.twoBtn{
button{
border: none;
width: 48px;
//width: 48px;
@include all-height(20px);
padding: 2px;
border-radius: 3px;
@include fontWeightSize(bold,12px)
}