|
|
@ -28,7 +28,7 @@
|
|
|
|
<img class="icon-down" src="@/assets/icon/down.svg" alt="">
|
|
|
|
<img class="icon-down" src="@/assets/icon/down.svg" alt="">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
class="select-list"
|
|
|
|
class="select-list 2222"
|
|
|
|
:class="{'show-select-list': isSelectType === 'authors'}"
|
|
|
|
:class="{'show-select-list': isSelectType === 'authors'}"
|
|
|
|
@mouseenter="onSelectEnter('authors')"
|
|
|
|
@mouseenter="onSelectEnter('authors')"
|
|
|
|
@mouseleave="onSelectLeave('authors')"
|
|
|
|
@mouseleave="onSelectLeave('authors')"
|
|
|
@ -163,6 +163,7 @@ const toSearch = () => {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 99;
|
|
|
|
z-index: 99;
|
|
|
|
left: 0;
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
top: 25px;
|
|
|
|
&.show-select-list {
|
|
|
|
&.show-select-list {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|