From 60f4c75d4b7a9a4e8bae7907ea0c5da51f7b9f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=BB=84=E6=9E=97?= Date: Mon, 11 Sep 2023 22:27:49 +0800 Subject: [PATCH] code optimize --- assets/static/css/index.css | 4 ++++ assets/templates/index.html | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) 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 }'; } -