样式优化

This commit is contained in:
Anyon 2020-09-24 13:12:02 +08:00
parent 5214e954d9
commit b4dce73afa
5 changed files with 5 additions and 5 deletions

View File

@ -70,7 +70,7 @@
<div>收货信息:{$vo.truck.address_name|default='--'}<span class="margin-left-5 color-blue">{$vo.truck.address_phone|default=''}</span></div>
<div>收货地址:{$vo.truck.address_province|default='--'}{$vo.truck.address_city|default=''}{$vo.truck.address_area|default=''}{$vo.truck.address_content|default=''}</div>
<div>发货状态:<!--{if empty($vo.truck.send_number)}--><span class="layui-badge layui-bg-black">未发货</span><!--{else}--><span class="layui-badge layui-bg-blue">{$vo.truck.company_name|default='--'}</span>
<a data-modal="{:url('truckQuery')}?code={$vo.truck.company_code|default=''}&number={$vo.truck.send_number|default=''}" class="layui-badge layui-bg-orange">{$vo.truck.send_number|default='--'}</a>
<a data-title="快递查询" data-modal="{:url('truckQuery')}?code={$vo.truck.company_code|default=''}&number={$vo.truck.send_number|default=''}" class="layui-badge layui-bg-orange">{$vo.truck.send_number|default='--'}</a>
<!--{/if}-->
<!--{if auth('truck') and $vo.status eq 3}-->
<a class="margin-left-5" data-title="填写订单信息" data-modal="{:url('truck')}?order_no={$vo.order_no}">填写发货</a>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -424,7 +424,7 @@ label.think-radio, label.think-checkbox {
margin: 0;
.layui-card-body {
padding: 20px 40px 30px 0;
padding: 20px 40px 0 0;
}
}
}

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php
// This file is automatically generated at:2020-09-24 11:36:49
// This file is automatically generated at:2020-09-24 13:05:54
declare (strict_types = 1);
return array (
0 => 'think\\admin\\Library',