Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

0.6.5版本的 PopUp 右边无法展示 #319

Closed
emptywalker opened this issue Aug 28, 2018 · 1 comment
Closed

0.6.5版本的 PopUp 右边无法展示 #319

emptywalker opened this issue Aug 28, 2018 · 1 comment

Comments

@emptywalker
Copy link

环境:

weex -v
   v1.3.11
 - weexpack : v0.4.7-beta.26
 - weex-builder : v0.4.0
 - weex-previewer : v1.5.1
$ npm -v
4.6.1

weex-ui@0.6.5

使用代码:

<wxc-popup popup-color="#f0f"
               :show="isRightShow"
               @wxcPopupOverlayClicked="hidePopUp"
               pos="right"
               width="436"
               stand-out='0'
               ref="wxcPopup">
      <left-filter @hidePopUp="hidePopUp"/>
    </wxc-popup>

在weex-ui@0.3.11-beta1中可以正常弹出,因为使用 Calendar 组件,导航没有适配,故升级weex-ui到最新版 0.6.5 , 发现 PopUp 无法弹出

想只是是什么原因造成的,该如何解决?

@tw93
Copy link
Member

tw93 commented Sep 7, 2018

已经兼容解决,因为你stand-out传入进去为字符串处理了,运算出问题了,weex-ui 兼容了下
建议不需要传入stand-out
升级weex-ui 最新版本 0.6.6 已解决

@tw93 tw93 closed this as completed Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants