Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landscape 压屏窗右侧边界问题 #342

Open
caisense opened this issue Nov 14, 2019 · 1 comment
Open

Landscape 压屏窗右侧边界问题 #342

caisense opened this issue Nov 14, 2019 · 1 comment

Comments

@caisense
Copy link

html:

<wux-landscape :visible="visible" :closable="false">
      <div class="landscape">
        <div style="text-align: left"><i class="iconfont iconyishengduanguanliuqi-20" style="color: #9b9b9b; font-size: 20rpx" @click="onClose"></i></div>
        <image src="https://aiduoduo-1258115445.cos.ap-shanghai.myqcloud.com/guanliuqi/%E7%81%8C%E6%B5%81%E5%99%A8%E5%B0%8F%E7%A8%8B%E5%BA%8F%E7%99%BB%E5%BD%95.png"
               style="height: 240px; width: 200px;" />
        <button class="btnphone" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">微信授权</button>
      </div>
    </wux-landscape>

style:

.landscape {
    width: 540rpx;
    height: 700rpx;
    background: #ffffff;
    padding: 30rpx;
  }

结果压屏窗右侧padding超出边界

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant