From 217a7a595e9c35ac6d7866bf78efe8672a6e937f Mon Sep 17 00:00:00 2001 From: lixuehua Date: Thu, 5 Aug 2021 18:55:56 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=BE=A9button=E6=8C=89?= =?UTF-8?q?=E9=88=95=E9=BB=98=E8=AA=8D=E7=82=BA=E5=A1=8A=E5=85=83=E7=B4=A0?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=EF=BC=8C=E6=94=B9=E7=82=BA=E8=A1=8C=E5=85=A7?= =?UTF-8?q?=E5=A1=8A=E5=85=83=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uview-ui/components/u-button/u-button.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uview-ui/components/u-button/u-button.vue b/uview-ui/components/u-button/u-button.vue index 82c3a6f0..d5d6372f 100644 --- a/uview-ui/components/u-button/u-button.vue +++ b/uview-ui/components/u-button/u-button.vue @@ -353,11 +353,11 @@ export default { //border-radius: 10rpx; /* #ifndef APP-NVUE */ display: inline-flex; + flex-direction: row; /* #endif */ // 避免边框某些场景可能被“裁剪”,不能设置为hidden overflow: visible; line-height: 1; - @include vue-flex; align-items: center; justify-content: center; cursor: pointer;