From 86baa8ff948d2e79588e0dd7efa16f6b8ac3b157 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期五, 06 十二月 2024 15:29:15 +0800 Subject: [PATCH] ll --- h5/pages/staff/meetingDetail.vue | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/h5/pages/staff/meetingDetail.vue b/h5/pages/staff/meetingDetail.vue index 3484e31..95017b4 100644 --- a/h5/pages/staff/meetingDetail.vue +++ b/h5/pages/staff/meetingDetail.vue @@ -15,6 +15,7 @@ <view class="value"> <!-- <text>涓昏璁ㄨ鏅鸿兘浼氳瀹ょ郴缁熼�夊瀷锛岃澶у涓�瀹氳鎸夋椂鏉ュ紑浼氾紝鏃堕棿瀹濊吹銆傛劅璋㈠ぇ瀹讹紒</text> --> <u-textarea + autoHeight border="none" v-model="detail.meetingContent" disabled @@ -255,8 +256,8 @@ } .personnel { display: flex; + flex-wrap: wrap; width: 100%; - overflow-x: auto; .per_item { flex-shrink: 0; display: flex; @@ -264,12 +265,18 @@ justify-content: center; align-items: center; justify-content: center; - margin-right: 24rpx; + margin-right: 16rpx; + width: 85rpx; + margin-bottom: 22rpx; + &:nth-of-type(7n){ + margin-right: 0; + } .avatar { width: 72rpx; height: 72rpx; margin: 0; border-radius: 50%; + margin-bottom: 8rpx; } .name { font-size: 26rpx; -- Gitblit v1.9.3