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> --> </el-select> -->
</ElDialog> </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"/> <Icon icon="ep:search" color="#ffffff"/>
<el-select <el-select
filterable filterable
@ -170,10 +170,7 @@ defineExpose({
.w-220px { .w-220px {
width: 220px !important; width: 220px !important;
} }
.custom-hover1:hover{ .custom-hover2:hover{
opacity: 0.5;
background-color: transparent; background-color: transparent;
scale: 1.1;
transition: all 50ms;
} }
</style> </style>
Loading…
Cancel
Save