以下是我的HTML正文。
01 <body fullbleed layout vertical>
02 <template is="auto-binding">
03
04 <!-- Content -->
05 <core-header-panel flex>
06 <core-toolbar>
07 <div>Hello World!</div>
08 </core-toolbar>
09 <div horizontal layout>
10 <div>left</div>
11 <core-splitter direction="left"></core-splitter>
12 <div flex>
13 <!-- I have some looped elements here-->
14 </div>
15 </div>
16 </core-header-panel>
17 <!-- /Content -->
18 </template>
19 <!--scripts loaded here-->
20 </body>
以下是浏览器中的内容:
所以在我将CSS添加到09行之前,我想我会看到是否有人知道聚合物(flexbox)修复此问题的方法。