更新记录

1.0.9(2021-11-15)

iphone

1.0.8(2021-11-15)

选项底部弹出

1.0.7(2021-10-27)

优化更新

查看更多

平台兼容性

m-select-dictionaries

1.0.0(2021-10-11)

  • 字典下拉多选位操作组件使用方法

    
    <template>
    <view>
        <m-select-dicthionaries :type="DictionariesType" v-model="value"></m-select-dicthionaries>
    </view>
    </template>
<style> /* 自定义吸顶元素样式 */ .fixed-top-view { height: 100rpx; } .graceSelectMenuItem { width: 200rpx; } </style>

- #### 属性(Attributes)

参数 | 说明  | 类型  | 可选值 | 默认值  
:---|:---|:---|:---|:---|:---|
items |     标签项目数据 | Array | - | []
defaultColor |  展示标题颜色 | String | - | #2B2E3D
color |     列表文本默认颜色 | String | - | #2B2E3D
iconColor |     箭头图标颜色 | String | - | rgba(69, 90, 100, 0.3)
activeColor |   选中项目文本颜色 | String | - | #008AFF
marginRight |   选中项目右侧间距 | String | - | 10px
height |      下拉菜单高度 | String | - | 600rpx
fontSize |    选项文本大小 | String | - | 28rpx
padding |     组件内间距,nvue 支持一个值 | String | - | 0 20rpx nuve : 20rpx
multiple | 是否多选 | Boolean | - | true
showAllSelece | 是否展示全选按钮 | Boolean | - | true
showClearSelece | 是否展示清除按钮| Boolean | - | true
zIndex |    下拉菜单层级属性 | Number | - | 9999
value |     选项 | Number | String | - | "",
type |  字典类型 | Number | String | Array| - | ""
binary | 是否为二进制| Boolean | - | true

隐私、权限声明

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

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

插件不采集任何数据

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

许可协议

MIT协议

暂无用户评论。

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