* [refac] fix content width for storybasicinfo and demandbasicinfo.

This commit is contained in:
tanghucheng
2024-08-02 14:59:22 +08:00
committed by 谢杞钰
parent c8fdbc4438
commit 10bc7fa781
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class demandBasicInfo extends wg
zget($demands, $demand->parent),
set::href(helper::createLink('demand', 'view', "demandID=$demand->parent")),
set::title(zget($demands, $demand->parent)),
setClass('w-1/5 text-clip mr-2.5'),
setClass('basis-32 text-clip mr-2.5'),
setData('toggle', 'modal'),
setData('size', 'lg')
),
+2 -2
View File
@@ -107,7 +107,7 @@ class storyBasicInfo extends wg
$demand->title,
set::href(helper::createLink('demand', 'view', "demandID=$story->demand")),
set::title($demand->title),
setClass('w-1/5 text-clip mr-2.5'),
setClass('basis-32 text-clip mr-2.5'),
setData('toggle', 'modal'),
setData('size', 'lg')
) : $demand->title,
@@ -142,7 +142,7 @@ class storyBasicInfo extends wg
$story->parentName,
set::href(helper::createLink($story->parentType, 'view', "storyID=$story->parent")),
set::title($story->parentName),
setClass('w-1/5 text-clip mr-2.5'),
setClass('basis-32 text-clip mr-2.5'),
setData('toggle', 'modal'),
setData('size', 'lg')
),