cloud-business 0.1.86-4 → 0.1.86-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13902,16 +13902,14 @@ body {
13902
13902
  }
13903
13903
  .grid-area-new .customer-evaluation-new,
13904
13904
  .grid-area-new .customer-benefit-area-new,
13905
- .grid-area-new .customer-dynamic-info-new,
13906
- .grid-area-new .customer-order-area-new {
13905
+ .grid-area-new .customer-dynamic-info-new {
13907
13906
  height: 100%;
13908
13907
  box-sizing: border-box;
13909
13908
  padding: 16px;
13910
13909
  }
13911
13910
  .grid-area-new .customer-evaluation-new .shop-filter,
13912
13911
  .grid-area-new .customer-benefit-area-new .shop-filter,
13913
- .grid-area-new .customer-dynamic-info-new .shop-filter,
13914
- .grid-area-new .customer-order-area-new .shop-filter {
13912
+ .grid-area-new .customer-dynamic-info-new .shop-filter {
13915
13913
  font-size: 14px;
13916
13914
  margin-bottom: 16px;
13917
13915
  }
@@ -13923,8 +13921,16 @@ body {
13923
13921
  .grid-area-new .customer-evaluation-new .rate-time > svg {
13924
13922
  width: 14px;
13925
13923
  height: 16px;
13924
+ margin-right: 6px;
13925
+ }
13926
+ .grid-area-new .customer-evaluation-new .rate-time #icon-good-review {
13926
13927
  fill: #E74949;
13927
- margin-right: 2px;
13928
+ }
13929
+ .grid-area-new .customer-evaluation-new .rate-time #icon-medium-review {
13930
+ fill: #FDA33D;
13931
+ }
13932
+ .grid-area-new .customer-evaluation-new .rate-time #icon-poor-review {
13933
+ fill: #D9D9D9;
13928
13934
  }
13929
13935
  .grid-area-new .customer-evaluation-new .estimate-content-info {
13930
13936
  cursor: pointer;
@@ -13994,6 +14000,16 @@ body {
13994
14000
  font-weight: 400;
13995
14001
  font-size: 14px;
13996
14002
  }
14003
+ .grid-area-new .customer-order-area-new {
14004
+ height: calc(100% - 16px);
14005
+ box-sizing: border-box;
14006
+ }
14007
+ .grid-area-new .customer-order-area-new .shop-filter {
14008
+ font-size: 14px;
14009
+ margin-bottom: 16px;
14010
+ padding-left: 16px;
14011
+ margin-top: 16px;
14012
+ }
13997
14013
  .grid-area-new .customer-order-area-new .default-img {
13998
14014
  display: inline-block;
13999
14015
  width: 60px;
@@ -14020,7 +14036,10 @@ body {
14020
14036
  font-size: 14px;
14021
14037
  }
14022
14038
  .grid-area-new .customer-order-area-new .order-list {
14023
- overflow-x: auto;
14039
+ height: calc(100% - 80px - 32px);
14040
+ padding-left: 16px;
14041
+ padding-right: 16px;
14042
+ overflow: auto;
14024
14043
  }
14025
14044
  .grid-area-new .customer-order-area-new .table-column1 {
14026
14045
  width: 338px;
@@ -14057,8 +14076,6 @@ body {
14057
14076
  border-radius: 2px 0 0 0;
14058
14077
  }
14059
14078
  .grid-area-new .customer-order-area-new .order-table-body {
14060
- position: relative;
14061
- height: calc(100% - 35px - 16px - 44px - 16px - 32px);
14062
14079
  display: flex;
14063
14080
  flex-direction: column;
14064
14081
  }
@@ -14066,6 +14083,7 @@ body {
14066
14083
  margin-top: 13px;
14067
14084
  }
14068
14085
  .grid-area-new .customer-order-area-new .order-table-body .order-title {
14086
+ width: 1048px;
14069
14087
  height: 40px;
14070
14088
  background: #FAFAFA;
14071
14089
  padding: 10px 12px;
@@ -14205,6 +14223,8 @@ body {
14205
14223
  }
14206
14224
  .grid-area-new .customer-order-area-new .footer-page {
14207
14225
  margin-top: 16px;
14226
+ padding-bottom: 16px;
14227
+ padding-right: 16px;
14208
14228
  float: right;
14209
14229
  }
14210
14230
  .grid-area-new .customer-account-new {