Commit 37d36c0e authored by tianhongyang's avatar tianhongyang

样式预留 插件兼容

parent f166a9fa
...@@ -221,6 +221,7 @@ li { ...@@ -221,6 +221,7 @@ li {
} }
.app-container { .app-container {
position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #f5f5f5; background-color: #f5f5f5;
......
...@@ -28,10 +28,10 @@ export default { ...@@ -28,10 +28,10 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.app-main { .app-main {
position: relative; position: relative;
height: calc(100% - 56px); min-height: calc(100% - 56px);
width: 100%; width: 100%;
background: #f5f5f5; background: #f5f5f5;
overflow: hidden; overflow: auto;
} }
.fixed-header + .app-main { .fixed-header + .app-main {
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
.hasTagsView { .hasTagsView {
.app-main { .app-main {
height: calc(100% - 56px); min-height: calc(100% - 56px);
min-width: 1240px; min-width: 1240px;
} }
......
...@@ -96,7 +96,6 @@ export default { ...@@ -96,7 +96,6 @@ export default {
position: relative; position: relative;
height: 100%; height: 100%;
width: 100%; width: 100%;
overflow: hidden;
&.mobile.openSidebar { &.mobile.openSidebar {
position: fixed; 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