From 1e5c40ca6d5c6bbbd062f5cbdfc31d6045b4b77b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 26 Oct 2021 09:01:24 +0800
Subject: [PATCH] 提醒密码为身份证后六位

---
 src/views/system/dept.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/dept.vue b/src/views/system/dept.vue
index e9d1e9d..d524f13 100644
--- a/src/views/system/dept.vue
+++ b/src/views/system/dept.vue
@@ -1,5 +1,5 @@
 <template>
-  <basic-container>
+  <basic-container class="hasButTwo">
     <avue-crud
       :option="option"
       :table-loading="loading"

--
Gitblit v1.9.3