simply a few

This commit is contained in:
winter_born
2026-04-17 16:26:56 +08:00
parent 74dda19fd1
commit e98e02cb99

View File

@@ -8,6 +8,12 @@
</view> </view>
<view class="who"> <view class="who">
<view>
<image src="/static/组 341.png" mode=""></image><text>发帖人XXX</text>
</view>
<view>
评论数{{this.value[2]}}
</view>
</view> </view>
</view> </view>
</template> </template>
@@ -46,4 +52,19 @@
font-size: 0.8rem; font-size: 0.8rem;
text-indent: 2em; 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> </style>