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

[bug] 在页面的非第一屏引用时,样式出现问题 #4

Open
xyx650 opened this issue Feb 28, 2020 · 2 comments
Open

[bug] 在页面的非第一屏引用时,样式出现问题 #4

xyx650 opened this issue Feb 28, 2020 · 2 comments

Comments

@xyx650
Copy link

xyx650 commented Feb 28, 2020

在页面的非第一屏引用时,样式出现问题

demo.wxml

<view>内容</view>
 <!-- 其中内容超过一屏可显示范围 -->
<view>内容</view>

<calendar mode='pickerRange'/>

<view>少量内容,不足以填充calendar的高度时</view>

calendar的wxml中,下拉的日历view定位为fixed,在组件之后没有内容或内容过少,会出现下拉日历显示不全的问题

@AFAP
Copy link
Owner

AFAP commented Mar 5, 2020

在页面的非第一屏引用时,样式出现问题

demo.wxml

<view>内容</view>
 <!-- 其中内容超过一屏可显示范围 -->
<view>内容</view>

<calendar mode='pickerRange'/>

<view>少量内容,不足以填充calendar的高度时</view>

calendar的wxml中,下拉的日历view定位为fixed,在组件之后没有内容或内容过少,会出现下拉日历显示不全的问题

你说的对,但是不fixed,不能遮住下方的内容,是个问题

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

3 participants
@AFAP @xyx650 and others