IE中的Polymer 1.0纸张项垂直对齐问题

时间:2015-11-02 17:55:06

标签: polymer

为什么纸质项目的内容不是垂直居中于IE,就像Chrome中的示例一样:

<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <title>JS Bin</title>
    <base href="//polygit.org/components/">
    <script src="webcomponentsjs/webcomponents-lite.js"></script>
    <link rel="import" href="polymer/polymer.html">
    <link rel="import" href="paper-item/paper-item.html">
</head>

<body>
    <template is="dom-bind">
        <paper-item style='background-color:Red'>Why is this not centered vertically in IE?</paper-item>
    </template>
</body>

</html>

http://jsbin.com/busemomecu/1/edit?html,output

干杯

0 个答案:

没有答案