Browse Source

fix: Bs-Ui 修改弹窗控件

hanxiaohui 2 months ago
parent
commit
1eee80d2c5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/BsUi/Modal/Modal.vue

+ 0 - 1
src/components/BsUi/Modal/Modal.vue

@@ -28,7 +28,6 @@
 
   const bodyStyle = computed(() => {
     return {
-      maxHeight: `calc(100vh - 300px)`,
       overflow: 'auto',
     };
   });