表现:在后台的专题管理页面提示我上传900x240的头图,但是,实际前台专题页的显示有问题,图有点窄. 修改:如下... 文件1:static\css\default\common.css我使用的是3.1.0版本,在最新的3.1.7中代码还是一样的,所以,我把修改的部分分享出来; 如果大家觉得有用的话,可以自己改一下;
.aw-feature-title .img{width:960px;height:240px;}改成:
.aw-feature-title .img{width:980px;height:240px;}文件2:views\default\admin\feature\edit.tpl.htm
<span class="help-block"><?php _e('规格'); ?>: 900px x 240px, <?php _e('支持上传图片类型'); ?>: jpg,jpeg,gif,png</span>改成:
<span class="help-block"><?php _e('规格'); ?>: 980px x 240px, <?php _e('支持上传图片类型'); ?>: jpg,jpeg,gif,png</span>