From 75b2f2abe6e200fc219ec40759ecd7c53abef899 Mon Sep 17 00:00:00 2001 From: guofeilong Date: Thu, 2 Mar 2023 14:34:20 +0800 Subject: [PATCH 1/2] * Code for view refactors in admin . --- module/admin/css/index.css | 3 ++- module/admin/view/index.html.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/admin/css/index.css b/module/admin/css/index.css index e3770ac26c..9aaf48f125 100755 --- a/module/admin/css/index.css +++ b/module/admin/css/index.css @@ -84,7 +84,8 @@ /* css for without internet */ .main.without-internet {display: flex; flex-wrap: wrap;} -.main.without-internet > .plug.panel {flex: 1 1 60%; margin-bottom: unset; margin-right: 16px;} +.main.without-internet > .plug.panel {flex: 1 1 60%; margin-bottom: unset;} +.main.without-internet > .bottom {flex: 1 1 100%;} .main.without-internet > .bottom > .official.panel {margin-right: unset;} .main.without-internet > .bottom > .official.panel > .main-panel {flex-direction: row-reverse;} diff --git a/module/admin/view/index.html.php b/module/admin/view/index.html.php index 594c0b0270..8ffa2416c2 100755 --- a/module/admin/view/index.html.php +++ b/module/admin/view/index.html.php @@ -26,7 +26,7 @@ - admin->helpURL[$menuKey], " ", '_blank', 'class="text-muted setting-help"');?> + admin->helpURL[$menuKey], "help} class='icon icon-help'> ", '_blank', 'class="text-muted setting-help"');?>

From 7ebf700fd4efdd269593bc9d04fd58ede820a9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=A3=9E=E9=BE=99?= Date: Thu, 2 Mar 2023 06:57:28 +0000 Subject: [PATCH 2/2] * Adjust code. --- module/admin/view/index.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/admin/view/index.html.php b/module/admin/view/index.html.php index 8ffa2416c2..cc7e7ec861 100755 --- a/module/admin/view/index.html.php +++ b/module/admin/view/index.html.php @@ -26,7 +26,7 @@ - admin->helpURL[$menuKey], "help} class='icon icon-help'> ", '_blank', 'class="text-muted setting-help"');?> + admin->helpURL[$menuKey], " ", '_blank', 'class="text-muted setting-help"');?>