* bug #15017, adjust table style in product/all in tutorial mode.

This commit is contained in:
Hao Sun
2021-09-09 14:41:57 +08:00
parent c9d9a16b7d
commit 0a57ae9e09
+6
View File
@@ -238,4 +238,10 @@
</div>
<?php js::set('orderBy', $orderBy)?>
<?php js::set('browseType', $browseType)?>
<?php if(commonModel::isTutorialMode()): ?>
<style>
#productListForm {overflow: hidden;}
#productList .table-nest-title {width: 200px;}
</style>
<?php endif; ?>
<?php include '../../common/view/footer.html.php';?>