mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-30 19:08:59 +08:00
细节优化
This commit is contained in:
parent
dc2be2a480
commit
e5cd132da2
@ -1,10 +1,10 @@
|
||||
<!-- 基础信息 -->
|
||||
{{if !empty($module_data)}}
|
||||
<div class="am-nbfc">
|
||||
<a href="{{:MyUrl('index/design/index', ['id'=>$module_data['id']])}}}" target="_blank" title="{{$module_data.name}}">
|
||||
<a href="{{:MyUrl('index/design/index', ['id'=>$module_data['id']])}}" target="_blank" title="{{$module_data.name}}">
|
||||
<img src="{{if empty($module_data['logo'])}}{{$attachment_host}}/static/common/images/default-images-mini.png{{else /}}{{$module_data.logo}}{{/if}}" class="am-img-thumbnail am-radius am-margin-right-xs am-fl" width="60" height="60" />
|
||||
</a>
|
||||
<a href="{{:MyUrl('index/design/index', ['id'=>$module_data['id']])}}}" target="_blank" title="{{$module_data.name}}">
|
||||
<a href="{{:MyUrl('index/design/index', ['id'=>$module_data['id']])}}" target="_blank" title="{{$module_data.name}}">
|
||||
<span class="am-nowrap-initial">{{$module_data.name}}</span>
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user