@import "../../style/common"; .flex-1{ flex: 1; } .relative{ position: relative; z-index: 5; } .refresh-view-screen{ width: 100%; height: 100%; } .refresh-view-screen-absolute{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; } :host{ flex:1; display: flex; flex-direction: column; } .flex{ display: flex; flex-direction: column; }