📅  最后修改于: 2022-03-11 14:48:00.329000             🧑  作者: Mango
/*inside the component.css which html you want to be rendered full screen*/
:host {
display: flex;
flex-direction: column;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}