微信小程序(样式选择器篇)

微信小程序(样式选择器篇),第1张

属性选择器可以根据元素的属性及属性值来选择元素

1、E:hover;穗悉者猜薯2、E:action;3、E:focus;4、E:enable;5、E:disabled;6、陆中E:read-only;7、E:read-write;8、E:checked

(:first-child :last-child :nth-child() :nth-last-child() :nth-of-type() :nth-last-of-type() :first-of-type :last-of-type :only-child :only-of-type)

小程序端需要一个查看的 *** 作,不能编辑分类,需要 disabled 掉 uni-data-picker 。

官方文档 说 readonly 可以禁用,于是戚胡洞尝试:

设置 5 秒延时试试?网速慢的时候也解决不了问做祥题……

换个思路,阻止 input d出层不就ok 了?于是根据 disabled 属性加了个 disabled class ,

注: disabled 属高枯性是在 onLoad 时根据是否为编辑状态动态变化的,默认为 false (可编辑)。

ooooooh,解决!


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8237579.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-14
下一篇 2023-04-14

发表评论

登录后才能评论

评论列表(0条)

保存