企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
#### [view](https://mp.weixin.qq.com/debug/wxadoc/dev/component/view.html) 视图容器。 | 属性名 | 类型 | 默认值 | 说明 | 最低版本 | | ---------------------- | ------- | ----- | ---------------------------------------- | ---------------------------------------- | | hover-class | String | none | 指定按下去的样式类。当 `hover-class="none"` 时,没有点击态效果 | | | hover-stop-propagation | Boolean | false | 指定是否阻止本节点的祖先节点出现点击态 | [1.5.0](https://mp.weixin.qq.com/debug/wxadoc/dev/framework/compatibility.html) | | hover-start-time | Number | 50 | 按住后多久出现点击态,单位毫秒 | | | hover-stay-time | Number | 400 | 手指松开后点击态保留时间,单位毫秒 | |