|
|
@@ -136,7 +136,7 @@ const clickSeeAll = () => {
|
|
|
</div>
|
|
|
<div v-else class="select_title_2">{{ Serval }}</div>
|
|
|
<span class="iconfont_icon">
|
|
|
- <svg class="iconfont" aria-hidden="true">
|
|
|
+ <svg class="iconfont icon_dark" aria-hidden="true">
|
|
|
<use xlink:href="#icon-icon_dropdown_b"></use>
|
|
|
</svg>
|
|
|
</span>
|
|
|
@@ -198,14 +198,14 @@ const clickSeeAll = () => {
|
|
|
.select {
|
|
|
cursor: pointer;
|
|
|
width: 368px;
|
|
|
- height: 40px;
|
|
|
+ height: 32px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
background-color: white;
|
|
|
- border: 1px solid var(--color-border);
|
|
|
+ border: 1px solid var(--color-select-border);
|
|
|
border-radius: var(--border-radius-6);
|
|
|
- background-color: var(--tips-bg-color);
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
.select:hover {
|
|
|
border: 1px solid var(--color-theme);
|