Commit a6231c14 authored by tianhongyang's avatar tianhongyang

fix

parent dc71804c
......@@ -28,7 +28,7 @@ export default {
<style lang="scss" scoped>
.app-main {
position: relative;
min-height: calc(100% - 56px);
height: calc(100% - 56px);
width: 100%;
background: #f5f5f5;
overflow: auto;
......@@ -40,7 +40,7 @@ export default {
.hasTagsView {
.app-main {
min-height: calc(100% - 56px);
height: calc(100% - 56px);
min-width: 1240px;
}
......
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