!42 fix: [bpm] 解决高度不对,新增按钮一半被隐藏的问题

Merge pull request !42 from hsc/master
This commit is contained in:
芋道源码
2026-01-22 04:59:12 +00:00
committed by Gitee

View File

@@ -47,9 +47,8 @@
/>
<!-- 新增按钮 -->
<!-- TODO @AI换成 wd-fat要注意可能高度不对晚点在改 -->
<view
class="fixed bottom-100rpx right-32rpx z-10 h-100rpx w-100rpx flex items-center justify-center rounded-full bg-[#1890ff] shadow-lg"
class="fixed bottom-200rpx right-32rpx z-10 h-100rpx w-100rpx flex items-center justify-center rounded-full bg-[#1890ff] shadow-lg"
@click="handleCreate"
>
<wd-icon name="add" size="24px" color="#fff" />