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 @@ - 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 @@