|
@@ -65,8 +65,8 @@
|
|
|
<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>
|
|
|
</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 font-size-12">{{ item.enterprise?.scaleName || '' }}</span>
|
|
|
</view>
|