* Fix style and refactor to zui3 class.

This commit is contained in:
qixinzhi
2024-03-27 08:43:55 +00:00
parent 7351d25acb
commit b89db7f563
2 changed files with 6 additions and 9 deletions
-3
View File
@@ -1,6 +1,3 @@
.border-bottom {border-bottom: solid 1px var(--color-gray-300);}
.border-bottom span {padding: 4px 12px; background-color: var(--color-gray-100);}
.tab-margin {margin-top: 8px; margin-bottom: 8px;}
.verify-content {height: 300px; border: solid 1px var(--color-gray-300);}
.clear-shadow {border: none; box-shadow: none;}
+6 -6
View File
@@ -50,14 +50,14 @@ panel
set::bodyClass('relative'),
div
(
h1
div
(
setClass('border-bottom tab-margin'),
setClass('border-b border-gray-100 my-2 py-2'),
span
(
$lang->metric->legendBasicInfo,
setClass('gray-pale text-md font-bold')
setClass('bg-gray-100 text-md font-bold px-2 py-3')
)
),
div
@@ -67,13 +67,13 @@ panel
$buildItems($legendBasic)
)
),
h1
div
(
setClass('border-bottom tab-margin'),
setClass('border-b border-gray-100 my-2 py-2'),
span
(
$lang->metric->legendCreateInfo,
setClass('gray-pale text-md font-bold')
setClass('bg-gray-100 text-md font-bold px-2 py-3')
)
),
div