@ -1,3 +1,4 @@
#app {
background-color: #F2F2F2;
.main-container {
@ -27,6 +27,7 @@ export default {
</script>
<style lang="scss" scoped>
.app-main {
/* 50= navbar 50 */
min-height: calc(100vh - 50px);
@ -61,6 +61,9 @@ export default {
@import "~@/assets/styles/element-uitow2.scss";
border-radius: 5px;
height: calc(100vh - 100px);
@ -405,7 +405,8 @@ export default {
if (type == 0) {
// 查看
this.mytitle = "查看人员";
this.chakanxiangqing(rew);
// this.chakanxiangqing(rew);
this.$router.push("/ZhongdianRen/zhongdianxiangqing")
} else if (type == 1) {
// 编辑
this.mytitle = "编辑考勤规则";
@ -77,6 +77,7 @@ export default {
};
// 门户页面样式
.L-portal {
padding: 5px 9px;