!42 fix: [bpm] 解决高度不对,新增按钮一半被隐藏的问题
Merge pull request !42 from hsc/master
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user