From 1c1755cf5b4ada7263c05ddf4105abb52a2abb2f Mon Sep 17 00:00:00 2001
From: Vben <anncwb@126.com>
Date: 星期五, 11 六月 2021 22:29:02 +0800
Subject: [PATCH] fix(modal): ensure that the full screen height is calculated correctly

---
 src/views/demo/comp/modal/index.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/views/demo/comp/modal/index.vue b/src/views/demo/comp/modal/index.vue
index c7c5c45..37cbb1f 100644
--- a/src/views/demo/comp/modal/index.vue
+++ b/src/views/demo/comp/modal/index.vue
@@ -14,10 +14,7 @@
     <Alert message="鑷�傚簲楂樺害" show-icon />
     <a-button type="primary" class="my-4" @click="openModal3"> 鎵撳紑寮圭獥 </a-button>
 
-    <Alert
-      message="鍐呭鏁版嵁浜や簰,澶栭儴閫氳繃 transferModalData 鍙戦�侊紝鍐呴儴閫氳繃 receiveDrawerDataRef 鎺ユ敹銆傝鏁版嵁鍏锋湁鍝嶅簲寮�"
-      show-icon
-    />
+    <Alert message="鍐呭鏁版嵁浜や簰" show-icon />
     <a-button type="primary" class="my-4" @click="send"> 鎵撳紑寮圭獥骞朵紶閫掓暟鎹� </a-button>
 
     <Modal1 @register="register1" :minHeight="100" />

--
Gitblit v1.8.0