diff --git a/src/main/webapp/WEB-INF/manager/cms/category/form.ftl b/src/main/webapp/WEB-INF/manager/cms/category/form.ftl index cc2ea931..b82d7376 100644 --- a/src/main/webapp/WEB-INF/manager/cms/category/form.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/category/form.ftl @@ -11,7 +11,8 @@ 返回 - + + @@ -152,6 +153,7 @@ + diff --git a/src/main/webapp/WEB-INF/manager/cms/content/form.ftl b/src/main/webapp/WEB-INF/manager/cms/content/form.ftl index 81a86520..c341b1e2 100644 --- a/src/main/webapp/WEB-INF/manager/cms/content/form.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/content/form.ftl @@ -11,7 +11,8 @@ 返回 - + + @@ -168,6 +169,7 @@ + @@ -382,4 +384,10 @@ .el-select{ width: 100%; } + body{ + overflow: hidden; + } + #form{ + overflow: hidden; + } \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/manager/cms/content/index.ftl b/src/main/webapp/WEB-INF/manager/cms/content/index.ftl index 0de0339d..779d734a 100644 --- a/src/main/webapp/WEB-INF/manager/cms/content/index.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/content/index.ftl @@ -114,4 +114,7 @@ height: 40px !important; line-height: 46px !important; } + body{ + overflow: hidden; + } diff --git a/src/main/webapp/WEB-INF/manager/cms/content/main.ftl b/src/main/webapp/WEB-INF/manager/cms/content/main.ftl index ba2d664e..0a61ebdb 100644 --- a/src/main/webapp/WEB-INF/manager/cms/content/main.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/content/main.ftl @@ -334,4 +334,7 @@ #main .ms-container { height: calc(100vh - 141px); } + body{ + overflow: hidden; + } \ No newline at end of file diff --git a/src/main/webapp/static/ms-admin/4.7.2/css/app.css b/src/main/webapp/static/ms-admin/4.7.2/css/app.css index 82938dc9..a24fbb3a 100644 --- a/src/main/webapp/static/ms-admin/4.7.2/css/app.css +++ b/src/main/webapp/static/ms-admin/4.7.2/css/app.css @@ -118,4 +118,13 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;} .el-table__body-wrapper::-webkit-scrollbar-thumb { border-radius: 10px; background-color: rgba(144,147,153,.5); +} +.ms-scrollbar .el-scrollbar__wrap{ + overflow-x: hidden; +} +.ms-scrollbar .el-scrollbar__bar.is-vertical{ + width: 6px !important; +} +.ms-scrollbar .el-scrollbar__view{ + padding-right: 17px; } \ No newline at end of file