* Modify style.

This commit is contained in:
liumengyi
2024-04-28 16:29:04 +08:00
parent 0b06782d96
commit 29414d9911
2 changed files with 10 additions and 10 deletions
@@ -50,17 +50,17 @@ if($project)
$project->status == 'closed' ? $lang->block->projectstatistic->projectClosed : $lang->block->projectstatistic->longTimeProject
)
);
$projectOverview[] = $config->edition != 'open' ? div(setClass('divider mx-1 my-auto h-4')) : null;
$projectOverview[] = $config->edition != 'open' ? cell
(
setClass('flex-1 text-left' . (!$longBlock ? ' w-full' : '')),
icon('bullhorn text-warning'),
setClass('flex-0 text-left' . (!$longBlock ? ' w-full' : '')),
span
(
setClass('text-gray mr-5'),
setClass('text-gray mr-4'),
$lang->block->projectstatistic->existRisks,
span
(
setClass('font-bold text-warning'),
setClass('font-bold ml-2 text-danger'),
$project->risks
)
),
@@ -70,7 +70,7 @@ if($project)
$lang->block->projectstatistic->existIssues,
span
(
setClass('font-bold text-warning'),
setClass('font-bold ml-2 text-gray-950'),
$project->issues
)
)
@@ -42,17 +42,17 @@ if($project)
$project->status == 'closed' ? $lang->block->projectstatistic->projectClosed : $lang->block->projectstatistic->longTimeProject
)
);
$projectOverview[] = $config->edition != 'open' ? div(setClass('divider mx-1 my-auto h-4')) : null;
$projectOverview[] = $config->edition != 'open' ? cell
(
setClass('flex-1 text-left' . (!$longBlock ? ' w-full' : '')),
icon('bullhorn text-warning'),
setClass('flex-0 text-left' . (!$longBlock ? ' w-full' : '')),
span
(
setClass('text-gray mr-5'),
setClass('text-gray mr-4'),
$lang->block->projectstatistic->existRisks,
span
(
setClass('font-bold text-warning'),
setClass('font-bold ml-2 text-danger'),
$project->risks
)
),
@@ -62,7 +62,7 @@ if($project)
$lang->block->projectstatistic->existIssues,
span
(
setClass('font-bold text-warning'),
setClass('font-bold ml-2 text-danger'),
$project->issues
)
)