edit-admin-order_style

This commit is contained in:
lccsw
2021-10-12 16:45:13 +08:00
parent 6b307e79c7
commit 6ee37c1e1e
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -143,8 +143,8 @@ class Orders extends HD_Controller
$srv_detail = "";
if($srv_info['list']){
foreach($srv_info['list'] as $key => $val){
$d = $srv_detail ? '':',';
$srv_detail .= $val['title'].":".number_format($val['money'],2).$d;
$d = $srv_detail ? ',':'';
$srv_detail .= $d.$val['title'].":".number_format($val['money'],2);
}
}
$srv_info['detail'] = $srv_detail;
+5
View File
@@ -1,3 +1,8 @@
<style>
.label-width{
width:100px !important;
}
</style>
<div id="vue-edit" class="am-form am-form-horizontal" style="width: 98%;padding-top: 10px">
<div class="am-u-lg-12">
<!-- 基本信息 -->