保誠-保戶業務員媒合平台
Tomas
2024-01-17 0632b21db7576e4a223eb4f6ca09b650616222f2
PAMapp/layouts/home.vue
@@ -9,7 +9,6 @@
</template>
<script lang="ts">
    import { Component ,Vue } from "nuxt-property-decorator";
    import * as _ from 'lodash';
    @Component
    export default class DefaultLayout extends Vue {
@@ -22,15 +21,16 @@
        padding-top:$MOB_NAV_BAR;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        min-height: calc(100vh - $MOB_NAV_BAR);
        .pam-container{
            flex: 1;
        }
    }
    @include desktop{
        .pam-background {
            min-height: calc(100vh - $DESKTOP_NAV_BAR);
            padding-top:$DESKTOP_NAV_BAR;
        }
    }
</style>
</style>