From c080390a1d3238650d990b6efdae7767ea55456d 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?= <93301500+xushubieli@users.noreply.github.com> Date: Thu, 18 May 2023 15:21:46 +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/js/body.js | 14 ++++---------- src/static/web/css/admin.css | 16 ++++++++-------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/src/admin/js/body.js b/src/admin/js/body.js index 6294041b..274362dc 100644 --- a/src/admin/js/body.js +++ b/src/admin/js/body.js @@ -64,31 +64,25 @@ function LoadServer() { let infoStr = `
+ |
授权域名 ${rsp.result.domain} |
-
-
-
- 授权版本 - ${rsp.result.auth_version}.x.x - |
- + |
站点名称 ${rsp.result.title} |
- + |
站点证书 查看证书 |
- + |
商业组件 组件状态 diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index c507ec10..435b7c01 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -35,14 +35,10 @@ img { max-width:100%; border-radius:.5rem } -div,form,ul,ol,li { +form,ul,ol,li { margin:0; padding:0 } -div,li,span,th,td { - word-break:break-all; - word-wrap:break-word -} li { list-style:none } @@ -318,13 +314,12 @@ body.hidemenu .body-right { padding:.65rem } .card-height { - height:490px; + max-height:490px; overflow:auto } .web-info { padding:10px; - background:#f5f5f5; - white-space:nowrap + background:#f5f5f5 } #fz-0 { font-size:0 @@ -605,6 +600,11 @@ table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubd font-size:14px; cursor:pointer } +@media (max-width:480px) { + .web-info { + word-break:break-all +} +} @media (min-width:480px) { .modal-dialog { max-width:500px |