* Fix bug #15763.

This commit is contained in:
zhouxudong
2022-03-22 08:54:24 +08:00
parent c8c25d957f
commit d818c3426e
2 changed files with 2 additions and 1 deletions

View File

@@ -12,3 +12,4 @@ th.c-pri{width:50px;}
.c-category {width: 80px;}
.c-actions-7 {width: 190px;}
.closed-story {color: #e5e5e5;}
.stageBox {height: 180px; overflow: scroll;}

View File

@@ -354,7 +354,7 @@
<div class="btn-group dropup">
<button data-toggle="dropdown" type="button" class="btn"><?php echo $lang->story->stageAB;?> <span class="caret"></span></button>
<?php
echo "<ul class='dropdown-menu'>";
echo "<ul class='dropdown-menu stageBox'>";
$lang->story->stageList[''] = $lang->null;
foreach($lang->story->stageList as $key => $stage)
{