diff --git a/src/components/charge/ChargeQueue.vue b/src/components/charge/ChargeQueue.vue index f9df768..a860d57 100644 --- a/src/components/charge/ChargeQueue.vue +++ b/src/components/charge/ChargeQueue.vue @@ -30,7 +30,13 @@ style="height: 100%;width: 100%" placeholder="根据姓名搜索" @input="searchInput" - /> + > + +
@@ -356,7 +362,7 @@ const selected= ref(false) cursor: pointer; } -:deep(.el-input--prefix) { +:deep(.el-date-editor) { visibility: hidden; width: 0; height: 0; diff --git a/src/views/Layout.vue b/src/views/Layout.vue index 9ded5df..1fc3ced 100644 --- a/src/views/Layout.vue +++ b/src/views/Layout.vue @@ -1,5 +1,4 @@