@@ -346,7 +346,7 @@ export default {
<style lang="less" scoped>
.content {
width: 100%;
- height: calc(var(--app-height));
+ min-height: calc(var(--app-height));
// position: absolute;
// margin-top: 44px;
background: @bg;