From 644dc611ad8e95366a521a7a952a08656dbfd943 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Thu, 28 Apr 2022 16:19:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/file_edit.htm | 6 +++--- src/admin/templets/tpl_edit.htm | 19 ++++++++----------- src/admin/templets/tpl_edit_tag.htm | 15 +++++++-------- 3 files changed, 18 insertions(+), 22 deletions(-) diff --git a/src/admin/templets/file_edit.htm b/src/admin/templets/file_edit.htm index 6bc0c077..257fb6c5 100644 --- a/src/admin/templets/file_edit.htm +++ b/src/admin/templets/file_edit.htm @@ -50,9 +50,9 @@ - - - + + + diff --git a/src/admin/templets/tpl_edit.htm b/src/admin/templets/tpl_edit.htm index 1cf1573e..9ef2abad 100644 --- a/src/admin/templets/tpl_edit.htm +++ b/src/admin/templets/tpl_edit.htm @@ -11,10 +11,9 @@ .selbt { float: left; display: inline-block; - margin: 0 6px 6px 0; - padding: 8px; + margin: 2px; text-align: center; - border-radius: .2rem + border-radius: .25rem } .helpdiv { float: left; @@ -23,7 +22,7 @@ width: 100%; background: #f8f8f8; border: 1px solid #28a745; - border-radius: .2rem + border-radius: .25rem } @@ -82,8 +81,7 @@ $help) - { + foreach ($helps as $key => $help) { echo '
'.$key.'
'.""; } ?> @@ -92,8 +90,7 @@ $help) - { + foreach ($helps as $key => $help) { echo '
关闭
标签名称:'.$key.'
功能说明:'.trim($help[0]).'
使用实例:

参数说明:
'.""; $parameters = explode("\n", $help[2]); foreach($parameters as $parameter) @@ -114,9 +111,9 @@ - - - + + + diff --git a/src/admin/templets/tpl_edit_tag.htm b/src/admin/templets/tpl_edit_tag.htm index 65c4591d..9bb544ed 100644 --- a/src/admin/templets/tpl_edit_tag.htm +++ b/src/admin/templets/tpl_edit_tag.htm @@ -15,10 +15,9 @@ .selbt { float: left; display: inline-block; - margin: 0 6px 6px 0; - padding: 8px; + margin: 2px; text-align: center; - border-radius: .2rem + border-radius: .25rem } .helpdiv { float: left; @@ -27,7 +26,7 @@ width: 100%; background: #f8f8f8; border: 1px solid #28a745; - border-radius: .2rem + border-radius: .25rem }