|
@@ -9,7 +9,7 @@
|
|
|
<p>{{ item.publish_time || '暂无' }}</p>
|
|
|
<p>
|
|
|
<span class="textOver">{{ item.title }}</span>
|
|
|
- <span>{{ item.titlejj }}</span>
|
|
|
+ <span>{{ item.titlejj || '暂无' }}</span>
|
|
|
</p>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="page">
|
|
@@ -123,17 +123,17 @@ export default {
|
|
|
}
|
|
|
.infoLeftList p:last-child {
|
|
|
float: right;
|
|
|
- width: 70%;
|
|
|
+ width: 78%;
|
|
|
padding: 0 0 0 10px;
|
|
|
}
|
|
|
.infoLeftList p:last-child span:first-child {
|
|
|
float: left;
|
|
|
- width: 90%;
|
|
|
+ width: 100%;
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
.infoLeftList p:last-child span:last-child {
|
|
|
float: left;
|
|
|
- width: 90%;
|
|
|
+ width: 100%;
|
|
|
font-size: 16px;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|