细节优化

This commit is contained in:
devil
2020-02-13 18:13:03 +08:00
parent 1a5e92cea2
commit 03303945e8
4 changed files with 6 additions and 8 deletions

View File

@ -117,7 +117,7 @@
<td class="am-hide-sm-only">
<div class="event-value">
{{$v.event_value}}
{{if !empty($v['event_value'])}}
{{if !empty($v['event_type_text'])}}
<br /><span class="am-badge am-badge-warning am-radius">{{$v.event_type_text}}</span>
{{/if}}
</div>
@ -157,7 +157,7 @@
<dd>
<div class="event-value">
{{$v.event_value}}
{{if !empty($v['event_value'])}}
{{if !empty($v['event_type_text'])}}
<br /><span class="am-badge am-badge-warning am-radius">{{$v.event_type_text}}</span>
{{/if}}
</div>

View File

@ -127,7 +127,7 @@
</td>
<td class="am-hide-sm-only">
{{$v.event_value}}
{{if !empty($v['event_value'])}}
{{if !empty($v['event_type_text'])}}
<br /><span class="am-badge am-badge-warning am-radius">{{$v.event_type_text}}</span>
{{/if}}
</td>
@ -170,7 +170,7 @@
<dt>事件值</dt>
<dd>
{{$v.event_value}}
{{if !empty($v['event_value'])}}
{{if !empty($v['event_type_text'])}}
<br /><span class="am-badge am-badge-warning am-radius">{{$v.event_type_text}}</span>
{{/if}}
</dd>

View File

@ -114,7 +114,7 @@
</td>
<td class="am-hide-sm-only">
{{$v.event_value}}
{{if !empty($v['event_value']) and !empty($v['event_type_text'])}}
{{if !empty($v['event_type_text'])}}
<br /><span class="am-badge am-badge-warning am-radius">{{$v.event_type_text}}</span>
{{/if}}
</td>
@ -153,7 +153,7 @@
<dd>
<div class="event-value">
{{$v.event_value}}
{{if !empty($v['event_value'])}}
{{if !empty($v['event_type_text'])}}
<br /><span class="am-badge am-badge-warning am-radius">{{$v.event_type_text}}</span>
{{/if}}
</div>