fix(app): 外层元素添加 position

This commit is contained in:
2024-09-06 20:43:47 +08:00
parent 838856e53f
commit b2e4937c69

View File

@@ -188,6 +188,7 @@ html {
.app-view-header {
display: flex;
align-items: center;
position: relative;
padding: 0 16px;
height: 64px;
background-color: #FFF;
@@ -203,6 +204,7 @@ html {
.app-view-content {
flex-grow: 1;
position: relative;
padding: 20px;
width: 100%;
height: 0;