This commit is contained in:
sunguangming
2024-01-09 15:51:20 +08:00
parent 16babc4a1d
commit cc35e67e6f
+4 -4
View File
@@ -464,13 +464,13 @@ if($canBeChanged && common::hasPriv('doc', 'createLib') && $execution->type != '
div
(
setClass('my-4 flex w-full items-start'),
($execution->projectInfo->hasProduct || $features['plan']) ? div
div
(
setClass('w-2/3 canvas p-4 flex-auto'),
div
(
/* Linked product and plan. */
h::table
($execution->projectInfo->hasProduct || $features['plan']) ? h::table
(
setClass('table condensed bordered'),
h::thead
@@ -510,7 +510,7 @@ div
)
),
h::tbody($relatedProducts)
),
) : null,
/* Execution team. */
h::table
@@ -784,7 +784,7 @@ div
)
) : null
)
) : null,
),
div
(
setClass('ml-4 w-1/3 flex-none'),