* rm product icon.

This commit is contained in:
dingyongliang
2022-09-26 05:50:47 +00:00
parent eb56ce4fbc
commit f60dc0e7be
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -86,6 +86,7 @@ th.c-actions {width: 50px;}
[lang^='zh-'] th.c-story {width: 220px;}
}
#productTableList .c-name > span.table-nest-icon {width: 0; visibility: hidden;}
#productTableList > tr.row-line.is-nest-child > td.text-left.table-nest-title > span.table-nest-icon.icon:before{content: '\e6f2'; background-color: white; display: inline;}
#productTableList > tr.row-line.no-nest > td.text-left.table-nest-title > span.table-nest-icon.icon:before{content: '\e6f2'; background-color: white; display: inline;}
.statistic {margin-left: 10px; color: #838a9d; float: left; position: relative; line-height: 28px;}
+1 -2
View File
@@ -216,8 +216,7 @@
<?php endif;?>
<td class="c-name text-left sort-handler table-nest-title" title='<?php echo $product->name?>'>
<?php
$productLink = html::a($this->createLink('product', 'browse', 'productID=' . $product->id), $product->name);
echo "<span class='table-nest-icon icon icon-product'></span>" . $productLink;
echo html::a($this->createLink('product', 'browse', 'productID=' . $product->id), $product->name);
?>
</td>
<?php if($this->config->URAndSR):?>