更新记录
1.0.1(2024-05-28) 下载此版本
更新了readme
1.0.0(2024-05-28) 下载此版本
- 单点
平台兼容性
日历
QQ:723999742
平台兼容
H5 | 微信小程序 | 支付宝小程序 | 百度小程序 | 头条小程序 | QQ 小程序 | App |
---|---|---|---|---|---|---|
√ | √ | √ | 未测 | √ | √ | √ |
引入
本插件复合easycom规范,可直接在项目中使用
<whl-calendar></whl-calendar>
参数
width: {
type: String,
default () {
return "100%"
}
},
height: {
type: String,
default () {
return "auto"
}
},
backgroundColor: {
type: String,
default () {
return "#fff"
}
},
borderRadius: {
type: String,
default () {
return "32rpx"
}
},
padding: {
type: String,
default () {
return "26rpx"
}
},
margin: {
type: String,
default () {
return "0"
}
},
boxShadow: {
type: String,
default () {
return "0rpx 0rpx 4rpx rgba(0, 0, 0, 0.2)"
}
},
activeBgcColor: {
type: String,
default () {
return "#0B92E8"
}
},
activeColor: {
type: String,
default () {
return "#fff"
}
}