更新记录

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

1.0.0(2024-06-06)

1.0.0

查看更多

平台兼容性

shaoll-descriptions

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

插件不采集任何数据

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

MIT协议

暂无用户评论。

使用中有什么不明白的地方,就向插件作者提问吧~ 我要提问