From f2cb49592c4b85a5a857a922a0437a50f03f1317 Mon Sep 17 00:00:00 2001
From: yijiusmile <253281376@qq.com>
Date: 星期二, 09 二月 2021 22:08:07 +0800
Subject: [PATCH] 员工智搜界面完善,选择员工界面缩小

---
 src/views/user/Informationinput.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index fadc29d..4479fab 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -1796,7 +1796,7 @@
         <el-button @click="dialogIsShow()">取 消</el-button>
       </div>
     </el-dialog>
-    <el-dialog title="选择员工" :visible.sync="dialogShowXzyg" width="90%">
+    <el-dialog title="选择员工" :visible.sync="dialogShowXzyg">
       <Selectuser @selectedUser="selectedUser" @cancleChooseUser="cancleChooseUser" />
     </el-dialog>
   </div>
@@ -4624,7 +4624,7 @@
   }
 }
 </script>
-<style lang="scss">
+<style lang="scss" scoped>
 .el-container {
   height: 770px;
 
@@ -4666,8 +4666,6 @@
   margin-top: 20px;
 }
 
-</style>
-<style lang="scss" scoped>
 .el-select {
   width: 100%;
 }

--
Gitblit v1.8.0