This commit is contained in:
tianshujie
2024-01-04 16:39:39 +08:00
parent 93c1f90598
commit 8dcd40f76d
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -11,3 +11,5 @@
.productBox div[id^=plan] {flex: 1 1;}
#mainContent .input-group.required {position: relative;}
#mainContent .input-group.required:after {content: '*'; color: rgba(var(--color-danger-500-rgb),var(--tw-text-opacity)); position: absolute; top: 0.5rem; right: 0.125rem;}
#mainContent .form-horz .form-group {padding-left: 7rem;}
#mainContent .form-horz .form-label {width: 7rem;}
+2 -2
View File
@@ -48,7 +48,7 @@ if(!empty($products))
set::width($hasBranch ? '1/4' : '1/2'),
set('id', 'linkProduct'),
set::required(true),
$i == 0 ? set::label($lang->project->manageProducts) : set::label(''),
$i == 0 ? set::label($lang->project->manageProductPlan) : set::label(''),
inputGroup
(
div
@@ -402,7 +402,7 @@ formPanel
(
set::width('1/2'),
set('id', 'linkProduct'),
set::label($lang->project->manageProducts),
set::label($lang->project->manageProductPlan),
inputGroup
(
$programID ? setClass('required') : null,