* [task#140364,done,0,5h] Adjust color and modal size.

This commit is contained in:
daitingting
2025-04-03 14:36:36 +08:00
committed by 谢杞钰
parent 64470aa55f
commit 0b1ae7ae63
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
.config-tip{background-color: var(--color-surface-light); color: var(--color-gray-400)}
+2 -2
View File
@@ -21,7 +21,7 @@ if(!$isTemplate)
}
$actions = array();
$actions[] = array('icon' => 'menu-backend', 'text' => $lang->doc->zentaoAction['set'], 'data-toggle' => 'modal', 'url' => str_replace('{blockID}', "$blockID", $settings), 'data-size' => 'lg');
$actions[] = array('icon' => 'menu-backend', 'text' => $lang->doc->zentaoAction['set'], 'data-toggle' => 'modal', 'url' => str_replace('{blockID}', "$blockID", $settings), 'data-size' => $isTemplate ? 'sm' : 'lg');
$actions[] = array('icon' => 'trash', 'text' => $lang->doc->zentaoAction['delete'], 'zui-on-click' => "deleteZentaoList($blockID)");
if($isTemplate)
@@ -62,7 +62,7 @@ div
setClass('canvas border rounded py-3 px-3'),
div
(
setClass('secondary-pale text-center px-3 py-2'),
setClass('config-tip text-center px-3 py-2'),
$lang->docTemplate->configTip
)
):null,