fix: 优化搜索框样式
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user