付延余
2022-08-23 e333d366495e2406618c5b0daf3fe53a759903a6
pages/my-have-todo/my-have-todo.vue
@@ -59,7 +59,7 @@
                     </view>
                     <view class="center-content__three center-margin">
                        <view class="">
                           <text>审批意见:{{ item.comment }}</text>
                           <text>审批意见:{{ item.comment == 'undefined' ? '' : item.comment || '' }}</text>
                        </view>
                        <view class="">
                           <text>
@@ -126,9 +126,7 @@
      <!-- <u-picker @cancel="statusSeletShow = false" @confirm="statusConfirm" :show="statusSeletShow" :columns="statusList"></u-picker> -->
      <!--返回顶部-->
    <view class="back-top-container">
      <u-back-top :scroll-top="scrollTop"></u-back-top>
    </view>
      <view class="back-top-container"><u-back-top :scroll-top="scrollTop"></u-back-top></view>
      <!-- 菜单栏 -->
      <popup-menu @menuShow="menushow" ref="menuRef"></popup-menu>
@@ -594,14 +592,14 @@
      }
   }
  // 返回顶部
  .back-top-container{
    .u-transition{
      position:fixed;
      bottom:vww(80)!important;
      right:vww(20)!important;
    }
  }
   // 返回顶部
   .back-top-container {
      .u-transition {
         position: fixed;
         bottom: vww(80) !important;
         right: vww(20) !important;
      }
   }
   // 底部
   .bottomTabbar {