* finish task #5950.

This commit is contained in:
wangyidong
2019-07-10 16:09:11 +08:00
parent be2b3b1dd3
commit 549828eaca
+2 -2
View File
@@ -12,9 +12,9 @@ if($this->methodName != 'browse')
$moduleID = '';
}
if(empty($type)) $type = 'product';
$sideWidth = $app->getClientLang() == 'en' ? '270px' : '238px';
$sideWidth = $app->getClientLang() == 'en' ? '270' : '238';
?>
<div class="side-col" style="width:<?php echo $sideWidth;?>" data-min-width="240">
<div class="side-col" style="width:<?php echo $sideWidth;?>px" data-min-width="<?php echo $sideWidth;?>">
<div class="cell">
<div class="tabs">
<ul class='nav nav-tabs'>