hookehuyr

fix

...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
4 <nut-popup 4 <nut-popup
5 :visible="visible" 5 :visible="visible"
6 position="bottom" 6 position="bottom"
7 - :style="{ height: '100%' }" 7 + :style="{ height: '85%' }"
8 close-icon-position="top-right" 8 close-icon-position="top-right"
9 @close="closeModal" 9 @close="closeModal"
10 > 10 >
......