cloud-business 0.1.86-2 → 0.1.86-3

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.
@@ -13472,10 +13472,16 @@ body {
13472
13472
  height: 100%;
13473
13473
  font-size: 12px;
13474
13474
  background: #F5F5F5;
13475
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
13476
+ font-variant: tabular-nums;
13477
+ font-feature-settings: 'tnum', "tnum";
13475
13478
  }
13476
13479
  .customer-view-area-new .hideLabel {
13477
13480
  display: none;
13478
13481
  }
13482
+ .newCloud-drawer1.show {
13483
+ z-index: 1010;
13484
+ }
13479
13485
 
13480
13486
  /**
13481
13487
  * index.less
@@ -13511,10 +13517,16 @@ body {
13511
13517
  height: 100%;
13512
13518
  font-size: 12px;
13513
13519
  background: #F5F5F5;
13520
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
13521
+ font-variant: tabular-nums;
13522
+ font-feature-settings: 'tnum', "tnum";
13514
13523
  }
13515
13524
  .customer-view-area-new .hideLabel {
13516
13525
  display: none;
13517
13526
  }
13527
+ .newCloud-drawer1.show {
13528
+ z-index: 1010;
13529
+ }
13518
13530
  .account-area-new {
13519
13531
  background: #FFFFFF;
13520
13532
  height: 120px;
@@ -13704,10 +13716,16 @@ body {
13704
13716
  height: 100%;
13705
13717
  font-size: 12px;
13706
13718
  background: #F5F5F5;
13719
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
13720
+ font-variant: tabular-nums;
13721
+ font-feature-settings: 'tnum', "tnum";
13707
13722
  }
13708
13723
  .customer-view-area-new .hideLabel {
13709
13724
  display: none;
13710
13725
  }
13726
+ .newCloud-drawer1.show {
13727
+ z-index: 1010;
13728
+ }
13711
13729
  #computedWidth {
13712
13730
  display: none;
13713
13731
  }
@@ -13947,6 +13965,7 @@ body {
13947
13965
  font-size: 14px;
13948
13966
  font-weight: 400;
13949
13967
  color: rgba(0, 0, 0, 0.85);
13968
+ box-sizing: content-box !important;
13950
13969
  }
13951
13970
  .grid-area-new .customer-benefit-area-new .table-info-tips .empty {
13952
13971
  color: rgba(0, 0, 0, 0.45);
@@ -13991,29 +14010,34 @@ body {
13991
14010
  font-weight: 400;
13992
14011
  font-size: 14px;
13993
14012
  }
14013
+ .grid-area-new .customer-order-area-new .order-list {
14014
+ overflow-x: auto;
14015
+ }
13994
14016
  .grid-area-new .customer-order-area-new .table-column1 {
13995
- width: 327px;
14017
+ width: 338px;
14018
+ flex: none;
13996
14019
  }
13997
14020
  .grid-area-new .customer-order-area-new .table-column2 {
13998
- width: 154px;
13999
- }
14000
- .grid-area-new .customer-order-area-new .table-column3 {
14001
- width: 154px;
14002
- }
14003
- .grid-area-new .customer-order-area-new .table-column4 {
14004
- width: 154px;
14021
+ width: 150px;
14022
+ flex: none;
14005
14023
  }
14006
14024
  .grid-area-new .customer-order-area-new .table-column5 {
14007
- width: 259px;
14025
+ width: 260px;
14026
+ position: relative;
14027
+ flex: none;
14028
+ }
14029
+ .grid-area-new .customer-order-area-new .table-column5 .newCloud-icon {
14030
+ position: absolute;
14031
+ right: 16px;
14032
+ top: 12px;
14033
+ cursor: pointer;
14034
+ color: var(--shuyunBlue4);
14008
14035
  }
14009
14036
  .grid-area-new .customer-order-area-new .order-table-title {
14010
- width: 100%;
14011
14037
  display: flex;
14012
14038
  }
14013
14039
  .grid-area-new .customer-order-area-new .order-table-title .table-column1,
14014
14040
  .grid-area-new .customer-order-area-new .order-table-title .table-column2,
14015
- .grid-area-new .customer-order-area-new .order-table-title .table-column3,
14016
- .grid-area-new .customer-order-area-new .order-table-title .table-column4,
14017
14041
  .grid-area-new .customer-order-area-new .order-table-title .table-column5 {
14018
14042
  height: 44px;
14019
14043
  line-height: 20px;
@@ -14026,7 +14050,8 @@ body {
14026
14050
  .grid-area-new .customer-order-area-new .order-table-body {
14027
14051
  position: relative;
14028
14052
  height: calc(100% - 35px - 16px - 44px - 16px - 32px);
14029
- overflow: auto;
14053
+ display: flex;
14054
+ flex-direction: column;
14030
14055
  }
14031
14056
  .grid-area-new .customer-order-area-new .order-table-body .order-info {
14032
14057
  margin-top: 13px;
@@ -14083,23 +14108,22 @@ body {
14083
14108
  color: rgba(0, 0, 0, 0.65);
14084
14109
  }
14085
14110
  .grid-area-new .customer-order-area-new .order-table-body .order-content {
14086
- border-left: 1px solid #E8E8E8;
14087
- border-right: 1px solid #E8E8E8;
14088
14111
  display: flex;
14089
14112
  color: rgba(0, 0, 0, 0.85);
14090
14113
  }
14091
14114
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-1 {
14092
- width: 635px;
14115
+ flex: none;
14093
14116
  }
14094
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-1 > div {
14095
- border-bottom: 1px solid #E8E8E8;
14117
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-1 .order-content-one-div {
14096
14118
  display: flex;
14097
14119
  }
14098
14120
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-production {
14099
- width: 327px;
14121
+ border-left: 1px solid #E8E8E8;
14122
+ border-bottom: 1px solid #E8E8E8;
14123
+ box-sizing: border-box;
14124
+ width: 338px;
14100
14125
  padding: 12px;
14101
14126
  display: flex;
14102
- box-sizing: border-box;
14103
14127
  }
14104
14128
  .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name {
14105
14129
  display: inline-block;
@@ -14116,7 +14140,6 @@ body {
14116
14140
  word-break: break-all;
14117
14141
  text-overflow: ellipsis;
14118
14142
  display: -webkit-box;
14119
- /* autoprefixer: ignore next */
14120
14143
  -webkit-box-orient: vertical;
