From cc58f03500c27ed8254f6967f2c47d39d618763a Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 5 Feb 2026 20:27:52 +0800 Subject: [PATCH] css --- common/style/layout.styl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/style/layout.styl b/common/style/layout.styl index 82a581e..3120580 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -428,8 +428,10 @@ uni-button:after { background-color: #c9c9c9; } .btn-search-icon { + height: 80rpx !important; + line-height: 80rpx !important; margin: 0 !important; - padding: 0 !important; + padding: 0 20rpx !important; } .mini-btn { }