fix: 优化搜索框样式
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
class="search-bar-element shadow-1"
|
class="search-bar-element shadow-1"
|
||||||
placeholder="搜索"
|
placeholder="搜索"
|
||||||
size="large"
|
size="large"
|
||||||
|
:clearable="true"
|
||||||
@keydown.enter="openSearchResult"
|
@keydown.enter="openSearchResult"
|
||||||
>
|
>
|
||||||
<template #suffix>
|
<template #suffix>
|
||||||
@@ -103,10 +104,6 @@ import {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.n-input__suffix {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-btn {
|
.search-btn {
|
||||||
|
Reference in New Issue
Block a user