|
@@ -58,6 +58,7 @@
|
|
|
<n-input v-model:value="keyword" @keydown.enter="handleSearch()" type="text" clearable placeholder="Please Enter Keywords" />
|
|
|
</div>
|
|
|
<div class="search_r" @click="handleSearch()">
|
|
|
+ <span class="iconfont icon-sousuo"></span>
|
|
|
Search
|
|
|
</div>
|
|
|
</div>
|
|
@@ -653,11 +654,16 @@ getDictListData();
|
|
|
width: var(--size-105);
|
|
|
font-size: var(--size-16);
|
|
|
color: #ffffff;
|
|
|
- text-align: center;
|
|
|
height: var(--size-44);
|
|
|
background: linear-gradient(0deg, #7b9c4f 0%, #2da19d 100%), #1a1a1a;
|
|
|
- line-height: var(--size-44);
|
|
|
cursor: pointer;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ span {
|
|
|
+ font-size: var(--size-20);
|
|
|
+ margin-right: var(--size-4);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|