提交 40b3ca83 authored 作者: matian's avatar matian

updates

上级 3b7016be
......@@ -73,7 +73,9 @@ onMounted(() => {
<a target="_blank" :href="item.url || item" v-for="(item, index) in detailList.documents" :key="index">
<div class="item">
<el-icon style="font-size: 30px"><Picture /></el-icon>
<div class="doc">{{ item.name || '' }}</div>
<div class="doc">
{{ item.name || '' }}
</div>
<div class="p1">预览</div>
</div>
</a>
......@@ -110,7 +112,7 @@ onMounted(() => {
.item {
flex: 1;
width: 307px;
// height: 170px;
height: 170px;
background: #f8f8f8;
border-radius: 20px;
margin-right: 40px;
......@@ -119,22 +121,21 @@ onMounted(() => {
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px;
.doc {
font-size: 18px;
font-weight: 400;
color: #2b2b2b;
margin-top: 14px;
width: 300px;
text-align: center;
line-height: 1.5;
line-height: 1;
word-break: break-all;
margin-top: 10px;
}
.p1 {
font-size: 16px;
font-weight: 500;
color: #b80140;
margin-top: 15px;
margin-top: 10px;
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论