屏蔽社媒任务内容,只显示标题

This commit is contained in:
yuyongdong 2024-04-17 13:27:00 +08:00
parent 6c5e45f7c7
commit 8c8944dd2f

View File

@ -208,7 +208,7 @@
</div>-->
<div class="desc">
<h3>{{ item.title }}</h3>
<p>{{ item.desc }}</p>
<!-- <p>{{ item.desc }}</p> -->
</div>
</div>
<div v-if="token != null" class="btn">
@ -1820,6 +1820,8 @@ export default {
}
}
.desc {
display: flex;
align-items: center;
max-width: 240px;
margin: 0 5px;
h3 {