|
@@ -9,8 +9,12 @@
|
|
|
<div class="span">{{ info.title || '暂无标题' }}</div>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="two">
|
|
|
- <el-col :span="4" class="two_1"> <span>来源:</span>{{ info.source || '暂无' }} </el-col>
|
|
|
- <el-col :span="4" class="two_1"> <span>发布时间:</span>{{ info.time || '暂无' }} </el-col>
|
|
|
+ <el-col :span="4" class="two_1">
|
|
|
+ <span>来源:</span>{{ info.source || '暂无' }}
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4" class="two_1">
|
|
|
+ <span>发布时间:</span>{{ info.time || '暂无' }}
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="thr">
|
|
|
{{ info.brief || '暂无' }}
|
|
@@ -97,6 +101,7 @@ const searchOther = async () => {
|
|
|
font-size: 20px;
|
|
|
color: #383b40;
|
|
|
line-height: 24px;
|
|
|
+ padding: 0 0 10px 0;
|
|
|
}
|
|
|
}
|
|
|
</style>
|