butterandfly / project_9

Blog & Remark
0 stars 0 forks source link

core-header-panel不现实的问题 #216

Open butterandfly opened 9 years ago

butterandfly commented 9 years ago

其父元素及本身都要设置height:

    html,body {
      height: 100%;
      margin: 0;
      background-color: #E5E5E5;
      font-family: sans-serif;
    }

    core-header-panel {
      height: 100%;
    }