详情页样式调整
parent
ab1daed1bf
commit
e98bb3259f
|
@ -3,7 +3,11 @@
|
|||
<view class="card">
|
||||
<u-cell-group>
|
||||
<view v-for="(item, index) in form" :key="index">
|
||||
<u-cell v-if="item.TYPE === 0" :title="item.ITEM" :value="item.ITEM_VALUE"></u-cell>
|
||||
<u-cell title-style="width: 150px" v-if="item.TYPE === 0" :title="item.ITEM" :value="item.ITEM_VALUE">
|
||||
<template #value>
|
||||
<view style="word-break: break-all">{{ item.ITEM_VALUE }}</view>
|
||||
</template>
|
||||
</u-cell>
|
||||
<view v-if="item.TYPE === 1">
|
||||
<u-cell :title="item.ITEM">
|
||||
<template #label>
|
||||
|
|
Loading…
Reference in New Issue