From ab6f8fbf2f4ac3068237e217e1971527788650b4 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Mon, 1 Jun 2020 14:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=9D=83=E9=99=90=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/index.css | 22 ++--- src/components/apass-dialog.vue | 2 +- src/components/apass-list.vue | 4 +- src/components/apass-table.vue | 4 +- src/components/menu-permission.vue | 131 +++++++++++++++++++++++++++++ src/pages/authority/users.vue | 118 +++++++++++++------------- 6 files changed, 208 insertions(+), 73 deletions(-) create mode 100644 src/components/menu-permission.vue diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 8b47790..b14a51d 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -535,40 +535,40 @@ width: 620px!important; background-color: #e1e4fb; border-color: #e1e4fb; } -.appas_table .el-table th > .cell { +.apass_table .el-table th > .cell { color: #1a2236; } -.appas_table .el-table td, -.appas_table .el-table th.is-leaf { +.apass_table .el-table td, +.apass_table .el-table th.is-leaf { border: none !important; line-height: 23px; } -.appas_table .el-table::before { +.apass_table .el-table::before { display: none; } -.appas_table .el-table { +.apass_table .el-table { width: 100%; } -.appas_table .el-table__row:nth-child(odd) td { +.apass_table .el-table__row:nth-child(odd) td { background-color: #f8f9fd; } -.appas_table .row_action { +.apass_table .row_action { user-select: none; } -.appas_table .row_action .btn { +.apass_table .row_action .btn { font-size: 14px; font-weight: bold; color: #0f2683; cursor: pointer; } -.appas_table .row_action .btn.warn { +.apass_table .row_action .btn.warn { color: #830f53; } -.appas_table .row_action .btn.disabled { +.apass_table .row_action .btn.disabled { color: #dde4ff; cursor: not-allowed; } -.appas_table .row_action .interval_line { +.apass_table .row_action .interval_line { font-size: 14px; color: #dde4ff; margin: 0 20px; diff --git a/src/components/apass-dialog.vue b/src/components/apass-dialog.vue index b3d9191..e4c3149 100644 --- a/src/components/apass-dialog.vue +++ b/src/components/apass-dialog.vue @@ -10,7 +10,7 @@ -
+

diff --git a/src/components/apass-list.vue b/src/components/apass-list.vue index fdcaa2c..3ba5ed6 100644 --- a/src/components/apass-list.vue +++ b/src/components/apass-list.vue @@ -44,10 +44,10 @@
-
+
-
+
-
- +
+ + + + + + + + + diff --git a/src/pages/authority/users.vue b/src/pages/authority/users.vue index 0a4a9ca..5441c33 100644 --- a/src/pages/authority/users.vue +++ b/src/pages/authority/users.vue @@ -17,63 +17,67 @@ 权限审批 - - - - - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + + + + + +