fix: 优化搜索框样式

This commit is contained in:
2024-08-31 19:25:19 +08:00
parent afcf5d56b4
commit 9ffd67758b

View File

@@ -12,6 +12,7 @@
class="search-bar-element shadow-1"
placeholder="搜索"
size="large"
:clearable="true"
@keydown.enter="openSearchResult"
>
<template #suffix>
@@ -103,10 +104,6 @@ import {
box-shadow: none;
border: none !important;
}
.n-input__suffix {
margin-left: 0;
}
}
.search-btn {