提交 eff0c82f 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

update: overflow-visible-event.uvue

上级 df64e294
<template> <template>
<view> <view>
<text style="font-size: 15px;">overflow=visible 点击子view(超出父view区域的部分)</text> <text style="font-size: 15px;">overflow=visible 父view(绿色),子view(红色),点击超出父view区域的部分也可触发事件。</text>
<view class="backgroundview"> <view class="backgroundview">
<view class="box-visible-border-radius"> <view class="box-visible-border-radius">
<view id="child" style="width: 50px; height: 150px; background-color: greenyellow;" <view id="child" style="width: 50px; height: 150px; background-color: red;"
@click="handleClickOverflowPart" @touchmove="handleTouchMoveOverflowPart"> @click="handleClickOverflowPart" @touchmove="handleTouchMoveOverflowPart">
</view> </view>
</view> </view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册