From f31c158bf3a1cc2a4e8b986b50dc485d631b5ba5 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 18 Jan 2022 11:04:46 +0800 Subject: [PATCH] 26299 --- .../AppMeetingChinaunion/components/add.vue | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/packages/3.0.0/AppMeetingChinaunion/components/add.vue b/packages/3.0.0/AppMeetingChinaunion/components/add.vue index a5ced324..40b4e803 100644 --- a/packages/3.0.0/AppMeetingChinaunion/components/add.vue +++ b/packages/3.0.0/AppMeetingChinaunion/components/add.vue @@ -27,7 +27,7 @@ ref="appThreeMeetingOrganizationList">
- {{ item.name || item.organizationName }} @@ -82,8 +82,8 @@
{{ item.name }} + style="overflow: hidden;width:40px;height: 40px;white-space: nowrap;background-color:#2266FF;border-radius:50%;" + v-else>{{ item.name ? item.name.substr(item.name.length - 2, 2) : '' }}
主持人 @@ -104,7 +104,6 @@ v-if="isShowChooseUser" :disable="hostDisable" :area-id="areaId" - :meta="[1]" :partyOrgList="form.appThreeMeetingOrganizationList" @change="handleSelectParty">
@@ -253,7 +252,7 @@

- + {{ item.name }} @@ -805,9 +804,11 @@ export default { color: #fff; position: relative; - img { + img, div { width: 40px; height: 40px; + line-height: 40px; + text-align: center; border-radius: 50%; } @@ -822,6 +823,13 @@ export default { border-radius: 50%; background-color: #fff; } + + .host { + top: 50%; + left: 50%; + line-height: 40px; + transform: translate(-50%, -50%); + } } .person-name {