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