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 }