Skip to content
On this page

交互

用户选择

用于控制用户是否可以在元素中选择文本的功能类。

使用前缀

为了防止和开发者项目中的其他原子化样式语法冲突,样式库默认添加了前缀 lwu,使用示例如下:

vue
<view class="lwu-flex"></view>

语法

ClassProperties平台兼容性说明
select-noneuser-select: none;H5、小程序、app-vue
select-textuser-select: text;H5、小程序、app-vue
select-alluser-select: all;H5、小程序、app-vue
select-autouser-select: auto;H5、小程序、app-vue