Xiao_123 1 hónapja
szülő
commit
e4afdecab9
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      components/PositionList/index.vue

+ 2 - 2
components/PositionList/index.vue

@@ -65,8 +65,8 @@
           <view class="avatarBox">
           <view class="avatarBox">
             <image class="enterAvatar ss-m-l-20 default-border default-radius" :src="item.enterprise?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
             <image class="enterAvatar ss-m-l-20 default-border default-radius" :src="item.enterprise?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
           </view>
           </view>
-          <view class="ss-m-l-35 MiSans-Normal" style="flex: 1;">
-            <view class="default-text-color ellipsis" style="max-width: calc(100% - 40px);">{{ formatName(item.enterprise?.anotherName || item.enterprise.name) }}</view>
+          <view class="ss-m-l-35 MiSans-Normal" style="flex: 1; max-width: calc(100% - 40px);">
+            <view class="default-text-color ellipsis" style="width: 98%;">{{ formatName(item.enterprise?.anotherName || item.enterprise.name) }}</view>
             <span class="color-666 ss-m-r-10 font-size-12">{{ item.enterprise?.industryName || '' }}</span>
             <span class="color-666 ss-m-r-10 font-size-12">{{ item.enterprise?.industryName || '' }}</span>
             <span class="color-666 font-size-12">{{ item.enterprise?.scaleName || '' }}</span>
             <span class="color-666 font-size-12">{{ item.enterprise?.scaleName || '' }}</span>
           </view>
           </view>