* [misc] Change the size of the icon.

This commit is contained in:
xieqiyu
2024-09-06 09:54:59 +08:00
committed by 王于听
parent 18d65222e7
commit eabea2fbae
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ global $lang;
$accountManage = new stdClass();
$accountManage->name = 'accountManage';
$accountManage->title = $lang->tutorial->accountManage->title;
$accountManage->icon = 'backend text-secondary';
$accountManage->icon = 'backend text-secondary text-lg';
$accountManage->type = 'basic';
$accountManage->modules = 'admin,company,dept,group';
$accountManage->app = 'admin';
@@ -5,7 +5,7 @@ $kanbanProjectManage = new stdClass();
$kanbanProjectManage->basic = new stdClass();
$kanbanProjectManage->basic->name = 'kanbanProjectManageBasic';
$kanbanProjectManage->basic->title = $lang->tutorial->kanbanProjectManage->title;
$kanbanProjectManage->basic->icon = 'kanban text-special';
$kanbanProjectManage->basic->icon = 'kanban text-special text-lg';
$kanbanProjectManage->basic->type = 'basic';
$kanbanProjectManage->basic->modules = 'project,execution,build,task,bug,testreport,issue,risk';
$kanbanProjectManage->basic->app = 'project';
+2 -2
View File
@@ -5,7 +5,7 @@ $productManage = new stdClass();
$productManage->basic = new stdClass();
$productManage->basic->name = 'productManageBasic';
$productManage->basic->title = $lang->tutorial->productManage->title;
$productManage->basic->icon = 'product text-warning';
$productManage->basic->icon = 'product text-warning text-lg';
$productManage->basic->type = 'basic';
$productManage->basic->modules = 'product,tree,story,productplan,release,branch';
$productManage->basic->app = 'product';
@@ -461,7 +461,7 @@ $productManage->basic->tasks['releaseManage']['steps'][] = array(
$productManage->advance = new stdClass();
$productManage->advance->name = 'productManageAdvance';
$productManage->advance->title = $lang->tutorial->productManage->title;
$productManage->advance->icon = 'product text-warning';
$productManage->advance->icon = 'product text-warning text-lg';
$productManage->advance->type = 'advance';
$productManage->advance->modules = 'product,tree,story,productplan,release';
$productManage->advance->app = 'product';
+1 -1
View File
@@ -4,7 +4,7 @@ global $lang;
$taskManage = new stdClass();
$taskManage->name = 'taskManage';
$taskManage->title = $lang->tutorial->taskManage->title;
$taskManage->icon = 'calendar text-primary';
$taskManage->icon = 'calendar text-primary text-lg';
$taskManage->type = 'basic';
$taskManage->modules = 'project,execution,task';
$taskManage->app = 'project';
+1 -1
View File
@@ -4,7 +4,7 @@ global $lang,$config;
$testManage = new stdClass();
$testManage->name = 'testManage';
$testManage->title = $lang->tutorial->testManage->title;
$testManage->icon = 'sitemap text-important';
$testManage->icon = 'sitemap text-important text-lg';
$testManage->type = 'basic';
$testManage->modules = 'testcase,testreport,testtask,bug';
$testManage->app = 'project';
+1 -1
View File
@@ -194,7 +194,7 @@ div
h2
(
$lang->tutorial->common,
setClass('flex-auto text-md')
setClass('flex-auto text-lg')
),
div
(