From b6a64f15dc8b7cdbc816825e00d1bece64ab9148 Mon Sep 17 00:00:00 2001 From: wojiaoyishang Date: Tue, 21 Jan 2025 11:02:03 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=EF=BC=88=E6=AD=A5=E9=AA=A4=E5=A4=87?= =?UTF-8?q?=E4=BB=BD=EF=BC=89=E6=9B=B4=E6=96=B0=E5=A4=9C=E9=97=B4=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/view/system/dept.py | 1 + .../component/pear/css/module/layout.css | 4 - templates/system/common/footer.html | 9 +- templates/system/common/header.html | 18 ++ templates/system/index.html | 281 ++++++++++-------- 5 files changed, 175 insertions(+), 138 deletions(-) diff --git a/applications/view/system/dept.py b/applications/view/system/dept.py index 68a324c..13082e1 100644 --- a/applications/view/system/dept.py +++ b/applications/view/system/dept.py @@ -11,6 +11,7 @@ from applications.schemas import DeptSchema bp = Blueprint('dept', __name__, url_prefix='/dept') +# Todo: 部门管理后端 @bp.get('/') @authorize("system:dept:main", log=True) diff --git a/static/system/component/pear/css/module/layout.css b/static/system/component/pear/css/module/layout.css index ae55bba..7c07ed8 100644 --- a/static/system/component/pear/css/module/layout.css +++ b/static/system/component/pear/css/module/layout.css @@ -1,7 +1,3 @@ -.pear-container { - background-color: whitesmoke; -} - body::-webkit-scrollbar { width: 0px; height: 0px; diff --git a/templates/system/common/footer.html b/templates/system/common/footer.html index c919125..56e82be 100644 --- a/templates/system/common/footer.html +++ b/templates/system/common/footer.html @@ -1,10 +1,9 @@ - diff --git a/templates/system/common/header.html b/templates/system/common/header.html index 7e08b6a..be37b74 100644 --- a/templates/system/common/header.html +++ b/templates/system/common/header.html @@ -5,9 +5,27 @@ + + + + \ No newline at end of file diff --git a/templates/system/index.html b/templates/system/index.html index d606f22..f5db1cc 100644 --- a/templates/system/index.html +++ b/templates/system/index.html @@ -1,138 +1,161 @@ - - Pear Admin 4.0 - - {% include 'system/common/header.html' %} - - - - - - - -
- -
- - - -
    -
  • -
  • -
- -
- - -
- -
- - - -
-
-
-
- -
- -
-
- - - -
- -
- -
-
-
- -
- -
- - - - - + + + - + }) + return true + } + } + }) + }) + }) + + \ No newline at end of file