Commit 339abb0d authored by anxixi's avatar anxixi

人脉圈

parent 995834f4
......@@ -22,10 +22,8 @@
<p @click="tohome(item)">
<span>{{item.empName}}</span>
<span style="margin-left: 20px;" v-if="item.isProfessor == 1">{{item.empTitle}}</span>
<span style="margin-left: 20px;" v-else>
<i>{{item.workName}}</i>
<i style="margin-left: 20px;">{{item.orgName}}</i>
</span>
<span style="margin-left: 20px;" v-else>{{item.workName}}</span>
<span style="margin-left: 20px;">{{item.orgName}}</span>
</p>
<p @click="tohome(item)" >{{item.empIntroduction}}</p>
<p>
......@@ -291,8 +289,9 @@
>p:nth-child(1){
>span:nth-child(1){
font-weight: bold;
font-size: 14px;
}
>span:nth-child(2){
>span{
font-size: 12px;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment