Browse Source

完善员工管理

master
yunuo970428 2 years ago
parent
commit
9032458e44
  1. 6
      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

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

@ -110,6 +110,12 @@ 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;

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