* Change save btn position.

This commit is contained in:
caoyanyi
2023-07-12 13:57:47 +08:00
parent 563cdf09d0
commit bfb44375a5
+1 -1
View File
@@ -48,7 +48,7 @@ if($module == 'project' && $field == 'unitList')
set::value($defaultCurrency),
set::required(true),
);
$actionWidth = 'w-3/4';
$actionWidth = 'w-full';
}
elseif($module == 'story' && $field == 'reviewRules')
{