作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
This Stack Overflow question文档缺少 <iron-flex-layout>
的文档Polymer 1.0 中的元素。
有人可以发布一个使用 <iron-flex-layout>
的工作示例吗? ?
最佳答案
了解正在发生的事情的最好方法是亲眼目睹。
This is a link to a plnkr for every layout available.
它应该可以帮助您了解事情应该如何运作。
示例:
<div class="vertical layout" style="height:250px">
<div><p>div</p></div>
<div class="flex"><p>flex (vertical layout)</p></div>
<div><p>div</p></div>
</div>
<div class="horizontal layout">
<div class="flex-3"><p>flex three</p></div>
<div class="flex"><p>flex</p></div>
<div class="flex-2"><p>flex two</p></div>
</div>
关于 polymer 1.0 : Can anybody post a working example of iron-flex-layout?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32031775/
我是一名优秀的程序员,十分优秀!