更新记录
1.0.3(2024-09-12) 下载此版本
修改参数文档
1.0.2(2024-06-07) 下载此版本
- title 标题文本,显示在左上方
- titleFontSize 标题文本字体大小
- titleColor 标题文本字体颜色
- padding 描述区域内边距
- slot 右侧 #right
<shaoll-descriptions title="订单信息" padding>
<template #right>
<text>详情</text>
</template>
<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>
</shaoll-descriptions>
1.0.1(2024-06-06) 下载此版本
1.01
查看更多平台兼容性
shaoll-descriptions
shaoll-descriptions-item
新增参数
Props
参数 | 说明 | 类型 | 默认值 | 可选值 |
---|---|---|---|---|
colon | 是否显示冒号 | Boolean | true | false |
showLeftLabelValue | 左侧是否显示标签值 | Boolean | true | false |