|
|
@ -17,7 +17,7 @@ |
|
|
|
/> |
|
|
|
</el-select> --> |
|
|
|
</ElDialog> |
|
|
|
<div v-else class="custom-hover custom-hover1" @click.stop="showTopSearch = !showTopSearch"> |
|
|
|
<div v-else class="custom-hover custom-hover2" @click.stop="showTopSearch = !showTopSearch"> |
|
|
|
<Icon icon="ep:search" color="#ffffff"/> |
|
|
|
<el-select |
|
|
|
filterable |
|
|
@ -170,10 +170,7 @@ defineExpose({ |
|
|
|
.w-220px { |
|
|
|
width: 220px !important; |
|
|
|
} |
|
|
|
.custom-hover1:hover{ |
|
|
|
opacity: 0.5; |
|
|
|
.custom-hover2:hover{ |
|
|
|
background-color: transparent; |
|
|
|
scale: 1.1; |
|
|
|
transition: all 50ms; |
|
|
|
} |
|
|
|
</style> |