* Fix bug of qa statistic block.

This commit is contained in:
liugang
2018-06-22 17:59:53 +08:00
parent e8c36a2e4f
commit 9236fe025e
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -140,7 +140,7 @@
<table class='table table-form mg-0 table-bordered' style='border: 1px solid #ddd'>
<thead>
<tr>
<th class='w-40px text-right'><?php echo $lang->testcase->stepID;?></th>
<th class='w-50px text-right'><?php echo $lang->testcase->stepID;?></th>
<th width="45%"><?php echo $lang->testcase->stepDesc;?></th>
<th><?php echo $lang->testcase->stepExpect;?></th>
<th class='step-actions'><?php echo $lang->actions;?></th>