cloud-business 0.1.86-5 → 0.1.86-7

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,13 @@ 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 - 35px);
14040
+ padding-left: 16px;
14041
+ padding-right: 16px;
14042
+ overflow: auto;
14043
+ }
14044
+ .grid-area-new .customer-order-area-new .order-list-right {
14045
+ margin-right: 10px;
14024
14046
  }
14025
14047
  .grid-area-new .customer-order-area-new .table-column1 {
14026
14048
  width: 338px;
@@ -14057,8 +14079,6 @@ body {
14057
14079
  border-radius: 2px 0 0 0;
14058
14080
  }
14059
14081
  .grid-area-new .customer-order-area-new .order-table-body {
14060
- position: relative;
14061
- height: calc(100% - 35px - 16px - 44px - 16px - 32px);
14062
14082
  display: flex;
14063
14083
  flex-direction: column;
14064
14084
  }
@@ -14066,6 +14086,7 @@ body {
14066
14086
  margin-top: 13px;
14067
14087
  }
14068
14088
  .grid-area-new .customer-order-area-new .order-table-body .order-title {
14089
+ width: 1048px;
14069
14090
  height: 40px;
14070
14091
  background: #FAFAFA;
14071
14092
  padding: 10px 12px;
@@ -14075,46 +14096,96 @@ body {
14075
14096
  border-left: 1px solid #E8E8E8;
14076
14097
  border-right: 1px solid #E8E8E8;
14077
14098
  }
14099
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
14100
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
14101
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
14102
+ height: 20px;
14103
+ line-height: 20px;
14104
+ font-size: 14px;
14105
+ color: rgba(0, 0, 0, 0.85);
14106
+ }
14107
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .copy-order-id,
14108
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
14109
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time .copy-order-id {
14110
+ cursor: pointer;
14111
+ }
14078
14112
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
14079
- width: 100px;
14080
- overflow: hidden;
14081
- white-space: nowrap;
14082
- text-overflow: ellipsis;
14113
+ font-weight: 500;
14083
14114
  }
14084
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
14115
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .customer-view-icon-svg {
14116
+ margin-top: -2px;
14117
+ padding-right: 4px;
14118
+ }
14119
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
14120
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
14121
+ margin-left: 30px;
14122
+ }
14123
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span:nth-child(1),
14124
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time span:nth-child(1) {
14125
+ color: rgba(0, 0, 0, 0.65);
14126
+ }
14127
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
14085
14128
  width: 220px;
14129
+ }
14130
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
14131
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
14132
+ width: calc((100% - 440px - 120px) / 3);
14086
14133
  overflow: hidden;
14087
14134
  white-space: nowrap;
14088
14135
  text-overflow: ellipsis;
14089
14136
  }
14090
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id {
14091
- cursor: pointer;
14137
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-1 {
14138
+ width: 1198px !important;
14092
14139
  }
14093
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other:last-child {
14094
- width: 130px;
14095
- overflow: hidden;
14096
- white-space: nowrap;
14097
- text-overflow: ellipsis;
14140
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-2 {
14141
+ width: 1348px !important;
14098
14142
  }
14099
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
14100
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
14143
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-3 {
14144
+ width: 1498px !important;
14145
+ }
14146
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another {
14147
+ width: 1048px;
14148
+ background: #FAFAFA;
14149
+ padding: 10px 12px;
14150
+ box-sizing: border-box;
14151
+ border-top: 1px solid #E8E8E8;
14152
+ border-left: 1px solid #E8E8E8;
14153
+ border-right: 1px solid #E8E8E8;
14154
+ }
14155
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp {
14156
+ width: 100%;
14157
+ display: flex;
14158
+ }
14159
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
14160
+ margin-bottom: 10px;
14161
+ }
14162
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp {
14101
14163
  height: 20px;
14102
14164
  line-height: 20px;
14103
14165
  font-size: 14px;
14104
14166
  color: rgba(0, 0, 0, 0.85);
14167
+ width: calc((100% - 90px) / 4);
14168
+ margin-left: 30px;
14169
+ overflow: hidden;
14170
+ white-space: nowrap;
14171
+ text-overflow: ellipsis;
14105
14172
  }
14106
- .grid-area-new .customer-order-area-new .order-table-body .order-title .customer-view-icon-svg {
14107
- padding-top: 2px;
14108
- padding-right: 2px;
14173
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp .copy-order-id {
14174
+ cursor: pointer;
14109
14175
  }
14110
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
14176
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp span:nth-child(1) {
14177
+ color: rgba(0, 0, 0, 0.65);
14178
+ }
14179
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop {
14111
14180
  font-weight: 500;
14181
+ margin-left: 0 !important;
14112
14182
  }
14113
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
14114
- margin-left: 24px;
14183
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop .customer-view-icon-svg {
14184
+ margin-top: -2px;
14185
+ padding-right: 4px;
14115
14186
  }
14116
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span:nth-child(1) {
14117
- color: rgba(0, 0, 0, 0.65);
14187
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-left {
14188
+ margin-left: 0 !important;
14118
14189
  }
14119
14190
  .grid-area-new .customer-order-area-new .order-table-body .order-content {
14120
14191
  display: flex;
@@ -14203,8 +14274,14 @@ body {
14203
14274
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 span:nth-child(1) {
14204
14275
  color: #FD830A;
14205
14276
  }
14277
+ .grid-area-new .customer-order-area-new .order-table-body-empty {
14278
+ position: relative;
14279
+ height: calc(100% - 44px);
14280
+ }
14206
14281
  .grid-area-new .customer-order-area-new .footer-page {
14207
14282
  margin-top: 16px;
14283
+ padding-bottom: 16px;
14284
+ padding-right: 16px;
14208
14285
  float: right;
14209
14286
  }
14210
14287
  .grid-area-new .customer-account-new {
@@ -14301,6 +14378,18 @@ body {
14301
14378
  .preview-row-new label {
14302
14379
  margin-right: 6px;
14303
14380
  }
14381
+ .opt-checkbox-order {
14382
+ min-width: 200px !important;
14383
+ }
14384
+ .opt-checkbox-order .newCloud-checkbox {
14385
+ height: 40px !important;
14386
+ }
14387
+ .opt-checkbox-order .newCloud-popover-desc {
14388
+ max-height: 200px;
14389
+ }
14390
+ .customer-loading {
14391
+ height: calc(100% - 48px);
14392
+ }
14304
14393
 
14305
14394
  /**
14306
14395
  * index.less