This commit is contained in:
liugang
2022-10-17 08:30:46 +08:00
parent ecd2f91329
commit 1fda7a436d
+1 -1
View File
@@ -48,7 +48,7 @@ js::set('storyType', $storyType);
#productStoryForm table tbody tr td.c-actions {overflow: visible;}
#productStoryForm table tbody tr td.c-actions .dividing-line {width: 1px; height: 16px; display: inline-block; vertical-align: middle; background: #F4F5F7; margin: 0 4px 0 0;}
</style>
<?php if(isset($project->hasProduct) && empty($project->hasProduct)):?>
<?php if(isset($project->hasProduct) && empty($project->hasProduct) && $project->model != 'scrum'):?>
<style>
#productStoryForm th.c-plan {display: none !important;}
#productStoryForm td.c-plan {display: none !important;}