保誠-保戶業務員媒合平台
fixed: 1. 開啟popup html仍可滾動 2. 開啟el-dialog body增加 padding-right 的問題
修改2個檔案
11 ■■■■■ 已變更過的檔案
PAMapp/assets/scss/_common.scss 10 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Ui/UiDialog.vue 1 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/assets/scss/_common.scss
@@ -8,6 +8,16 @@
    scroll-behavior: smooth;
}
html {
    overflow: hidden;
    height: 100%;
}
body {
    overflow-y: auto;
    height: 100%;
}
// btn
.btn {
    padding: 10px 20px;
PAMapp/components/Ui/UiDialog.vue
@@ -5,6 +5,7 @@
            :visible.sync="dialogVisible"
            :width="width"
            @close="closeDialog"
            :lock-scroll="false"
        >
            <slot></slot>
        </el-dialog>