ios按钮文字显示一半
This commit is contained in:
@ -203,7 +203,8 @@ export default {
|
|||||||
.twoBtn {
|
.twoBtn {
|
||||||
button {
|
button {
|
||||||
border: none;
|
border: none;
|
||||||
width: 48px;
|
//width: 48px;
|
||||||
|
padding: 2px;
|
||||||
@include all-height(20px);
|
@include all-height(20px);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@include fontWeightSize(bold, 12px)
|
@include fontWeightSize(bold, 12px)
|
||||||
|
@ -161,8 +161,9 @@ export default {
|
|||||||
.twoBtn{
|
.twoBtn{
|
||||||
button{
|
button{
|
||||||
border: none;
|
border: none;
|
||||||
width: 48px;
|
//width: 48px;
|
||||||
@include all-height(20px);
|
@include all-height(20px);
|
||||||
|
padding: 2px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@include fontWeightSize(bold,12px)
|
@include fontWeightSize(bold,12px)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user