|
|
|
@ -7,7 +7,7 @@
|
|
|
|
<img :src="info.avatar || 'https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/default.svg'" alt="" style="width: 64px;height: 64px;border-radius: 50%;">
|
|
|
|
<img :src="info.avatar || 'https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/default.svg'" alt="" style="width: 64px;height: 64px;border-radius: 50%;">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="g_flex_1" style="padding: 8px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-right: 12px;height: 72.5px;">
|
|
|
|
<div class="g_flex_1" style="padding: 8px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-right: 12px;height: 72.5px;">
|
|
|
|
<div style="color: #000;font-size: 17px;margin-bottom: 8px;" class="g_ell_1">{{ info.agencyName }}</div>
|
|
|
|
<div style="color: #000;font-size: 17px;margin-bottom: 8px;" class="g_ell_1">{{ info.fullName ? info.fullName : info.agencyName }}</div>
|
|
|
|
<div style="color: #999;font-size: 14px;" class="g_ell_1">{{ info.nickName }}</div>
|
|
|
|
<div style="color: #999;font-size: 14px;" class="g_ell_1">{{ info.nickName }}</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|