From 67c4c8032e6830c3f35f8659c88503224a945d8d Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 27 Dec 2024 16:48:33 +0800 Subject: [PATCH] =?UTF-8?q?style(layout):=20=E8=B0=83=E6=95=B4=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A0=8F=E5=B7=A6=E4=BE=A7=E5=8C=BA=E5=9F=9F=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 .left 类的 height 属性从3px - 此调整旨在 32px 修改为 3优化搜索栏的视觉效果和布局 --- ui/packages/layout/AiSearchBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/packages/layout/AiSearchBar.vue b/ui/packages/layout/AiSearchBar.vue index 2901f23f..3c82a4a4 100644 --- a/ui/packages/layout/AiSearchBar.vue +++ b/ui/packages/layout/AiSearchBar.vue @@ -62,7 +62,7 @@ export default { .left { padding-top: 1px; - height: 32px; + height: 33px; overflow: hidden; .content {