simply a few
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
|
||||
</view>
|
||||
<view class="who">
|
||||
<view>
|
||||
<image src="/static/组 341.png" mode=""></image><text>发帖人:XXX</text>
|
||||
</view>
|
||||
<view>
|
||||
评论数:{{this.value[2]}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -46,4 +52,19 @@
|
||||
font-size: 0.8rem;
|
||||
text-indent: 2em;
|
||||
}
|
||||
|
||||
.who {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.who view {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.who view image {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user