* [refac,0.2h] optimize title style.

This commit is contained in:
tianshujie
2024-10-09 09:08:46 +08:00
committed by 刘刚
parent 755e9ddf41
commit a67727175b
+1 -1
View File
@@ -39,7 +39,7 @@ formPanel
(
setClass('heading'),
icon('edit'),
$filePath ? span(span(setClass('font-bold'), $lang->editor->filePath), h::code($filePath)) : null
$filePath ? span(span(setClass('font-bold pl-2'), $lang->editor->filePath), h::code($filePath)) : null
),
empty($showContent) ? null : div(p(setClass('font-bold'), $lang->editor->sourceFile), div(setID('showContentEditor'))),
div(div(setID('fileContentEditor')), input(setID('fileContent'), set::name('fileContent'), set::type('hidden'))),