cloud-business 0.1.87-5 → 0.1.87-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.
@@ -14240,7 +14240,6 @@ body {
14240
14240
  .grid-area-new .customer-order-area-new .order-list {
14241
14241
  height: calc(100% - 80px - 35px);
14242
14242
  padding-left: 16px;
14243
- padding-right: 16px;
14244
14243
  overflow: auto;
14245
14244
  }
14246
14245
  .grid-area-new .customer-order-area-new .order-list-right {
@@ -14276,14 +14275,19 @@ body {
14276
14275
  border-radius: 2px 0 0 0;
14277
14276
  }
14278
14277
  .grid-area-new .customer-order-area-new .order-table-body {
14278
+ width: 1048px;
14279
14279
  display: flex;
14280
14280
  flex-direction: column;
14281
+ height: calc(100% - 44px);
14282
+ box-sizing: border-box;
14283
+ overflow-y: auto;
14284
+ overflow-x: hidden;
14281
14285
  }
14282
14286
  .grid-area-new .customer-order-area-new .order-table-body .order-info {
14283
14287
  margin-top: 13px;
14284
14288
  }
14285
14289
  .grid-area-new .customer-order-area-new .order-table-body .order-title {
14286
- width: 1048px;
14290
+ width: 100%;
14287
14291
  height: 40px;
14288
14292
  background: #FAFAFA;
14289
14293
  padding: 10px 12px;
@@ -14331,17 +14335,8 @@ body {
14331
14335
  white-space: nowrap;
14332
14336
  text-overflow: ellipsis;
14333
14337
  }
14334
- .grid-area-new .customer-order-area-new .order-table-body .order-title-1 {
14335
- width: 1198px !important;
14336
- }
14337
- .grid-area-new .customer-order-area-new .order-table-body .order-title-2 {
14338
- width: 1348px !important;
14339
- }
14340
- .grid-area-new .customer-order-area-new .order-table-body .order-title-3 {
14341
- width: 1498px !important;
14342
- }
14343
14338
  .grid-area-new .customer-order-area-new .order-table-body .order-title-another {
14344
- width: 1048px;
14339
+ width: 100%;
14345
14340
  background: #FAFAFA;
14346
14341
  padding: 10px 12px;
14347
14342
  box-sizing: border-box;
@@ -14385,6 +14380,7 @@ body {
14385
14380
  margin-left: 0 !important;
14386
14381
  }
14387
14382
  .grid-area-new .customer-order-area-new .order-table-body .order-content {
14383
+ width: 100%;
14388
14384
  display: flex;
14389
14385
  color: rgba(0, 0, 0, 0.85);
14390
14386
  }
@@ -14465,7 +14461,7 @@ body {
14465
14461
  align-items: center;
14466
14462
  }
14467
14463
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
14468
- width: 260px;
14464
+ width: calc(100% - 788px);
14469
14465
  border-right: 1px solid #E8E8E8;
14470
14466
  line-height: 20px;
14471
14467
  display: flex;
@@ -14476,6 +14472,24 @@ body {
14476
14472
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 p:nth-child(1) {
14477
14473
  color: #FD830A;
14478
14474
  }
14475
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4-1 {
14476
+ width: calc(100% - 788px - 150px);
14477
+ }
14478
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4-2 {
14479
+ width: calc(100% - 788px - 150px - 150px);
14480
+ }
14481
+ .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4-3 {
14482
+ width: calc(100% - 788px - 150px - 150px - 150px);
14483
+ }
14484
+ .grid-area-new .customer-order-area-new .order-table-body-1 {
14485
+ width: 1198px !important;
14486
+ }
14487
+ .grid-area-new .customer-order-area-new .order-table-body-2 {
14488
+ width: 1348px !important;
14489
+ }
14490
+ .grid-area-new .customer-order-area-new .order-table-body-3 {
14491
+ width: 1498px !important;
14492
+ }
14479
14493
  .grid-area-new .customer-order-area-new .order-table-body-empty {
14480
14494
  position: relative;
14481
14495
  height: calc(100% - 44px);