feat: 新增样式文件
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
v-for="(item, index) in itemList"
|
||||
:key="index"
|
||||
>
|
||||
<view class="more-tips-item-title" @click="sendReply(item)">
|
||||
<view
|
||||
class="more-tips-item-title font-500 font-size-12 line-height-24 text-center"
|
||||
@click="sendReply(item)"
|
||||
>
|
||||
{{ item }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user