From 0ea19e021ae9f748c0f626258b78653999ba8e3e Mon Sep 17 00:00:00 2001 From: zhangxinyue Date: Wed, 28 Sep 2022 22:52:00 +0800 Subject: [PATCH] bug fix Signed-off-by: zhangxinyue --- .../src/main/js/default/pages/stepperItem/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui/ace_standard/src/main/js/default/pages/stepperItem/style/style.css b/arkui/ace_standard/src/main/js/default/pages/stepperItem/style/style.css index 99d20f168..e291de16c 100644 --- a/arkui/ace_standard/src/main/js/default/pages/stepperItem/style/style.css +++ b/arkui/ace_standard/src/main/js/default/pages/stepperItem/style/style.css @@ -428,7 +428,7 @@ height: 20px; font-size: 15px; margin-bottom: 2px; - background-color:#0FFFFFF; + background-color:violet; width: 100%; margin-left: 10px; margin-right: 10px; -- GitLab