From cd805c83610e51c0e3aedbff7d2236dcd252963e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Fri, 13 Oct 2023 13:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/index.htm | 1 + src/admin/templets/index_body.htm | 4 ++-- src/static/web/css/admin.css | 10 +++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/admin/templets/index.htm b/src/admin/templets/index.htm index 52590b62..5a3cb590 100644 --- a/src/admin/templets/index.htm +++ b/src/admin/templets/index.htm @@ -52,6 +52,7 @@
diff --git a/src/admin/templets/index_body.htm b/src/admin/templets/index_body.htm index 94b12889..b5b2eb63 100644 --- a/src/admin/templets/index_body.htm +++ b/src/admin/templets/index_body.htm @@ -26,7 +26,7 @@
流量统计表
-
+
@@ -65,7 +65,7 @@
软件信息
-
+
diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 0467d93b..0696a789 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -35,8 +35,8 @@ input:focus,select:focus,textarea:focus{color:#6c757d;background:#fff;border-col .login-from{margin:5rem auto;width:500px} .login-box{padding:1.25rem;background:#fff} .login-box h2{margin:0;line-height:1.2;font-size:24px;font-weight:600;color:#343a40} -.admin-head{width:100%;height:60px;background:linear-gradient(45deg,#1eb867,#009688 100%)} -.admin-head .logo{float:left;padding-left:20px;height:60px;line-height:60px;width:220px} +.admin-head{padding:0 25px;width:100%;height:60px;background:linear-gradient(45deg,#1eb867,#009688 100%)} +.admin-head .logo{float:left;height:60px;line-height:60px;width:200px} .admin-head .logo .name a{font-size:18px;font-weight:600;color:#fff;vertical-align:middle} .admin-head .logo .version{margin-left:5px;font-size:12px;color:#fff;vertical-align:top} .admin-head .logo .btn-version{margin-left:5px} @@ -44,7 +44,7 @@ input:focus,select:focus,textarea:focus{color:#6c757d;background:#fff;border-col .admin-head .item li a,.admin-head .user li a{color:#fff} .admin-head .item li a:hover,.admin-head .user li a:hover{color:#dee2e6} .admin-head .item .search{position:absolute;top:20px;right:20px;height:20px;line-height:20px;color:#6c757d;background:0;border:0} -.admin-head .user{float:right;margin-right:20px;height:60px;line-height:60px} +.admin-head .user{float:right;height:60px;line-height:60px} .admin-head .user li{float:left;padding:0 1rem;height:60px;line-height:60px} .admin-head .user li:last-child{padding-right:0} .admin-head .user li img{margin-right:0.5rem;width:30px;height:30px;border-radius:50%} @@ -68,7 +68,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s} .sidemenu .submenu-right{float:right!important;padding:0 20px 0 10px!important} .body-right{position:absolute;top:60px;right:0;bottom:0} .body-right iframe{width:100%;height:99%;border:0} -.web-info{padding:10px;background:#f5f5f5} +.web-info{padding:10px;background:#f5f5f5;text-overflow:ellipsis;white-space:nowrap} #_fileList,#_verList{height:360px;overflow-y:auto} #_msgInfo{display:none} .update-close{background:#fff;border:0} @@ -115,7 +115,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s} .list-group-item{padding:0.5rem 0} .modal-title{font-size:16px} .card-header{padding:0.5rem 1rem} -.card-body{padding:0.5rem;overflow-x:auto} +.card-body{padding:0.5rem} .card-body canvas{height:360px!important} .fileinput-button{display:inline-block;position:relative;overflow:hidden} .fileinput-button input{position:absolute;top:0;right:0;margin:0;opacity:0;direction:ltr;cursor:pointer}