Browse Source

ui

hella_online_20240829
wangyufei 2 months ago
parent
commit
952a394fad
  1. 7
      src/components/RouterSearch/index.vue

7
src/components/RouterSearch/index.vue

@ -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>
Loading…
Cancel
Save