This commit is contained in:
tianshujie
2024-04-25 17:04:25 +08:00
committed by caoyanyi
parent 69272e4499
commit 7a377bbf6e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
#title:focus {box-shadow: none; outline: unset}
.titleBox{padding: 7px; background: #fff}
#modalBasicInfo .form-group {margin-top: 0.5rem}
#modalBasicInfo .modal-header {padding-bottom: 0.5rem;}
.form-horz>:not([hidden])~:not([hidden]){margin-top: 0;}
#whitelistBox .form-group-wrapper+.form-group-wrapper {margin-top: 10px;}
#titleBox:before {position: absolute; --tw-translate-y: .125rem; --tw-scale-x: 1.25; --tw-scale-y: 1.25; --tw-text-opacity: 1; color: rgba(var(--color-danger-500-rgb),var(--tw-text-opacity)); content: "*"; display: inline-block; margin-left: 0.25rem; transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
+1 -1
View File
@@ -92,7 +92,7 @@ form
(
modal
(
modalHeader(),
modalHeader(set::title($lang->doc->basicInfo), set::entityText(''), set::entityID(0)),
set::id('modalBasicInfo'),
on::change('#product', "loadObjectModules"),
on::change('#project', "loadObjectModules"),