diff --git a/assets/static/css/index.css b/assets/static/css/index.css index d64f2bf..661b266 100644 --- a/assets/static/css/index.css +++ b/assets/static/css/index.css @@ -14,6 +14,10 @@ section { box-sizing: border-box; } +.layui-layout-admin .layui-body { + padding: 0; +} + .layui-header { line-height: 60px; font-size: 16px; diff --git a/assets/templates/index.html b/assets/templates/index.html index 1ac0de2..7cae6a5 100644 --- a/assets/templates/index.html +++ b/assets/templates/index.html @@ -22,11 +22,6 @@ content: '${ .None }'; } -