1
試圖將空狀態置於app-header
以下。我希望它佔據整個屏幕的全寬和全高(減去app-header
的高度)。全寬度和高度空狀態?
到目前爲止,我有這個,但它似乎並沒有工作:
<app-header-layout>
<app-header>
.....
</app-header>
<div id="empty-state" style="width: 100%; height: 100%; background: #F00; white-space: nowrap;">
.....
</div>
</app-header-layout>
仍然沒有去。空狀態具有我想要的全部寬度,但不是我想要的高度。
請幫我一把。
參見[這個問題](http://stackoverflow.com/questions/90178/make-a-div-fill-the-height-of-the-remaining -screen空間) – chester