diff --git a/src/main/resources/modules/SpringBoot/resources/templates/screen/index.ftl b/src/main/resources/modules/SpringBoot/resources/templates/screen/index.ftl index b168610a..ca378cc1 100644 --- a/src/main/resources/modules/SpringBoot/resources/templates/screen/index.ftl +++ b/src/main/resources/modules/SpringBoot/resources/templates/screen/index.ftl @@ -85,7 +85,7 @@ padding: 0; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; } - html, body { + html, body , #app, #content{ width: 100%; height: 100%; } @@ -129,8 +129,6 @@ #app { display: flex; - width: 100%; - height: 100%; } #aside {