From 9032458e44624afd90553d4b1d2f2836e2827312 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 20 Feb 2023 17:22:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=91=98=E5=B7=A5=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/pagination/index.vue | 18 +++++++++----- .../anrui-management-ui/src/styles/index.scss | 6 +++++ .../src/views/sysstaffinfo/yuangongguanli.vue | 24 +------------------ 3 files changed, 19 insertions(+), 29 deletions(-) diff --git a/anrui-management/anrui-management-ui/src/components/pagination/index.vue b/anrui-management/anrui-management-ui/src/components/pagination/index.vue index 6458cc1d16..fae5a55f63 100644 --- a/anrui-management/anrui-management-ui/src/components/pagination/index.vue +++ b/anrui-management/anrui-management-ui/src/components/pagination/index.vue @@ -110,20 +110,26 @@ export default { .pagination-container.hidden { display: none; } +.el-pagination { + white-space: nowrap; + color: #303133; + font-weight: bold; + height: 28px; +} .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev{ padding: 0 20px; border: 1px solid #ccc; border-radius: 2px; background-color: #FFFFFF; } -.e-pagination{ +.e-pagination { .el-icon-arrow-left:before, - .el-icon-arrow-right:before{ - content: '下一页'; - color: #727272; + .el-icon-arrow-right:before { + content: '下一页'; + color: #727272; } - .el-icon-arrow-left:before{ - content: '上一页'; + .el-icon-arrow-left:before { + content: '上一页'; } } diff --git a/anrui-management/anrui-management-ui/src/styles/index.scss b/anrui-management/anrui-management-ui/src/styles/index.scss index e90328d1bf..2370ac7844 100644 --- a/anrui-management/anrui-management-ui/src/styles/index.scss +++ b/anrui-management/anrui-management-ui/src/styles/index.scss @@ -246,6 +246,12 @@ div:focus { } } +.search .btn { + padding: 5px 0; + border: 1px solid #e0e3eb; + text-align: center; + margin-bottom: 5px; +} // 弹出窗口按钮 .btnCancel{ diff --git a/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue b/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue index 4598eac458..7d71323d5d 100644 --- a/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue +++ b/anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue @@ -197,7 +197,7 @@ export default { this.getBuMen() }, mounted() { - this.$refs["btnbar"].setButtonList(this.btnList) + this.$refs['btnbar'].setButtonList(this.btnList) }, methods: { @@ -483,26 +483,4 @@ export default {