diff --git a/acupuncture-后台/src/views/member/account.vue b/acupuncture-后台/src/views/member/account.vue
index fb068851..56abfd8a 100644
--- a/acupuncture-后台/src/views/member/account.vue
+++ b/acupuncture-后台/src/views/member/account.vue
@@ -1,381 +1,509 @@
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
- 新增
-
-
- 删除
-
-
-
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+ 新增
+
+
+ 删除
+
+
+
-
-
-
-
-
-
-
-
- 启用
- 禁用
-
-
-
-
- {{scope.row.createBy}}
-
- {{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}") }}
-
-
-
-
-
- 修改
- 删除
- 重置密码
-
-
-
+
+
+
+
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+ {{ scope.row.createBy }}
+
+ {{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}") }}
+
+
+
+
+
+ 修改
+ 删除
+ 重置密码
+
+
+
-
+
-
-
-
-
-
+
+
+
+
+
\ No newline at end of file
+>>> .el-drawer.rtl {
+ width: 50% !important;
+}
+
diff --git a/acupuncture-后台/src/views/member/index.vue b/acupuncture-后台/src/views/member/index.vue
index d928e604..77430fc1 100644
--- a/acupuncture-后台/src/views/member/index.vue
+++ b/acupuncture-后台/src/views/member/index.vue
@@ -1,366 +1,485 @@
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
- 新增
-
-
- 删除
-
-
-
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+ 新增
+
+
+ 删除
+
+
+
-
-
-
-
-
-
-
-
- 启用
- 禁用
-
-
-
-
- {{scope.row.createBy}}
-
- {{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}") }}
-
-
-
-
-
- 修改
- 删除
-
-
- {{scope.row.status - 0 ? '启用' : '禁用'}}
-
-
-
-
+
+
+
+
+
+
+
+
+ 启用
+ 禁用
+
+
+
+
+ {{ scope.row.createBy }}
+
+ {{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}") }}
+
+
+
+
+
+ 修改
+ 删除
+
+
+ {{ scope.row.status - 0 ? "启用" : "禁用" }}
+
+
+
+
-
+
-
-
+
+
+
+
\ No newline at end of file
+>>> .el-drawer.rtl {
+ width: 50% !important;
+}
+