更新记录
1.0.3(2024-09-12) 下载此版本
添加不显示冒号,和值放在右边的情况
1.0.2(2024-06-07) 下载此版本
- label
- labelValue
- labelFontSize
- labelColor
- labelValueColor
- isBetween true|false 对齐方式
- slot #right 插槽
<shaoll-description-item :label="'用户名'" :labelValue="'kooriookami'"></shaoll-description-item>
<shaoll-description-item :label="'手机号'" :labelValue="'18100000000'"></shaoll-description-item>
<shaoll-description-item :label="'订单总额'" :labelValue="'¥2000.00'" :isBetween="true"
:labelValueColor="'#FF5400'" @click="goDetil()">
<template #right>
<text style="color: #888;">定金30%,尾款70%</text>
</template>
</shaoll-description-item>
1.0.0(2024-06-06) 下载此版本
1.0.0
查看更多