style: 优化搜索框布局与间距

This commit is contained in:
ikmkj
2026-03-03 17:17:48 +08:00
parent 6d5233cb4b
commit f0f9b3f52f

View File

@@ -152,6 +152,7 @@ const handleClear = () => {
.search-box {
display: flex;
align-items: center;
margin-right: 16px;
}
:deep(.search-input .el-input__wrapper) {