fix: 优化页面容器样式
This commit is contained in:
@@ -155,15 +155,15 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app-view-content {
|
.app-view-content {
|
||||||
|
flex-grow: 1;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 0;
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
|
|
||||||
&.with-margin {
|
&.with-margin {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
width: calc(100% - 40px);
|
width: calc(100% - 40px);
|
||||||
height: calc(100% - 40px);
|
|
||||||
border: 1px solid var(--color-border);
|
border: 1px solid var(--color-border);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user