This commit is contained in:
songchenxuan
2023-05-26 10:44:20 +08:00
parent 85f56d8f74
commit d1977bf8ba
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
.thWidth {width: 80px !important;}
#legendLife .thWidth {width: 70px !important;}
.effortThWidth {width: 70px !important;}
.task-basic-info {width: 100px !important;}

View File

@@ -195,7 +195,7 @@
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->task->module;?></th>
<th class='task-basic-info'><?php echo $lang->task->module;?></th>
<?php
$moduleTitle = '';
ob_start();