style:分析记录查看样式调整
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<scroll-view scroll-y style="height: 100vh; width: 30vw">
|
<scroll-view scroll-y style="height: 100vh; width: 30vw">
|
||||||
<view style="padding: 10px">
|
<view style="padding: 10px">
|
||||||
<view class="form-item-my" v-for="(field, index) in fields" :key="index">
|
<view class="form-item-my" v-for="(field, index) in fields" :key="index">
|
||||||
<view class="label-my">{{ field.title }}</view>
|
<view class="label-my"><rich-text :nodes="field.title"> </rich-text></view>
|
||||||
<view class="value-my">{{ field.value }}</view>
|
<view class="value-my">{{ field.value }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user