From 1654919972d6ad5ac9889cb9d986bdd80cc783bf Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 01 八月 2024 14:27:04 +0800 Subject: [PATCH] feat:生产链接替换 --- subPages/checkTestDetails/index.vue | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/subPages/checkTestDetails/index.vue b/subPages/checkTestDetails/index.vue index fd41503..8e0a584 100644 --- a/subPages/checkTestDetails/index.vue +++ b/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 { -- Gitblit v1.9.1