cloud-business 0.1.130-4 → 0.1.131

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.
@@ -4324,14 +4324,13 @@ body {
4324
4324
  font-size: 14px;
4325
4325
  color: rgba(0, 0, 0, 0.45);
4326
4326
  width: 100%;
4327
- margin-bottom: 16px;
4328
4327
  }
4329
4328
  .grid-area-new .customer-order-area-new .order-table-title .table-column1,
4330
4329
  .grid-area-new .customer-order-area-new .order-table-title .table-column2,
4331
4330
  .grid-area-new .customer-order-area-new .order-table-title .table-column5 {
4332
4331
  height: 44px;
4333
4332
  line-height: 20px;
4334
- padding: 12px 0;
4333
+ padding: 12px 12px 12px 0;
4335
4334
  box-sizing: border-box;
4336
4335
  background: #FAFAFA;
4337
4336
  border-bottom: 1px solid #E8E8E8;
@@ -4343,28 +4342,18 @@ body {
4343
4342
  .grid-area-new .customer-order-area-new .order-table-body {
4344
4343
  width: 100%;
4345
4344
  display: flex;
4346
- gap: 16px;
4347
4345
  flex-direction: column;
4348
- height: calc(100% - 60px);
4346
+ height: calc(100% - 44px);
4349
4347
  box-sizing: border-box;
4350
4348
  overflow-y: auto;
4351
4349
  overflow-x: hidden;
4352
4350
  }
4353
- .grid-area-new .customer-order-area-new .order-table-body .order-total-amount {
4354
- height: 39px;
4355
- line-height: 39px;
4356
- background: #FAFAFA;
4357
- border-left: 1px solid #E8E8E8;
4358
- border-right: 1px solid #E8E8E8;
4359
- border-bottom: 1px solid #E8E8E8;
4360
- padding-left: 12px;
4361
- }
4362
4351
  .grid-area-new .customer-order-area-new .order-table-body .order-temp-tip-width {
4363
- width: -moz-fit-content;
4364
- width: fit-content;
4352
+ width: calc(100% - 60px);
4365
4353
  }
4366
4354
  .grid-area-new .customer-order-area-new .order-table-body .order-info {
4367
4355
  width: 100%;
4356
+ margin-top: 13px;
4368
4357
  }
4369
4358
  .grid-area-new .customer-order-area-new .order-table-body .order-title {
4370
4359
  width: 100%;
@@ -4376,29 +4365,6 @@ body {
4376
4365
  border-top: 1px solid #E8E8E8;
4377
4366
  border-left: 1px solid #E8E8E8;
4378
4367
  border-right: 1px solid #E8E8E8;
4379
- border-bottom: 1px solid #E8E8E8;
4380
- gap: 20px;
4381
- }
4382
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-no-shop {
4383
- background: white;
4384
- border-top: none;
4385
- }
4386
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-no-shop.order-title-has-children {
4387
- background: #FAFAFA;
4388
- }
4389
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-no-shop.order-title-has-children .order-special::after {
4390
- top: 30px;
4391
- }
4392
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-has-children {
4393
- background: #FAFAFA;
4394
- }
4395
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-has-children .order-special::before,
4396
- .grid-area-new .customer-order-area-new .order-table-body .order-title.order-title-has-children .order-special::after {
4397
- display: block;
4398
- }
4399
- .grid-area-new .customer-order-area-new .order-table-body .order-title.hide-angle .order-special::before,
4400
- .grid-area-new .customer-order-area-new .order-table-body .order-title.hide-angle .order-special::after {
4401
- display: none;
4402
4368
  }
4403
4369
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
4404
4370
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
@@ -4424,10 +4390,13 @@ body {
4424
4390
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .customer-view-icon-svg {
4425
4391
  margin-right: 4px;
4426
4392
  }
4393
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
4394
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
4395
+ margin-left: 30px;
4396
+ }
4427
4397
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span:nth-child(1),
4428
4398
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time span:nth-child(1) {
4429
4399
  color: rgba(0, 0, 0, 0.65);
4430
- white-space: nowrap;
4431
4400
  }
4432
4401
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
4433
4402
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time .copy-order-id {
@@ -4438,46 +4407,21 @@ body {
4438
4407
  width: 180px;
4439
4408
  }
4440
4409
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-special {
4441
- position: relative;
4442
- max-width: 330px !important;
4443
- }
4444
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-special::before {
4445
- display: none;
4446
- content: '';
4447
- position: absolute;
4448
- width: 10px;
4449
- height: 10px;
4450
- background: #FAFAFA;
4451
- left: 50px;
4452
- transform: rotate(45deg);
4453
- top: 23px;
4454
- border: 1px solid #E8E8E8;
4455
- }
4456
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-special:after {
4457
- display: none;
4458
- content: '';
4459
- position: absolute;
4460
- width: 20px;
4461
- height: 10px;
4462
- background: #FAFAFA;
4463
- top: 29px;
4464
- left: 45px;
4410
+ width: 330px !important;
4465
4411
  }
4466
4412
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-0 {
4467
- max-width: calc((100% - 180px - 180px - 330px - 120px) / 2);
4413
+ width: calc((100% - 180px - 180px - 330px - 120px) / 2);
4468
4414
  }
4469
4415
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-1 {
4470
- max-width: calc((100% - 180px - 180px - 180px - 330px - 150px - 20px * 5 + 200px) / 2);
4416
+ width: calc((100% - 180px - 180px - 180px - 330px - 150px) / 2);
4471
4417
  }
4472
4418
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-2 {
4473
- max-width: calc((100% - 180px - 180px - 330px - 150px - 20px * 5 + 200px) / 3);
4419
+ width: calc((100% - 180px - 180px - 330px - 150px) / 3);
4474
4420
  }
4475
4421
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-2 {
4476
- max-width: calc((100% - 180px - 180px - 180px - 330px - 180px - 20px * 5 + 300px) / 3);
4422
+ width: calc((100% - 180px - 180px - 180px - 330px - 180px) / 3);
4477
4423
  }
4478
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .order-shop-name {
4479
- width: calc(100% - 20px);
4480
- display: block;
4424
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
4481
4425
  overflow: hidden;
4482
4426
  white-space: nowrap;
4483
4427
  text-overflow: ellipsis;
@@ -4488,6 +4432,12 @@ body {
4488
4432
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span {
4489
4433
  display: inline-block;
4490
4434
  }
4435
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id {
4436
+ width: calc(100% - 60px);
4437
+ }
4438
+ .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .order-other-status {
4439
+ width: calc(100% - 70px);
4440
+ }
4491
4441
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
4492
4442
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .order-other-status {
4493
4443
  display: inline-block;
@@ -4594,7 +4544,7 @@ body {
4594
4544
  display: -webkit-box;
4595
4545
  -webkit-box-orient: vertical;
4596
4546
  -moz-box-orient: vertical;
4597
- -webkit-line-clamp: 3;
4547
+ -webkit-line-clamp: 2;
4598
4548
  overflow: hidden;
4599
4549
  }
4600
4550
  .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name a:hover {
@@ -4653,14 +4603,17 @@ body {
4653
4603
  .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 p:nth-child(1) {
4654
4604
  color: #FD830A;
4655
4605
  }
4606
+ .grid-area-new .customer-order-area-new .order-extend-1 {
4607
+ width: calc(100% + 14.5%) !important;
4608
+ }
4656
4609
  .grid-area-new .customer-order-area-new .order-extend-1 .table-column1 {
4657
- width: 27.5% !important;
4610
+ width: 28% !important;
4658
4611
  }
4659
4612
  .grid-area-new .customer-order-area-new .order-extend-1 .table-column2 {
4660
- width: 12.7% !important;
4613
+ width: 12.6% !important;
4661
4614
  }
4662
4615
  .grid-area-new .customer-order-area-new .order-extend-1 .table-column5 {
4663
- width: 21.7% !important;
4616
+ width: 21.6% !important;
4664
4617
  }
4665
4618
  .grid-area-new .customer-order-area-new .order-extend-1 .order-content-1-1 {
4666
4619
  width: calc(100% - 21.6% - 12.6%) !important;
@@ -4674,6 +4627,9 @@ body {
4674
4627
  .grid-area-new .customer-order-area-new .order-extend-1 .order-content-4 {
4675
4628
  width: 21.6% !important;
4676
4629
  }
4630
+ .grid-area-new .customer-order-area-new .order-extend-2 {
4631
+ width: calc(100% + 14.5% + 14.5%) !important;
4632
+ }
4677
4633
  .grid-area-new .customer-order-area-new .order-extend-2 .table-column1 {
4678
4634
  width: 24.9% !important;
4679
4635
  }
@@ -4695,11 +4651,14 @@ body {
4695
4651
  .grid-area-new .customer-order-area-new .order-extend-2 .order-content-4 {
4696
4652
  width: 19.1% !important;
4697
4653
  }
4654
+ .grid-area-new .customer-order-area-new .order-extend-3 {
4655
+ width: calc(100% + 14.5% + 14.5% + 14.5%) !important;
4656
+ }
4698
4657
  .grid-area-new .customer-order-area-new .order-extend-3 .table-column1 {
4699
- width: 21.6% !important;
4658
+ width: 22.2% !important;
4700
4659
  }
4701
4660
  .grid-area-new .customer-order-area-new .order-extend-3 .table-column2 {
4702
- width: 10.2% !important;
4661
+ width: 10.1% !important;
4703
4662
  }
4704
4663
  .grid-area-new .customer-order-area-new .order-extend-3 .table-column5 {
4705
4664
  width: 17.2% !important;