|
@@ -4,8 +4,8 @@
|
|
|
<el-col :span="24" class="main">
|
|
|
<el-col :span="24" class="top">
|
|
|
<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-image v-if="detailInfo.expertimage != null || undefined" :src="detailInfo.expertimage" style="width:100%;height:220px;"></el-image>
|
|
|
+ <el-image v-else :src="expertimage" style="width:100%;height:220px;"></el-image>
|
|
|
</el-col>
|
|
|
<el-col :span="18" class="right">
|
|
|
<el-col :span="24" class="name textOver">
|
|
@@ -51,14 +51,14 @@
|
|
|
{{ detailInfo.zwzc || '暂无' }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
+ <!-- <el-col :span="12">
|
|
|
<el-col :span="8" class="otherInfo textOver">
|
|
|
QQ/微信
|
|
|
</el-col>
|
|
|
<el-col :span="16" class="otherInfo textOver">
|
|
|
{{ getphone(detailInfo.qqwx) || '暂无' }}
|
|
|
</el-col>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :span="12">
|
|
|
<el-col :span="8" class="otherInfo textOver">
|
|
|
电子邮箱
|
|
@@ -67,11 +67,11 @@
|
|
|
{{ detailInfo.email || '暂无' }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="24">
|
|
|
- <el-col :span="4" class="otherInfo textOver">
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-col :span="8" class="otherInfo textOver">
|
|
|
擅长领域
|
|
|
</el-col>
|
|
|
- <el-col :span="20" class="otherInfo textOver">
|
|
|
+ <el-col :span="16" class="otherInfo textOver">
|
|
|
{{ detailInfo.expertise || '暂无' }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -225,7 +225,7 @@ export default {
|
|
|
.main {
|
|
|
margin: 10px 0 0 0;
|
|
|
.top {
|
|
|
- height: 270px;
|
|
|
+ height: 230px;
|
|
|
overflow: hidden;
|
|
|
.right {
|
|
|
padding: 0 0 0 10px;
|