资料中心 - 详情 - 页面展示效果优化
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<div class="file-box" v-if="fileList.length > 0">
|
||||
<p v-for="item in fileList"
|
||||
:key="item.id">
|
||||
<a @click="openFileInPdf(item.id, item.name)" target="_blank">{{ item.name }}</a>
|
||||
<a @click="openFileInPdf(item.id, item.name)" target="_blank" style="color: #409eff">{{ item.name }}</a>
|
||||
<i
|
||||
title="下载"
|
||||
@click="downloadFile(item.id)"
|
||||
@@ -257,12 +257,14 @@ export default {
|
||||
|
||||
.transition-box-label {
|
||||
display: inline-block;
|
||||
font-weight: bolder;
|
||||
width: 200px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.transition-box-span {
|
||||
display: inline-block;
|
||||
color: #7e8083;
|
||||
width: calc(~'100% - 100px');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user