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

updates

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