fix(app): 外层元素添加 position
This commit is contained in:
@@ -188,6 +188,7 @@ html {
|
|||||||
.app-view-header {
|
.app-view-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
position: relative;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
@@ -203,6 +204,7 @@ html {
|
|||||||
|
|
||||||
.app-view-content {
|
.app-view-content {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
position: relative;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
Reference in New Issue
Block a user