From f578cf219d043f69f97138b16f0a0a4d3da6b5fe Mon Sep 17 00:00:00 2001 From: wangxiuxiu96 Date: Tue, 9 Sep 2025 17:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=9C=AC=E5=92=8C?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=97=B4=E8=B7=9D=E4=B8=8D=E5=AF=B9=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangxiuxiu96 --- systemres/main/resources/base/element/float_sys.json | 4 ++++ systemres/main/resources/base/element/id_defined.json | 6 ++++++ systemres/main/resources/base/element/pattern.json | 4 ++++ systemres/main/resources/tv/element/float_sys.json | 4 ++++ 4 files changed, 18 insertions(+) diff --git a/systemres/main/resources/base/element/float_sys.json b/systemres/main/resources/base/element/float_sys.json index 7f49b8c1..0d94db9e 100644 --- a/systemres/main/resources/base/element/float_sys.json +++ b/systemres/main/resources/base/element/float_sys.json @@ -752,6 +752,10 @@ "name": "search_cancel_button_focus_padding", "value": "0.0vp" }, + { + "name": "search_text_field_right_padding_with_button", + "value": "0.0vp" + }, { "name": "search_symbol_icon_height", "value": "16.0fp" diff --git a/systemres/main/resources/base/element/id_defined.json b/systemres/main/resources/base/element/id_defined.json index fc52805e..35bd08c8 100644 --- a/systemres/main/resources/base/element/id_defined.json +++ b/systemres/main/resources/base/element/id_defined.json @@ -33334,6 +33334,12 @@ "name": "textinput_text_counter", "order": 6610, "flags": "private" + }, + { + "type": "float", + "name": "search_text_field_right_padding_with_button", + "order": 6611, + "flags": "private" } ] } diff --git a/systemres/main/resources/base/element/pattern.json b/systemres/main/resources/base/element/pattern.json index 9aa9e875..25b64502 100644 --- a/systemres/main/resources/base/element/pattern.json +++ b/systemres/main/resources/base/element/pattern.json @@ -4384,6 +4384,10 @@ "name": "search_text_field_right_padding_without_button", "value": "$float:padding_level6" }, + { + "name": "search_text_field_right_padding_with_button", + "value": "$float:search_text_field_right_padding_with_button" + }, { "name": "search_focus_bg_color", "value": "$color:search_container_focus_color" diff --git a/systemres/main/resources/tv/element/float_sys.json b/systemres/main/resources/tv/element/float_sys.json index ab8a946d..f28655f0 100644 --- a/systemres/main/resources/tv/element/float_sys.json +++ b/systemres/main/resources/tv/element/float_sys.json @@ -252,6 +252,10 @@ "name": "search_cancel_button_focus_padding", "value": "4.0vp" }, + { + "name": "search_text_field_right_padding_with_button", + "value": "9.0vp" + }, { "name": "textfield_border_radius", "value": "27.0vp" -- Gitee