From 185a4e07a69b89348306451a1aa96c11549ba524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=9E=81=E6=BD=87=E6=B9=98?= <191387258@qq.com> Date: Thu, 26 Nov 2020 16:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Duni-list-item=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=8F=B3=E4=BE=A7=E7=AE=AD=E5=A4=B4=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E5=9C=A8=E5=AE=89=E5=8D=93app=E4=B8=AD=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E5=9E=82=E7=9B=B4=E5=B1=85=E4=B8=AD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复uni-list-item组件右侧箭头图标在安卓app中不能垂直居中的问题 详情见官方论坛:https://ask.dcloud.net.cn/question/111979&sort_key=agree_count&sort=DESC --- components/uni-list-item/uni-list-item.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/uni-list-item/uni-list-item.vue b/components/uni-list-item/uni-list-item.vue index a49c7c27..0119e5ef 100644 --- a/components/uni-list-item/uni-list-item.vue +++ b/components/uni-list-item/uni-list-item.vue @@ -232,6 +232,7 @@ justify-content: space-between; background-color: #fff; flex-direction: row; + align-items: center; } .uni-list-item--disabled { @@ -409,4 +410,4 @@ lines: 2; /* #endif */ } - \ No newline at end of file +