Houjie
2025-07-24 964faa1077a89713910063c39ebe08fac4e4c56e
pages/device/device.vue
@@ -5,7 +5,7 @@
      </cu-custom>
      <view class="container">
         <uni-search-bar @confirm="search" :focus="true" v-model="searchValue"  placeholder="请通过名称检索"
         <uni-search-bar @confirm="search" :focus="true" v-model="searchValue"  placeholder="请通过设备名称检索"
             @input="input" @cancel="cancel()"  cancelButton="always">
         </uni-search-bar>
         <mescroll-uni ref="mescrollRef" @init="mescrollInit" :top="top" @down="downCallback" @up="upCallback">
@@ -231,7 +231,7 @@
   }
   .popupView {
      margin-top: 85px;
      margin-top: 45px;
      height: auto;
   }
</style>