Browse Source

完善员工管理

master
yunuo970428 2 years ago
parent
commit
9032458e44
  1. 18
      anrui-management/anrui-management-ui/src/components/pagination/index.vue
  2. 6
      anrui-management/anrui-management-ui/src/styles/index.scss
  3. 24
      anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue

18
anrui-management/anrui-management-ui/src/components/pagination/index.vue

@ -110,20 +110,26 @@ export default {
.pagination-container.hidden { .pagination-container.hidden {
display: none; 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{ .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev{
padding: 0 20px; padding: 0 20px;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 2px; border-radius: 2px;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
.e-pagination{ .e-pagination {
.el-icon-arrow-left:before, .el-icon-arrow-left:before,
.el-icon-arrow-right:before{ .el-icon-arrow-right:before {
content: '下一页'; content: '下一页';
color: #727272; color: #727272;
} }
.el-icon-arrow-left:before{ .el-icon-arrow-left:before {
content: '上一页'; content: '上一页';
} }
} }

6
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{ .btnCancel{

24
anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue

@ -197,7 +197,7 @@ export default {
this.getBuMen() this.getBuMen()
}, },
mounted() { mounted() {
this.$refs["btnbar"].setButtonList(this.btnList) this.$refs['btnbar'].setButtonList(this.btnList)
}, },
methods: { methods: {
@ -483,26 +483,4 @@ export default {
</script> </script>
<style scoped> <style scoped>
/deep/ .el-collapse {
border-top: 0px solid #e6ebf5;
border-bottom: 0px solid #e6ebf5;
}
/deep/ .el-collapse-item__content {
margin: 0;
padding: 0;
}
/deep/ .el-collapse-item__wrap {
border-bottom: 0 solid #ebeef5;
}
/deep/ .el-collapse-item__header {
border-bottom: 0 solid #e6ebf5;
}
.searchbtn {
border: #2cab69 1px solid;
color: #2cab69;
}
</style> </style>

Loading…
Cancel
Save