From 601ebdfe8ec5d8109148763dc983663ea749e407 Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期四, 04 二月 2021 23:02:12 +0800
Subject: [PATCH] 修改员工智搜

---
 src/views/user/Informationinput.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index 2b48fa9..7293bc2 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -4248,16 +4248,16 @@
   margin-top: 20px;
 }
 
+</style>
+<style lang="scss" scoped>
+.el-autocomplete{
+  width: 100%;
+}
 .el-header,
 .el-footer {
   background-color: #e9eef3;
   color: #333;
   text-align: center;
   line-height: 60px;
-}
-</style>
-<style lang="scss" scoped>
-.el-autocomplete{
-  width: 100%;
 }
 </style>

--
Gitblit v1.8.0