|
@@ -3,11 +3,11 @@
|
|
|
<el-row>
|
|
|
<el-col :span="24" class="main">
|
|
|
<el-col :span="24" class="top">
|
|
|
- <el-col :span="8" class="left">
|
|
|
- <el-image v-if="detailInfo.expertimage != ''" :src="detailInfo.expertimage" style="width:100%;height:260px;"></el-image>
|
|
|
+ <el-col :span="6" class="left">
|
|
|
+ <el-image v-if="detailInfo.expertimage != null || undefined" :src="detailInfo.expertimage" style="width:100%;height:260px;"></el-image>
|
|
|
<el-image v-else :src="expertimage" style="width:100%;height:260px;"></el-image>
|
|
|
</el-col>
|
|
|
- <el-col :span="16" class="right">
|
|
|
+ <el-col :span="18" class="right">
|
|
|
<el-col :span="24" class="name textOver">
|
|
|
{{ detailInfo.name || '暂无' }}
|
|
|
</el-col>
|