whycq0520
2022-03-23 d2dff3528adc6b39b57e14f801d652f21135f594
pages/basics/publish.vue
@@ -1,7 +1,7 @@
<template>
   <view>
      <view>
         <uni-table border emptyText="没有更多数据">
         <uni-table border stripe type="selection" emptyText="没有更多数据">
            <uni-tr>
               <uni-th>数量</uni-th>
               <uni-th>批号</uni-th>
@@ -24,7 +24,13 @@
         <!-- 普通弹窗 -->
         <uni-popup ref="popup" background-color="#fff" style="position: fixed; border-radius: 5px;" >
            <view class="popup-content " :class="{ 'popup-height': type === 'left' || type === 'right' }">
               <view style="width: 700rpx;"></view>
               <view style="height: 800rpx;">
                  <uni-table border stripe type="selection" emptyText="没有更多数据">
                     <uni-tr>
                        <uni-th>1</uni-th>
                     </uni-tr>
                  </uni-table>
               </view>
            </view>
         </uni-popup>
      </view>
@@ -47,7 +53,7 @@
            this.$refs.popup.open(type)
         },
         getMat() {
            this.toggle('left')
            this.toggle('top')
         }
      }
   }