Przeglądaj źródła

机构画像调整

huangzhiguo 2 lat temu
rodzic
commit
a84eeaddca

+ 2 - 2
src/main/webapp/static/modules/cmClubPortrait/cmClubEacths.js

@@ -156,7 +156,7 @@ const  getClubEacthsData = function (type,dateType) {
                             $('.eachts-total').hide();
                             $('#orderTimeEnd').val(data.portrait.endTime);
                             $('#orderTimeStart').val(data.portrait.startTime);
-                            $('#orderScopeNum').text('0(个)');
+                            $('#orderScopeNum').text('0  (0个)');
                         }else{
                             setOrderData(type,data)
                         }
@@ -213,7 +213,7 @@ const  setOrderData = function (type,data) {
                 $('#orderTimeEnd').val(data.order.endTime);
                 $('#orderTimeStart').val(data.order.startTime);
                 $('#orderTotalNum').text(`${data.order.orderTotalNum}个`);
-                $('#orderScopeNum').text(`¥${data.portrait.orderScopeTotalFee}  ${data.portrait.orderScopeNum}(个)`);
+                $('#orderScopeNum').text(`¥${data.portrait.orderScopeTotalFee}  (${data.portrait.orderScopeNum}个)`);
             },
             id:'orderEacths',
             series:{

+ 2 - 2
src/main/webapp/static/modules/cmClubPortrait/cmClubPortrait.css

@@ -181,8 +181,8 @@
 .flex-box .box-eachts .eachts-total{
     color: #FFFFFF;
     width: 50%;
-    height: 40px;
-    line-height: 40px;
+    height: 50px;
+    line-height: 25px;
     font-size: 14px;
     position: absolute;
     bottom: 0;