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

AtFlex align-items 以及 align-content 样式无效 #7

Closed
b2nil opened this issue Aug 7, 2020 · 0 comments
Closed

AtFlex align-items 以及 align-content 样式无效 #7

b2nil opened this issue Aug 7, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@b2nil
Copy link
Owner

b2nil commented Aug 7, 2020

<at-flex align="start|end|stretch..."> 编译后小程序开发工具显示的样式貌似正确,
但是显示的样式始终为center

.at-row__align--stretch { //./pages/layout/flex/index.wxss: 675
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-box-align: stretch;

}

style

@b2nil b2nil added the bug Something isn't working label Aug 12, 2020
@b2nil b2nil pinned this issue Aug 12, 2020
@b2nil b2nil unpinned this issue Aug 12, 2020
@b2nil b2nil pinned this issue Sep 17, 2020
@b2nil b2nil unpinned this issue Sep 19, 2020
b2nil added a commit that referenced this issue Nov 20, 2020
@b2nil b2nil closed this as completed Nov 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant