hookehuyr

style(plan): 调整计划书弹窗高度为 88%

- 将计划书录入弹窗高度从 80% 调整为 88%
- 提供更多垂直空间以展示表单内容

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 :visible="visible" 7 :visible="visible"
8 position="bottom" 8 position="bottom"
9 round 9 round
10 - :style="{ height: '80%' }" 10 + :style="{ height: '88%' }"
11 :close-on-click-overlay="true" 11 :close-on-click-overlay="true"
12 :safe-area-inset-bottom="true" 12 :safe-area-inset-bottom="true"
13 @update:visible="handleVisibleChange" 13 @update:visible="handleVisibleChange"
......