yangan
2024-08-08 98e0b3a6726c2e04b502b1541621d116e8050865
subPages/checkTestDetails/index.vue
@@ -7,7 +7,7 @@
                     iconSize="1000"
                     v-if="detailData.length===0"></u-empty>
         <!-- 渲染区域 -->
          <view class="itemWarp">
               <view class="history-information"    v-for="item,i in detailData"       
         :key="i">
                     <view class="first">
@@ -56,6 +56,7 @@
                                </view>
               </view>
         </view>
    </div>  
</template>
@@ -92,8 +93,16 @@
   flex-wrap: wrap;
   height: 100%;
   width: 100%;
   justify-content: start;
   justify-content: center;
   align-items: center;
   .itemWarp{
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: start;
      align-items: center;
   }
}
   @mixin flex {
@@ -102,7 +111,7 @@
      align-items: center;
   }
   .history-information {
         width: 550rpx;
         width: 600rpx;
         height: 450rpx;
         margin: vww(10) vww(10);
         padding: 5rpx;
@@ -162,6 +171,7 @@
               @include flex;
               &_text {
                  font-size: 24rpx;
                  color: #919090;
               }