Compare commits

..

2 Commits

Author SHA1 Message Date
牛子源 6fd2c14396 Merge remote-tracking branch 'origin/main' 2025-05-14 14:29:55 +08:00
牛子源 b1160b4976 dev 2025-05-14 14:29:47 +08:00
1 changed files with 8 additions and 2 deletions

View File

@ -30,7 +30,13 @@
style="height: 100%;width: 100%" style="height: 100%;width: 100%"
placeholder="根据姓名搜索" placeholder="根据姓名搜索"
@input="searchInput" @input="searchInput"
/> >
<template #prefix>
<el-icon>
<Search/>
</el-icon>
</template>
</el-input>
</div> </div>
<div class="add" @click="addChargeOrder" @mousemove="selected=true" @mouseleave="selected=false"> <div class="add" @click="addChargeOrder" @mousemove="selected=true" @mouseleave="selected=false">
<el-icon style="margin-right: 7px"> <el-icon style="margin-right: 7px">
@ -356,7 +362,7 @@ const selected= ref(false)
cursor: pointer; cursor: pointer;
} }
:deep(.el-input--prefix) { :deep(.el-date-editor) {
visibility: hidden; visibility: hidden;
width: 0; width: 0;
height: 0; height: 0;