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 {