Sfoglia il codice sorgente

!42 fix: [bpm] 解决高度不对,新增按钮一半被隐藏的问题
Merge pull request !42 from hsc/master

芋道源码 3 mesi fa
parent
commit
caecd4fe0e
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/pages/bpm/components/my-list.vue

+ 1 - 2
src/pages/bpm/components/my-list.vue

@@ -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" />