Commit 2c2a37a9 authored by weishengfei's avatar weishengfei

style(addPostnatal): 修复页面布局

- 移除了 scroll-view 组件的结束标签,简化了页面结构
- 优化了底部操作栏的显示效果
parent 488289f7
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
</view> </view>
</view> </view>
</scroll-view> </view>
<!-- 底部操作栏 --> <!-- 底部操作栏 -->
<button class="action-bar" @click="saveSelection">确认</button> <button class="action-bar" @click="saveSelection">确认</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment