This commit is contained in:
tanghucheng
2023-03-21 15:50:51 +08:00
parent 5a7c8c73cc
commit 6a4189996a
+1 -1
View File
@@ -36,7 +36,7 @@ EOT;
<?php js::set('field', $field)?>
<?php js::set('confirmReviewCase', $lang->custom->notice->confirmReviewCase)?>
<?php js::set('stopSubmit', true)?>
<?php if($module == 'story' and $field == 'review'):?>
<?php if(($module == 'story' or $module == 'demand') and $field == 'review'):?>
<style>
.table-form>tbody>tr>th {width: 120px !important}
.checkbox-primary {margin-bottom: 0px; width: 82px !important;}