Commit 37d36c0e authored by tianhongyang's avatar tianhongyang

样式预留 插件兼容

parent f166a9fa
......@@ -221,6 +221,7 @@ li {
}
.app-container {
position: absolute;
width: 100%;
height: 100%;
background-color: #f5f5f5;
......
......@@ -28,10 +28,10 @@ export default {
<style lang="scss" scoped>
.app-main {
position: relative;
height: calc(100% - 56px);
min-height: calc(100% - 56px);
width: 100%;
background: #f5f5f5;
overflow: hidden;
overflow: auto;
}
.fixed-header + .app-main {
......@@ -40,7 +40,7 @@ export default {
.hasTagsView {
.app-main {
height: calc(100% - 56px);
min-height: calc(100% - 56px);
min-width: 1240px;
}
......
......@@ -96,7 +96,6 @@ export default {
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
&.mobile.openSidebar {
position: fixed;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment