This commit is contained in:
holan20180123
2021-04-02 11:28:03 +08:00
parent 20d9fa61e3
commit 29ff136e75
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,4 +3,5 @@
.data-basic.table-data tbody > tr > th {width: 100px;}
.col-12 .cell table td {word-wrap: break-word; word-break: normal;}
td.normal {color: #00da88;}
td.acl {white-space: nowrap;}
.row > .col-sm-12:first-child {padding-bottom: 20px;}
+1 -1
View File
@@ -80,7 +80,7 @@
<th class="w-80px"><?php echo $lang->productCommon . $lang->product->status;?></th>
<td class="<?php echo $product->status;?>"><strong><?php echo zget($lang->product->statusList, $product->status);?></strong></td>
<th><?php echo $lang->product->acl;?></th>
<td><strong><?php echo $lang->product->aclList[$product->acl];?></strong></td>
<td class='acl'><strong><?php echo $lang->product->aclList[$product->acl];?></strong></td>
<td></td>
</tr>
<?php if($product->acl == 'custom'):?>