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 {