PAMapp/assets/scss/_common.scss | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 | |
PAMapp/components/Ui/UiDialog.vue | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
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>