|
|
@@ -54,7 +54,7 @@
|
|
|
</div>
|
|
|
<span>建议上传420px*700px</span>
|
|
|
<div class="input-group col-sm-3" id="avatar">
|
|
|
- <img src="{$advertisement['advertisement_img']}" width="40px" height="40px"/>
|
|
|
+ <img src="{$advertisement['advertisement_img']}" height="40px"/>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
@@ -69,7 +69,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <h4 style="margin-bottom: 10px; margin-top: 40px">logo设置</h4>
|
|
|
+ <h4 style="margin-bottom: 10px; margin-top: 40px">企业logo设置</h4>
|
|
|
<div class="ibox-title">
|
|
|
</div>
|
|
|
<div class="form-group layui-form-item form-inline" style="height: 60px;">
|
|
|
@@ -81,7 +81,7 @@
|
|
|
</div>
|
|
|
<span>建议上传70px*70px</span>
|
|
|
<div class="input-group col-sm-3" id="logo">
|
|
|
- <img src="{$settings['logo']}" width="40px" height="40px"/>
|
|
|
+ <img src="{$settings['logo']}" height="40px"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -119,7 +119,7 @@
|
|
|
,done: function(res){
|
|
|
//上传完毕回调
|
|
|
if(0 == res.code){
|
|
|
- $("#avatar").html('<img src="' + res.data.src + '" width="50px" height="50px">');
|
|
|
+ $("#avatar").html('<img src="' + res.data.src + '" height="40px">');
|
|
|
$("#advertisement_img").val(res.data.src);
|
|
|
}else{
|
|
|
layer.msg(res.msg);
|
|
|
@@ -137,7 +137,7 @@
|
|
|
,done: function(res){
|
|
|
//上传完毕回调
|
|
|
if(0 == res.code){
|
|
|
- $("#logo").html('<img src="' + res.data.src + '" width="50px" height="50px">');
|
|
|
+ $("#logo").html('<img src="' + res.data.src + '" height="40px">');
|
|
|
$("#logo_img").val(res.data.src);
|
|
|
}else{
|
|
|
layer.msg(res.msg);
|