style(layout): 调整搜索栏左侧区域高度

- 将 .left 类的 height 属性从3px
- 此调整旨在 32px 修改为 3优化搜索栏的视觉效果和布局
This commit is contained in:
aixianling
2024-12-27 16:48:33 +08:00
parent 39ce5404c1
commit 67c4c8032e

View File

@@ -62,7 +62,7 @@ export default {
.left {
padding-top: 1px;
height: 32px;
height: 33px;
overflow: hidden;
.content {