14121
14144
  -moz-box-orient: vertical;
14122
14145
  -webkit-line-clamp: 2;
@@ -14141,28 +14164,32 @@ body {
14141
14164
  line-height: 18px;
14142
14165
  }
14143
14166
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-price,
14144
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-count {
14167
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-count,
14168
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-count-temp {
14145
14169
  border-left: 1px solid #E8E8E8;
14146
- width: 154px;
14170
+ border-bottom: 1px solid #E8E8E8;
14171
+ box-sizing: border-box;
14172
+ width: 150px;
14147
14173
  padding: 12px;
14148
14174
  display: flex;
14149
14175
  align-items: center;
14150
- box-sizing: border-box;
14176
+ }
14177
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2 {
14178
+ width: 150px;
14151
14179
  }
14152
14180
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2,
14153
14181
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
14182
+ flex: none;
14154
14183
  border-left: 1px solid #E8E8E8;
14155
14184
  border-bottom: 1px solid #E8E8E8;
14185
+ box-sizing: border-box;
14156
14186
  padding: 12px;
14157
14187
  display: flex;
14158
14188
  align-items: center;
14159
- box-sizing: border-box;
14160
- }
14161
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2 {
14162
- width: 154px;
14163
14189
  }
14164
14190
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
14165
- width: 259px;
14191
+ width: 260px;
14192
+ border-right: 1px solid #E8E8E8;
14166
14193
  }
14167
14194
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 span:nth-child(1) {
14168
14195
  color: #FD830A;
@@ -14210,6 +14237,7 @@ body {
14210
14237
  width: calc(100% - 40px - 24px);
14211
14238
  }
14212
14239
  .grid-area-new .customer-account-new .account-info-right > p {
14240
+ box-sizing: content-box !important;
14213
14241
  height: 20px;
14214
14242
  line-height: 20px;
14215
14243
  font-size: 14px;
@@ -14299,10 +14327,16 @@ body {
14299
14327
  height: 100%;
14300
14328
  font-size: 12px;
14301
14329
  background: #F5F5F5;
14330
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
14331
+ font-variant: tabular-nums;
14332
+ font-feature-settings: 'tnum', "tnum";
14302
14333
  }
14303
14334
  .customer-view-area-new .hideLabel {
14304
14335
  display: none;
14305
14336
  }
14337
+ .newCloud-drawer1.show {
14338
+ z-index: 1010;
14339
+ }
14306
14340
  .customer-card-container-new {
14307
14341
  position: relative;
14308
14342
  display: flex;
@@ -14458,10 +14492,16 @@ body {
14458
14492
  height: 100%;
14459
14493
  font-size: 12px;
14460
14494
  background: #F5F5F5;
14495
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
14496
+ font-variant: tabular-nums;
14497
+ font-feature-settings: 'tnum', "tnum";
14461
14498
  }
14462
14499
  .customer-view-area-new .hideLabel {
14463
14500
  display: none;
14464
14501
  }
14502
+ .newCloud-drawer1.show {
14503
+ z-index: 1010;
14504
+ }
14465
14505
  .customer-label-area-new {
14466
14506
  height: 100%;
14467
14507
  box-sizing: border-box;