diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 022de203bf3254b54eca77f0dcf31cada5e8d63c..8b477909d2f2acc307330a7ca54ba76b607a6bab 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -501,13 +501,75 @@ width: 620px!important; max-width: 1200px; margin: 0 auto; } -.sevice_breadcrumb > .el-breadcrumb .el-breadcrumb__inner { + + +/* common */ +.apass_breadcrumb > .el-breadcrumb { + margin: 15px 0; +} +.apass_breadcrumb > .el-breadcrumb .el-breadcrumb__inner { font-size: 14px; font-weight: bold; color: #898d9e; - line-height: 42px; + line-height: 23px; } -.sevice_breadcrumb > .el-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner { +.apass_breadcrumb > .el-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner { color: #242c43; font-weight: normal; +} +.apass_button .el-button { + min-width: 90px; + color: #0f2683; +} +.apass_button .el-button--mini, +.apass_button .el-button--mini.is-round { + padding: 10px 15px; +} +.apass_button .el-button--primary { + color: #fff; + background-color: #0f2683; + border-color: #0f2683; +} +.apass_button .el-button--primary.is-plain { + color: #0f2683; + background-color: #e1e4fb; + border-color: #e1e4fb; +} +.appas_table .el-table th > .cell { + color: #1a2236; +} +.appas_table .el-table td, +.appas_table .el-table th.is-leaf { + border: none !important; + line-height: 23px; +} +.appas_table .el-table::before { + display: none; +} +.appas_table .el-table { + width: 100%; +} +.appas_table .el-table__row:nth-child(odd) td { + background-color: #f8f9fd; +} +.appas_table .row_action { + user-select: none; +} +.appas_table .row_action .btn { + font-size: 14px; + font-weight: bold; + color: #0f2683; + cursor: pointer; +} +.appas_table .row_action .btn.warn { + color: #830f53; +} +.appas_table .row_action .btn.disabled { + color: #dde4ff; + cursor: not-allowed; +} +.appas_table .row_action .interval_line { + font-size: 14px; + color: #dde4ff; + margin: 0 20px; } \ No newline at end of file diff --git a/src/components/apass-dialog.vue b/src/components/apass-dialog.vue new file mode 100644 index 0000000000000000000000000000000000000000..60213d49e001132d6863abbc68d7d4fa13ba444d --- /dev/null +++ b/src/components/apass-dialog.vue @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/apass-list.vue b/src/components/apass-list.vue new file mode 100644 index 0000000000000000000000000000000000000000..fa93b69ba33b94d5bad36fbf4df4679408562cc5 --- /dev/null +++ b/src/components/apass-list.vue @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/comments-pagination.vue b/src/components/comments-pagination.vue index ed7b68843387324e62eff0a728afbb13121e023d..613f6befff2c6a42e11667562c17964b7deb9d67 100644 --- a/src/components/comments-pagination.vue +++ b/src/components/comments-pagination.vue @@ -105,11 +105,14 @@ export default { } .page_action > a > i { font-weight: bold; + color: #5588ff; } .page_action > a.disabled { - opacity: 0.5; cursor: not-allowed; } +.page_action > a.disabled > i { + color: #d6d8dc; +} diff --git a/src/pages/authority/users.vue b/src/pages/authority/users.vue index 532c396ccdc653b20bb718441361f0af4bd2a712..92c7f29ed8caf60f1e2c319fc235ca990f57a581 100644 --- a/src/pages/authority/users.vue +++ b/src/pages/authority/users.vue @@ -1,39 +1,209 @@ - + + + + 权限管理 + 用户管理 + + + + 新建用户 + + + 权限审批 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 详情 + + | + + 分配角色 + + | + + {{ scope.row.state === 0 ? "启用" : "禁用" }} + + + + + + - + + + + + + + + + + + + + + + + + + 取消 + + + 确定 + + + + - diff --git a/src/pages/service_shop/sjfwDetail.vue b/src/pages/service_shop/sjfwDetail.vue index 917a9b86ae9726f2260c7ad346c2b203e30dd312..299d7848c796ef956deaed1075e5214e966e286c 100644 --- a/src/pages/service_shop/sjfwDetail.vue +++ b/src/pages/service_shop/sjfwDetail.vue @@ -1,6 +1,6 @@ - + 服务超市 diff --git a/src/pages/service_shop/skfwDetail.vue b/src/pages/service_shop/skfwDetail.vue index 6af6445a61093069c035f6045ee36f78ec1bc24b..f8448b360d9dd6eef6c7c8a57136c6a78f955987 100644 --- a/src/pages/service_shop/skfwDetail.vue +++ b/src/pages/service_shop/skfwDetail.vue @@ -1,6 +1,6 @@ - + 服务超市 diff --git a/src/pages/service_shop/yysdDetail.vue b/src/pages/service_shop/yysdDetail.vue index 7e2e2853b97bddfef92312a3461704e7f5871a7d..4090fbf2b45ebbc17e690459ea5ed1bcff811685 100644 --- a/src/pages/service_shop/yysdDetail.vue +++ b/src/pages/service_shop/yysdDetail.vue @@ -1,6 +1,6 @@ - + 服务超市 diff --git a/src/pages/service_shop/zhfwDetail.vue b/src/pages/service_shop/zhfwDetail.vue index 5fe2c2b76874d35c85222840d4e4976f0e83eb9e..ac46384737feeef984bde90d462bd99935ffd6ec 100644 --- a/src/pages/service_shop/zhfwDetail.vue +++ b/src/pages/service_shop/zhfwDetail.vue @@ -1,6 +1,6 @@ - + 服务超市 diff --git a/src/pages/workbench/app_build.vue b/src/pages/workbench/app_build.vue index 1528c3ec4a1cb16e189c2dad7b26c7a60c52e0a7..d29923c2ac233e558127554b35a7c79fd6c3a9d0 100644 --- a/src/pages/workbench/app_build.vue +++ b/src/pages/workbench/app_build.vue @@ -1,6 +1,6 @@ - + 在线组件工具 应用构建(镜像形式) @@ -421,14 +421,14 @@ export default {