|
@@ -116,10 +116,15 @@
|
|
|
<el-row class="jishulist">
|
|
|
<el-col :span="24" class="topList">
|
|
|
<el-col :span="24" class="list" v-for="(item, index) in jishulist" :key="index">
|
|
|
- <el-col :span="20" class="name">
|
|
|
+ <el-col :span="16" class="name">
|
|
|
<p>
|
|
|
<span class="inname"> {{ item.name }}</span>
|
|
|
+ </p>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4" class="name">
|
|
|
+ <p>
|
|
|
<span>
|
|
|
+ 合作方式:
|
|
|
{{
|
|
|
item.coopermode == '0'
|
|
|
? '技术转让'
|
|
@@ -1306,16 +1311,13 @@ export default {
|
|
|
.name {
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
- p {
|
|
|
+ p:first-child {
|
|
|
font-size: 16px;
|
|
|
- .inname {
|
|
|
- display: inline-block;
|
|
|
- width: 700px;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- -o-text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
- }
|
|
|
+ display: inline-block;
|
|
|
+ width: 700px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ -o-text-overflow: ellipsis;
|
|
|
}
|
|
|
}
|
|
|
.click {
|