From df9a2c18202ce571d32864d325eb3e930fb0cb70 Mon Sep 17 00:00:00 2001 From: an-yongtai Date: Tue, 22 Oct 2024 16:50:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(AppUI):=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E8=BE=93=E5=85=A5=E5=86=85=E5=AE=B9=E4=B8=8E=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E5=9B=BE=E6=A0=87=E8=B7=9D=E7=A6=BB=E8=BF=87=E8=BF=91?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/AppUI/SearchInputBar.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qml/AppUI/SearchInputBar.qml b/qml/AppUI/SearchInputBar.qml index 364090b..d360a29 100644 --- a/qml/AppUI/SearchInputBar.qml +++ b/qml/AppUI/SearchInputBar.qml @@ -80,7 +80,8 @@ UkuiItems.StyleBackground { id: textInput clip: true anchors.right: clearButton.left - width: parent.width - searchIcon.width - clearButton.width + width: parent.width - searchIcon.width - clearButton.width - + searchIcon.anchors.leftMargin - clearButton.anchors.rightMargin height: parent.height selectByMouse: true verticalAlignment: TextInput.AlignVCenter