Compare commits
No commits in common. "6fd2c14396741067bb997433d408de34b8c663db" and "ce0e3559810a3106ac6f8db935a3540ea24f331c" have entirely different histories.
6fd2c14396
...
ce0e355981
|
|
@ -30,13 +30,7 @@
|
||||||
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">
|
||||||
|
|
@ -362,7 +356,7 @@ const selected= ref(false)
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.el-date-editor) {
|
:deep(.el-input--prefix) {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue