From ce2c228ab18d674d05ba9b17d4205a321510ffb9 Mon Sep 17 00:00:00 2001 From: "@ran-zhao-yu" Date: Thu, 4 Sep 2025 15:15:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=80=E8=87=B4=E6=80=A7=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @ran-zhao-yu --- systemres/main/resources/2in1/element/float.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systemres/main/resources/2in1/element/float.json b/systemres/main/resources/2in1/element/float.json index ab05bd9d..e540f4df 100644 --- a/systemres/main/resources/2in1/element/float.json +++ b/systemres/main/resources/2in1/element/float.json @@ -331,6 +331,9 @@ { "name": "menu_item_vertical_padding_token", "value": "4.0vp" + }, + { + }, { "name": "ohos_id_dialog_background_shadow_on", -- Gitee From b647990568be2adcecfc1ef17a5a8f04b555ae3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=89=E5=8F=AC=E5=AE=87?= Date: Thu, 4 Sep 2025 07:18:45 +0000 Subject: [PATCH 2/2] update systemres/main/resources/2in1/element/float.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 冉召宇 --- systemres/main/resources/2in1/element/float.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/systemres/main/resources/2in1/element/float.json b/systemres/main/resources/2in1/element/float.json index e540f4df..4fc35752 100644 --- a/systemres/main/resources/2in1/element/float.json +++ b/systemres/main/resources/2in1/element/float.json @@ -333,7 +333,16 @@ "value": "4.0vp" }, { - + "name": "toast_default_shadow_style", + "value": "$float:ohos_id_default_shadow_s" + }, + { + "name": "popup_default_shadow_style", + "value": "$float:ohos_id_default_shadow_s" + }, + { + "name": "menu_default_shadow_style", + "value": "$float:ohos_id_default_shadow_s" }, { "name": "ohos_id_dialog_background_shadow_on", -- Gitee