微调
This commit is contained in:
parent
87305cd555
commit
cdb8051dee
@ -88,7 +88,7 @@ navigator.geolocation.getCurrentPosition(position => {
|
||||
<span style="margin-left: 7px;font-weight: bold">{{ item.title }}</span>
|
||||
</div>
|
||||
<div class="topic-preview-content">{{ item.text }}</div>
|
||||
<div style="display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 10px;margin: 0 10px">
|
||||
<div style="display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 10px">
|
||||
<el-image v-for="img in item.images" fit="cover" :src="img" class="topic-image"></el-image>
|
||||
</div>
|
||||
</light-card>
|
||||
@ -182,7 +182,7 @@ navigator.geolocation.getCurrentPosition(position => {
|
||||
.topic-preview-content {
|
||||
font-size: 13px;
|
||||
color: grey;
|
||||
margin: 10px;
|
||||
margin: 10px 0;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user