Your Name
2022-08-26 87b905da9a6e7bf7cbdb57c1b6ff3e37447e1650
src/views/system/personShiftManage/personTimeManage/workingHoursSet/index.vue
@@ -448,6 +448,7 @@
            userInfos.value.projectId = value;
            await initBackEndControlRoutes();
        };
        return {
            addRef,
            addRules,
@@ -486,7 +487,7 @@
<style scoped lang="scss">
$homeNavLengh: 8;
.home-container {
    height: calc(100vh - 114px);
    height: calc(100vh - 144px);
    box-sizing: border-box;
    overflow: hidden;
    .homeCard {