Authored by 郭成尧

Merge branch 'feature/ordersub' into release/6.0.2

... ... @@ -55,7 +55,7 @@
<ul class="dispatch-mode">
{{#each dispatchMode}}
<li class="{{#if isSelected}}chosed{{/if}}{{#if is_support_message}} no-support{{/if}}" data-id="{{id}}">
<span>{{name}}:运费¥{{cost}} {{#if is_support_message}}({{is_support_message}}){{/if}}</span>
<span class="tip">{{name}}:运费¥{{cost}} {{#if is_support_message}}({{is_support_message}}){{/if}}</span>
<i class="right iconfont {{#if isSelected}}icon-cb-radio{{else}}icon-radio{{/if}}" data-id="{{id}}"></i>
</li>
{{/each}}
... ...
... ... @@ -229,7 +229,7 @@
}
.no-support > .tip {
max-width: 600px;
max-width: 620px;
line-height: 40px;
}
}
... ...