|
@@ -152,16 +152,16 @@
|
|
|
:key="index"
|
|
|
@click.native="$router.push({ path: '/market/marketlists', query: { type: '3', column_name: '专家服务', id: item.id } })"
|
|
|
>
|
|
|
- <el-col :span="6" class="expertimage">
|
|
|
+ <el-col :span="8" class="expertimage">
|
|
|
<el-image v-if="item.expertimage != ''" :src="item.expertimage"></el-image>
|
|
|
<el-image v-else :src="expertimage"></el-image>
|
|
|
</el-col>
|
|
|
- <el-col :span="18" class="rightInfo">
|
|
|
+ <el-col :span="16" class="rightInfo">
|
|
|
<el-col :span="24" class="name textOver">
|
|
|
{{ item.name }}
|
|
|
</el-col>
|
|
|
- <el-col :span="12" class="school textOver"> 院校:{{ item.school }} </el-col>
|
|
|
- <el-col :span="12" class="edu textOver"> 学历:{{ item.education }} </el-col>
|
|
|
+ <el-col :span="24" class="school textOver"> 院校:{{ item.school }} </el-col>
|
|
|
+ <!-- <el-col :span="12" class="edu textOver"> 学历:{{ item.education }} </el-col> -->
|
|
|
<el-col :span="24" class="company textOver">单位:{{ item.company }} </el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -723,7 +723,8 @@ export default {
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
.w_1200 {
|
|
|
- width: 80%;
|
|
|
+ // width: 80%;
|
|
|
+ width: 1200px;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
.top {
|