cloud-business 0.1.137-1 → 0.1.137-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.
@@ -3513,12 +3513,12 @@ body {
3513
3513
  --shuyunBlue7: #172D4D;
3514
3514
  }
3515
3515
  .customer-view-new-top-div {
3516
- width: calc(100% - 1080px);
3516
+ width: calc(100% - 1138px);
3517
3517
  height: 100%;
3518
3518
  position: fixed;
3519
3519
  left: 0;
3520
3520
  top: 0;
3521
- right: 1080px;
3521
+ right: 1138px;
3522
3522
  bottom: 0;
3523
3523
  }
3524
3524
  .customer-view-area-new {
@@ -3608,12 +3608,12 @@ body {
3608
3608
  --shuyunBlue7: #172D4D;
3609
3609
  }
3610
3610
  .customer-view-new-top-div {
3611
- width: calc(100% - 1080px);
3611
+ width: calc(100% - 1138px);
3612
3612
  height: 100%;
3613
3613
  position: fixed;
3614
3614
  left: 0;
3615
3615
  top: 0;
3616
- right: 1080px;
3616
+ right: 1138px;
3617
3617
  bottom: 0;
3618
3618
  }
3619
3619
  .customer-view-area-new {
@@ -3642,7 +3642,6 @@ body {
3642
3642
  }
3643
3643
  .account-area-new {
3644
3644
  background: #FFFFFF;
3645
- height: 180px;
3646
3645
  padding: 16px;
3647
3646
  box-sizing: border-box;
3648
3647
  margin-bottom: 16px;
@@ -3651,6 +3650,7 @@ body {
3651
3650
  margin-bottom: 18px;
3652
3651
  }
3653
3652
  .account-area-new .customer-account-info-new .info-explain-container .info-dropdown {
3653
+ position: relative;
3654
3654
  display: inline-block;
3655
3655
  }
3656
3656
  .account-area-new .customer-account-info-new .info-explain-container .info-explain {
@@ -3745,19 +3745,30 @@ body {
3745
3745
  .account-area-new .customer-account-info-new .customer-info-wrap {
3746
3746
  display: flex;
3747
3747
  flex-wrap: wrap;
3748
+ gap: 4px;
3749
+ }
3750
+ .account-area-new .customer-account-info-new .customer-info-wrap .custom-view-edit-item-edit {
3751
+ display: none;
3752
+ }
3753
+ .account-area-new .customer-account-info-new .customer-info-wrap:hover .newCloud-icon-view,
3754
+ .account-area-new .customer-account-info-new .customer-info-wrap:hover .newCloud-icon-hide {
3755
+ display: inline-block;
3756
+ }
3757
+ .account-area-new .customer-account-info-new .customer-info-wrap:hover .custom-view-edit-item-edit {
3758
+ display: block;
3748
3759
  }
3749
3760
  .account-area-new .customer-account-info-new .customer-info-wrap .customer-info {
3750
- width: 25%;
3761
+ width: 24%;
3762
+ min-height: 28px;
3751
3763
  display: flex;
3752
- margin-bottom: 13px;
3764
+ align-items: center;
3765
+ height: -moz-fit-content;
3766
+ height: fit-content;
3753
3767
  font-size: 14px;
3754
- line-height: 20px;
3755
- height: 20px;
3756
3768
  color: rgba(0, 0, 0, 0.85);
3757
- overflow: hidden;
3758
3769
  }
3759
3770
  .account-area-new .customer-account-info-new .customer-info-wrap .customer-info:last-child {
3760
- width: 50%;
3771
+ width: 100%;
3761
3772
  }
3762
3773
  .account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-view,
3763
3774
  .account-area-new .customer-account-info-new .customer-info-wrap .newCloud-icon-hide {
@@ -3778,15 +3789,11 @@ body {
3778
3789
  cursor: pointer;
3779
3790
  color: rgba(0, 0, 0, 0.65);
3780
3791
  }
3781
- .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-view,
3782
- .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-hide {
3783
- display: inline-block;
3784
- }
3785
3792
  .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-special {
3786
3793
  width: calc(100% - 90px);
3787
3794
  }
3788
3795
  .account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-address {
3789
- max-width: calc(100% - 40px);
3796
+ max-width: calc(100% - 16px);
3790
3797
  overflow: hidden;
3791
3798
  text-decoration: none;
3792
3799
  white-space: nowrap;
@@ -3823,6 +3830,16 @@ body {
3823
3830
  .info-explain-modal > p:first-child {
3824
3831
  margin-bottom: 4px;
3825
3832
  }
3833
+ .custom-view-edit-item {
3834
+ flex: 1;
3835
+ display: flex;
3836
+ align-items: center;
3837
+ gap: 8px;
3838
+ }
3839
+ .custom-view-edit-item i {
3840
+ cursor: pointer;
3841
+ color: rgba(0, 0, 0, 0.45);
3842
+ }
3826
3843
 
3827
3844
  /**
3828
3845
  * areaStyle.less
@@ -3841,102 +3858,8 @@ body {
3841
3858
  }
3842
3859
  .area-style-new .address-item {
3843
3860
  display: flex;
3844
- width: 544px;
3845
3861
  justify-content: space-between;
3846
- margin-bottom: 8px;
3847
- }
3848
-
3849
- body {
3850
- margin: 0;
3851
- --shuyunBlue1: #F0F7FF;
3852
- --shuyunBlue2: #DBECFF;
3853
- --shuyunBlue3: #AFCFFA;
3854
- --shuyunBlue4: #0055CC;
3855
- --shuyunBlue5: #0748A3;
3856
- --shuyunBlue6: #123B75;
3857
- --shuyunBlue7: #172D4D;
3858
- }
3859
- .over-length-tip-common {
3860
- width: 100%;
3861
- cursor: pointer;
3862
- overflow: hidden;
3863
- white-space: nowrap;
3864
- text-overflow: ellipsis;
3865
- }
3866
- .over-length-tip-href {
3867
- display: block;
3868
- width: 100%;
3869
- overflow: hidden;
3870
- white-space: nowrap;
3871
- text-overflow: ellipsis;
3872
- color: var(--shuyunBlue4) !important;
3873
- cursor: pointer;
3874
- }
3875
- .over-length-tip-href:hover {
3876
- color: var(--shuyunBlue4) !important;
3877
- }
3878
- .text-overflow-other {
3879
- overflow: hidden;
3880
- white-space: nowrap;
3881
- text-overflow: ellipsis;
3882
- width: calc(100% - 60px) !important;
3883
- padding-right: 0;
3884
- }
3885
- .wx-span {
3886
- width: 100%;
3887
- }
3888
- .search-empty-com {
3889
- display: flex;
3890
- width: 100%;
3891
- height: 170px;
3892
- flex-direction: column;
3893
- justify-content: center;
3894
- color: rgba(0, 0, 0, 0.45);
3895
- align-items: center;
3896
- border-radius: 2px;
3897
- }
3898
- .customer-view-rfm-detail-title {
3899
- position: relative;
3900
- font-size: 14px;
3901
- line-height: 20px;
3902
- font-weight: 500;
3903
- color: rgba(0, 0, 0, 0.85);
3904
- margin-bottom: 16px;
3905
- padding-left: 8px;
3906
- }
3907
- .customer-view-rfm-detail-title:before {
3908
- position: absolute;
3909
- top: 4px;
3910
- left: 0;
3911
- display: block;
3912
- content: "";
3913
- width: 2px;
3914
- height: 12px;
3915
- background: var(--shuyunBlue4);
3916
- }
3917
- .customer-view-rfm-detail-card {
3918
- display: flex;
3919
- align-items: center;
3920
- justify-content: space-around;
3921
- height: 96px;
3922
- background: #fafafa;
3923
- width: 100%;
3924
- }
3925
- .customer-view-rfm-detail-card-item {
3926
- display: flex;
3927
- flex-direction: column;
3928
3862
  gap: 8px;
3929
- text-align: left;
3930
- }
3931
- .customer-view-rfm-detail-card-title {
3932
- color: rgba(0, 0, 0, 0.65);
3933
- }
3934
- .customer-view-rfm-detail-card-value {
3935
- font-size: 24px;
3936
- font-family: DINAlternate-Bold, DINAlternate;
3937
- font-weight: 700;
3938
- line-height: 32px;
3939
- color: rgba(0, 0, 0, 0.85);
3940
3863
  }
3941
3864
 
3942
3865
  /**
@@ -3961,12 +3884,12 @@ body {
3961
3884
  --shuyunBlue7: #172D4D;
3962
3885
  }
3963
3886
  .customer-view-new-top-div {
3964
- width: calc(100% - 1080px);
3887
+ width: calc(100% - 1138px);
3965
3888
  height: 100%;
3966
3889
  position: fixed;
3967
3890
  left: 0;
3968
3891
  top: 0;
3969
- right: 1080px;
3892
+ right: 1138px;
3970
3893
  bottom: 0;
3971
3894
  }
3972
3895
  .customer-view-area-new {
@@ -3997,7 +3920,7 @@ body {
3997
3920
  display: none;
3998
3921
  }
3999
3922
  .grid-area-new {
4000
- height: calc(100% - 180px - 18px);
3923
+ height: calc(100% - 236px - 18px);
4001
3924
  background: #FFFFFF;
4002
3925
  }
4003
3926
  .grid-area-new .newCloud-tabs {
@@ -4177,554 +4100,155 @@ body {
4177
4100
  align-items: center;
4178
4101
  }
4179
4102
  .grid-area-new .customer-evaluation-new .rate-time > svg {
4180
- width: 14px;
4181
- height: 16px;
4182
- margin-right: 6px;
4183
- }
4184
- .grid-area-new .customer-evaluation-new .rate-time #icon-good-review {
4185
- fill: #E74949;
4186
- }
4187
- .grid-area-new .customer-evaluation-new .rate-time #icon-medium-review {
4188
- fill: #FDA33D;
4189
- }
4190
- .grid-area-new .customer-evaluation-new .rate-time #icon-poor-review {
4191
- fill: #D9D9D9;
4192
- }
4193
- .grid-area-new .customer-evaluation-new .estimate-content-info {
4194
- cursor: pointer;
4195
- white-space: normal;
4196
- word-break: break-all;
4197
- text-overflow: ellipsis;
4198
- display: -webkit-box;
4199
- -webkit-box-orient: vertical;
4200
- -moz-box-orient: vertical;
4201
- -webkit-line-clamp: 2;
4202
- overflow: hidden;
4203
- }
4204
- .grid-area-new .customer-evaluation-new .cTable-tip-text {
4205
- cursor: pointer;
4206
- margin-top: 4px;
4207
- font-size: 12px;
4208
- color: rgba(0, 0, 0, 0.65);
4209
- }
4210
- .grid-area-new .customer-evaluation-new .cTable-product-name {
4211
- display: block;
4212
- width: 100%;
4213
- overflow: hidden;
4214
- white-space: nowrap;
4215
- text-overflow: ellipsis;
4216
- color: var(--shuyunBlue4);
4217
- cursor: pointer;
4218
- }
4219
- .grid-area-new .customer-evaluation-new .emptyArea {
4220
- color: rgba(0, 0, 0, 0.45);
4221
- font-weight: 400;
4222
- font-size: 14px;
4223
- }
4224
- .grid-area-new .customer-benefit-area-new .table-opt {
4225
- padding: 16px 0 12px 0;
4226
- }
4227
- .grid-area-new .customer-benefit-area-new .table-opt .shop-filter {
4228
- margin-bottom: 0;
4229
- margin-right: 20px;
4230
- }
4231
- .grid-area-new .customer-benefit-area-new .newCloud-loading {
4232
- height: calc(100% - 38px);
4233
- }
4234
- .grid-area-new .customer-benefit-area-new .table-info-tips {
4235
- height: 20px;
4236
- line-height: 20px;
4237
- padding-top: 16px;
4238
- font-size: 14px;
4239
- font-weight: 400;
4240
- color: rgba(0, 0, 0, 0.85);
4241
- box-sizing: content-box !important;
4242
- }
4243
- .grid-area-new .customer-benefit-area-new .table-info-tips .empty {
4244
- color: rgba(0, 0, 0, 0.45);
4245
- }
4246
- .grid-area-new .customer-benefit-area-new .table-info-tips .title-count {
4247
- padding-right: 24px;
4248
- }
4249
- .grid-area-new .customer-benefit-area-new .table-info-tips .cloud-select {
4250
- display: inline-block;
4251
- vertical-align: middle;
4252
- width: 250px;
4253
- background: white;
4254
- margin-right: 20px;
4255
- }
4256
- .grid-area-new .customer-benefit-area-new .emptyArea {
4257
- color: rgba(0, 0, 0, 0.45);
4258
- font-weight: 400;
4259
- font-size: 14px;
4260
- }
4261
- .grid-area-new .customer-benefit-area-new .info-tip {
4262
- cursor: pointer;
4263
- }
4264
- .grid-area-new .customer-order-area-new {
4265
- height: calc(100% - 16px);
4266
- width: 100%;
4267
- box-sizing: border-box;
4268
- }
4269
- .grid-area-new .customer-order-area-new .shop-filter {
4270
- position: relative;
4271
- font-size: 14px;
4272
- margin-bottom: 16px;
4273
- padding-left: 16px;
4274
- margin-top: 16px;
4275
- }
4276
- .grid-area-new .customer-order-area-new .shop-filter .shop-filter-flag {
4277
- position: absolute;
4278
- right: 16px;
4279
- top: 0;
4280
- }
4281
- .grid-area-new .customer-order-area-new .empty-order {
4282
- position: absolute;
4283
- top: calc((100% - 90px)/2);
4284
- left: calc((100% - 64px)/2);
4285
- width: 64px;
4286
- height: 90px;
4287
- }
4288
- .grid-area-new .customer-order-area-new .empty-order > p {
4289
- text-align: center;
4290
- color: rgba(0, 0, 0, 0.45);
4291
- font-weight: 400;
4292
- font-size: 14px;
4293
- }
4294
- .grid-area-new .customer-order-area-new .order-list {
4295
- height: calc(100% - 70px);
4296
- width: calc(100% - 32px);
4297
- margin-left: 16px;
4298
- overflow: auto;
4299
- }
4300
- .grid-area-new .customer-order-area-new .order-list::-webkit-scrollbar-thumb {
4301
- background-color: rgba(0, 0, 0, 0.25) !important;
4302
- }
4303
- .grid-area-new .customer-order-area-new .order-list::-webkit-scrollbar-thumb:hover {
4304
- background-color: rgba(0, 0, 0, 0.5) !important;
4305
- }
4306
- .grid-area-new .customer-order-area-new .order-list-right {
4307
- margin-right: 10px;
4308
- }
4309
- .grid-area-new .customer-order-area-new .table-column1 {
4310
- width: 31.7%;
4311
- flex: none;
4312
- }
4313
- .grid-area-new .customer-order-area-new .table-column2 {
4314
- width: 14.5%;
4315
- flex: none;
4316
- }
4317
- .grid-area-new .customer-order-area-new .table-column5 {
4318
- width: 24.8%;
4319
- position: relative;
4320
- flex: none;
4321
- }
4322
- .grid-area-new .customer-order-area-new .order-table-title {
4323
- display: flex;
4324
- font-size: 14px;
4325
- color: rgba(0, 0, 0, 0.45);
4326
- width: 100%;
4327
- margin-bottom: 16px;
4328
- }
4329
- .grid-area-new .customer-order-area-new .order-table-title .table-column1,
4330
- .grid-area-new .customer-order-area-new .order-table-title .table-column2,
4331
- .grid-area-new .customer-order-area-new .order-table-title .table-column5 {
4332
- height: 44px;
4333
- line-height: 20px;
4334
- padding: 12px 0;
4335
- box-sizing: border-box;
4336
- background: #FAFAFA;
4337
- border-bottom: 1px solid #E8E8E8;
4338
- border-radius: 2px 0 0 0;
4339
- }
4340
- .grid-area-new .customer-order-area-new .order-table-title .table-column1 {
4341
- padding-left: 12px;
4342
- }
4343
- .grid-area-new .customer-order-area-new .order-table-body {
4344
- width: 100%;
4345
- display: flex;
4346
- gap: 16px;
4347
- flex-direction: column;
4348
- height: calc(100% - 60px);
4349
- box-sizing: border-box;
4350
- overflow-y: auto;
4351
- overflow-x: hidden;
4352
- }
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
- .grid-area-new .customer-order-area-new .order-table-body .order-temp-tip-width {
4363
- width: -moz-fit-content;
4364
- width: fit-content;
4365
- }
4366
- .grid-area-new .customer-order-area-new .order-table-body .order-info {
4367
- width: 100%;
4368
- }
4369
- .grid-area-new .customer-order-area-new .order-table-body .order-title {
4370
- width: 100%;
4371
- height: 40px;
4372
- background: #FAFAFA;
4373
- padding: 10px 12px;
4374
- box-sizing: border-box;
4375
- display: flex;
4376
- border-top: 1px solid #E8E8E8;
4377
- border-left: 1px solid #E8E8E8;
4378
- 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
- }
4403
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop,
4404
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other,
4405
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
4406
- height: 20px;
4407
- line-height: 20px;
4408
- font-size: 12px;
4409
- color: rgba(0, 0, 0, 0.85);
4410
- }
4411
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .copy-order-id,
4412
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
4413
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time .copy-order-id {
4414
- cursor: pointer;
4415
- }
4416
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
4417
- font-weight: 500;
4418
- display: flex;
4419
- align-items: center;
4420
- }
4421
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop img {
4422
- margin: 4px;
4423
- }
4424
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop .customer-view-icon-svg {
4425
- margin-right: 4px;
4426
- }
4427
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span:nth-child(1),
4428
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time span:nth-child(1) {
4429
- color: rgba(0, 0, 0, 0.65);
4430
- white-space: nowrap;
4431
- }
4432
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
4433
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time .copy-order-id {
4434
- color: rgba(0, 0, 0, 0.85) !important;
4435
- cursor: pointer;
4436
- }
4437
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-time {
4438
- width: 180px;
4439
- }
4440
- .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;
4465
- }
4466
- .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);
4468
- }
4469
- .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);
4471
- }
4472
- .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);
4474
- }
4475
- .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);
4477
- }
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;
4481
- overflow: hidden;
4482
- white-space: nowrap;
4483
- text-overflow: ellipsis;
4484
- }
4485
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other {
4486
- display: flex;
4487
- }
4488
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other span {
4489
- display: inline-block;
4490
- }
4491
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .copy-order-id,
4492
- .grid-area-new .customer-order-area-new .order-table-body .order-title .order-other .order-other-status {
4493
- display: inline-block;
4494
- overflow: hidden;
4495
- white-space: nowrap;
4496
- text-overflow: ellipsis;
4497
- }
4498
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another {
4499
- width: 100%;
4500
- background: #FAFAFA;
4501
- padding: 10px 12px;
4502
- box-sizing: border-box;
4503
- border-top: 1px solid #E8E8E8;
4504
- border-left: 1px solid #E8E8E8;
4505
- border-right: 1px solid #E8E8E8;
4506
- }
4507
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp {
4508
- width: 100%;
4509
- display: flex;
4510
- }
4511
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
4512
- margin-bottom: 10px;
4513
- }
4514
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(1) {
4515
- width: calc(100% - 90px - 350px - 180px - 180px);
4516
- }
4517
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(2) {
4518
- width: 350px ;
4519
- }
4520
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(3),
4521
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(4) {
4522
- width: 180px ;
4523
- }
4524
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp {
4525
- display: flex;
4526
- align-items: center;
4527
- height: 20px;
4528
- line-height: 20px;
4529
- font-size: 12px;
4530
- color: rgba(0, 0, 0, 0.85);
4531
- margin-left: 30px;
4532
- overflow: hidden;
4533
- white-space: nowrap;
4534
- text-overflow: ellipsis;
4535
- }
4536
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp .copy-order-id {
4537
- color: rgba(0, 0, 0, 0.85) !important;
4538
- cursor: pointer;
4539
- overflow: hidden;
4540
- white-space: nowrap;
4541
- text-overflow: ellipsis;
4542
- }
4543
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp span:nth-child(1) {
4544
- color: rgba(0, 0, 0, 0.65);
4545
- }
4546
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop {
4547
- font-weight: 500;
4548
- margin-left: 0 !important;
4549
- }
4550
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop span:nth-child(1) {
4551
- color: rgba(0, 0, 0, 0.85) !important;
4552
- }
4553
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-shop .customer-view-icon-svg {
4554
- margin-top: -2px;
4555
- margin-right: 4px;
4556
- }
4557
- .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp-left {
4558
- margin-left: 0 !important;
4559
- }
4560
- .grid-area-new .customer-order-area-new .order-table-body .order-content {
4561
- width: 100%;
4562
- display: flex;
4563
- color: rgba(0, 0, 0, 0.85);
4564
- }
4565
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-1 {
4566
- flex: none;
4567
- width: 60.7%;
4103
+ width: 14px;
4104
+ height: 16px;
4105
+ margin-right: 6px;
4568
4106
  }
4569
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-1 .order-content-one-div {
4570
- display: flex;
4107
+ .grid-area-new .customer-evaluation-new .rate-time #icon-good-review {
4108
+ fill: #E74949;
4571
4109
  }
4572
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-production {
4573
- border-left: 1px solid #E8E8E8;
4574
- border-bottom: 1px solid #E8E8E8;
4575
- box-sizing: border-box;
4576
- width: 52%;
4577
- padding: 12px;
4578
- display: flex;
4110
+ .grid-area-new .customer-evaluation-new .rate-time #icon-medium-review {
4111
+ fill: #FDA33D;
4579
4112
  }
4580
- .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name {
4581
- display: inline-block;
4582
- vertical-align: top;
4583
- margin-left: 8px;
4584
- line-height: 20px;
4585
- font-size: 14px;
4113
+ .grid-area-new .customer-evaluation-new .rate-time #icon-poor-review {
4114
+ fill: #D9D9D9;
4586
4115
  }
4587
- .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name a {
4116
+ .grid-area-new .customer-evaluation-new .estimate-content-info {
4588
4117
  cursor: pointer;
4589
- text-decoration: none;
4590
- color: var(--shuyunBlue4);
4591
4118
  white-space: normal;
4592
4119
  word-break: break-all;
4593
4120
  text-overflow: ellipsis;
4594
4121
  display: -webkit-box;
4595
4122
  -webkit-box-orient: vertical;
4596
4123
  -moz-box-orient: vertical;
4597
- -webkit-line-clamp: 3;
4124
+ -webkit-line-clamp: 2;
4598
4125
  overflow: hidden;
4599
4126
  }
4600
- .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name a:hover {
4601
- color: var(--shuyunBlue4);
4602
- }
4603
- .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name .sku {
4604
- color: rgba(0, 0, 0, 0.45);
4605
- }
4606
- .grid-area-new .customer-order-area-new .order-table-body .order-content .product-name .product-refund {
4607
- width: 56px;
4608
- height: 22px;
4609
- background: #FFF5E6;
4610
- border-radius: 2px;
4611
- padding: 2px;
4612
- box-sizing: border-box;
4613
- margin-top: 5px;
4127
+ .grid-area-new .customer-evaluation-new .cTable-tip-text {
4128
+ cursor: pointer;
4129
+ margin-top: 4px;
4614
4130
  font-size: 12px;
4615
- color: #D66A04;
4616
- line-height: 18px;
4131
+ color: rgba(0, 0, 0, 0.65);
4617
4132
  }
4618
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-price,
4619
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-count,
4620
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-item-count-temp {
4621
- border-left: 1px solid #E8E8E8;
4622
- border-bottom: 1px solid #E8E8E8;
4623
- box-sizing: border-box;
4624
- width: 24%;
4625
- padding: 12px;
4626
- display: flex;
4627
- align-items: center;
4628
- font-size: 14px;
4133
+ .grid-area-new .customer-evaluation-new .cTable-product-name {
4134
+ display: block;
4135
+ width: 100%;
4136
+ overflow: hidden;
4137
+ white-space: nowrap;
4138
+ text-overflow: ellipsis;
4139
+ color: var(--shuyunBlue4);
4140
+ cursor: pointer;
4629
4141
  }
4630
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2,
4631
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
4632
- flex: none;
4633
- border-left: 1px solid #E8E8E8;
4634
- border-bottom: 1px solid #E8E8E8;
4635
- box-sizing: border-box;
4636
- padding: 12px;
4637
- display: flex;
4638
- align-items: center;
4142
+ .grid-area-new .customer-evaluation-new .emptyArea {
4143
+ color: rgba(0, 0, 0, 0.45);
4144
+ font-weight: 400;
4639
4145
  font-size: 14px;
4640
4146
  }
4641
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-2 {
4642
- width: 14.5%;
4643
- }
4644
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
4645
- width: 24.8%;
4646
- border-right: 1px solid #E8E8E8;
4647
- line-height: 20px;
4648
- display: flex;
4649
- flex-direction: column;
4650
- justify-content: center;
4651
- align-items: flex-start;
4147
+ .grid-area-new .customer-benefit-area-new .table-opt {
4148
+ padding: 16px 0 12px 0;
4652
4149
  }
4653
- .grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 p:nth-child(1) {
4654
- color: #FD830A;
4150
+ .grid-area-new .customer-benefit-area-new .table-opt .shop-filter {
4151
+ margin-bottom: 0;
4152
+ margin-right: 20px;
4655
4153
  }
4656
- .grid-area-new .customer-order-area-new .order-extend-1 .table-column1 {
4657
- width: 27.5% !important;
4154
+ .grid-area-new .customer-benefit-area-new .newCloud-loading {
4155
+ height: calc(100% - 38px);
4658
4156
  }
4659
- .grid-area-new .customer-order-area-new .order-extend-1 .table-column2 {
4660
- width: 12.7% !important;
4157
+ .grid-area-new .customer-benefit-area-new .table-info-tips {
4158
+ height: 20px;
4159
+ line-height: 20px;
4160
+ padding-top: 16px;
4161
+ font-size: 14px;
4162
+ font-weight: 400;
4163
+ color: rgba(0, 0, 0, 0.85);
4164
+ box-sizing: content-box !important;
4661
4165
  }
4662
- .grid-area-new .customer-order-area-new .order-extend-1 .table-column5 {
4663
- width: 21.7% !important;
4166
+ .grid-area-new .customer-benefit-area-new .table-info-tips .empty {
4167
+ color: rgba(0, 0, 0, 0.45);
4664
4168
  }
4665
- .grid-area-new .customer-order-area-new .order-extend-1 .order-content-1-1 {
4666
- width: calc(100% - 21.6% - 12.6%) !important;
4169
+ .grid-area-new .customer-benefit-area-new .table-info-tips .title-count {
4170
+ padding-right: 24px;
4667
4171
  }
4668
- .grid-area-new .customer-order-area-new .order-extend-1 .order-content-1-2 {
4669
- width: calc(100% - 21.6% - 12.6% - 12.6%) !important;
4172
+ .grid-area-new .customer-benefit-area-new .table-info-tips .cloud-select {
4173
+ display: inline-block;
4174
+ vertical-align: middle;
4175
+ width: 250px;
4176
+ background: white;
4177
+ margin-right: 20px;
4670
4178
  }
4671
- .grid-area-new .customer-order-area-new .order-extend-1 .order-content-2 {
4672
- width: 12.6% !important;
4179
+ .grid-area-new .customer-benefit-area-new .emptyArea {
4180
+ color: rgba(0, 0, 0, 0.45);
4181
+ font-weight: 400;
4182
+ font-size: 14px;
4673
4183
  }
4674
- .grid-area-new .customer-order-area-new .order-extend-1 .order-content-4 {
4675
- width: 21.6% !important;
4184
+ .grid-area-new .customer-benefit-area-new .info-tip {
4185
+ cursor: pointer;
4676
4186
  }
4677
- .grid-area-new .customer-order-area-new .order-extend-2 .table-column1 {
4678
- width: 24.9% !important;
4187
+ .grid-area-new .customer-order-new {
4188
+ height: calc(100% - 16px);
4189
+ width: 100%;
4190
+ box-sizing: border-box;
4679
4191
  }
4680
- .grid-area-new .customer-order-area-new .order-extend-2 .table-column2 {
4681
- width: 11.2% !important;
4192
+ .grid-area-new .customer-order-new .search-area {
4193
+ display: flex;
4194
+ align-items: center;
4195
+ justify-content: space-between;
4196
+ padding-right: 16px;
4682
4197
  }
4683
- .grid-area-new .customer-order-area-new .order-extend-2 .table-column5 {
4684
- width: 19.1% !important;
4198
+ .grid-area-new .customer-order-new .toggle-btn {
4199
+ display: flex;
4200
+ align-items: center;
4201
+ color: rgba(0, 0, 0, 0.65);
4685
4202
  }
4686
- .grid-area-new .customer-order-area-new .order-extend-2 .order-content-1-1 {
4687
- width: calc(100% - 19.1% - 11.2%) !important;
4203
+ .grid-area-new .customer-order-new .shop-filter {
4204
+ position: relative;
4205
+ font-size: 14px;
4206
+ margin-bottom: 16px;
4207
+ padding-left: 16px;
4208
+ margin-top: 16px;
4688
4209
  }
4689
- .grid-area-new .customer-order-area-new .order-extend-2 .order-content-1-2 {
4690
- width: calc(100% - 19.1% - 11.2% - 11.2%) !important;
4210
+ .grid-area-new .customer-order-new .table-container {
4211
+ padding: 0 16px;
4212
+ height: calc(100% - 178px);
4691
4213
  }
4692
- .grid-area-new .customer-order-area-new .order-extend-2 .order-content-2 {
4693
- width: 11.2% !important;
4214
+ .grid-area-new .customer-order-new .table-container .expand-icon {
4215
+ color: rgba(0, 0, 0, 0.45);
4216
+ cursor: pointer;
4694
4217
  }
4695
- .grid-area-new .customer-order-area-new .order-extend-2 .order-content-4 {
4696
- width: 19.1% !important;
4218
+ .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-header colgroup col.newCloud-table-expand-icon-col {
4219
+ width: 31.6px !important;
4697
4220
  }
4698
- .grid-area-new .customer-order-area-new .order-extend-3 .table-column1 {
4699
- width: 21.6% !important;
4221
+ .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-body colgroup col.newCloud-table-expand-icon-col {
4222
+ width: 31.6px !important;
4700
4223
  }
4701
- .grid-area-new .customer-order-area-new .order-extend-3 .table-column2 {
4702
- width: 10.2% !important;
4224
+ .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row > .newCloud-table-cell {
4225
+ padding: 0!important;
4703
4226
  }
4704
- .grid-area-new .customer-order-area-new .order-extend-3 .table-column5 {
4705
- width: 17.2% !important;
4227
+ .grid-area-new .customer-order-new .table-container .newCloud-table .newCloud-table-expanded-row .newCloud-table-cell > .newCloud-table-container {
4228
+ padding: 0 0 0 58px;
4706
4229
  }
4707
- .grid-area-new .customer-order-area-new .order-extend-3 .order-content-1-1 {
4708
- width: calc(100% - 17.2% - 10.1%) !important;
4230
+ .grid-area-new .customer-order-new .table-container .child-table::before {
4231
+ display: none;
4709
4232
  }
4710
- .grid-area-new .customer-order-area-new .order-extend-3 .order-content-1-2 {
4711
- width: calc(100% - 17.2% - 10.1% - 10.1%) !important;
4233
+ .grid-area-new .customer-order-new .table-container .child-table .newCloud-table .newCloud-table-tbody tr:last-child td {
4234
+ border-bottom: none!important;
4712
4235
  }
4713
- .grid-area-new .customer-order-area-new .order-extend-3 .order-content-2 {
4714
- width: 10.1% !important;
4236
+ .grid-area-new .customer-order-new .table-container .child-table .newCloud-table tr td {
4237
+ background: #fefefe;
4715
4238
  }
4716
- .grid-area-new .customer-order-area-new .order-extend-3 .order-content-4 {
4717
- width: 17.2% !important;
4239
+ .grid-area-new .customer-order-new .table-container .child-table.newCloud-table-box tbody tr td:last-child,
4240
+ .grid-area-new .customer-order-new .table-container .child-table.newCloud-table-box thead tr th:nth-last-of-type(-n+1) {
4241
+ padding-right: 8px!important;
4718
4242
  }
4719
- .grid-area-new .customer-order-area-new .order-table-body-empty {
4720
- position: relative;
4721
- height: calc(100% - 44px);
4243
+ .grid-area-new .customer-order-new .table-container .plat-and-shop {
4244
+ display: flex;
4245
+ flex-direction: column;
4246
+ gap: 4px;
4722
4247
  }
4723
- .grid-area-new .customer-order-area-new .footer-page {
4724
- margin-top: 16px;
4725
- padding-bottom: 16px;
4726
- padding-right: 16px;
4727
- float: right;
4248
+ .grid-area-new .customer-order-new .table-container .plat-and-shop li {
4249
+ display: flex;
4250
+ align-items: center;
4251
+ gap: 4px;
4728
4252
  }
4729
4253
  .grid-area-new .customer-account-new {
4730
4254
  width: 100%;
@@ -4835,6 +4359,130 @@ body {
4835
4359
  .dynamic-content-info-trades-time-popover {
4836
4360
  max-width: 400px;
4837
4361
  }
4362
+ .customer-view-refund-detail-tooltip .refund-detail {
4363
+ display: flex;
4364
+ flex-direction: column;
4365
+ gap: 4px;
4366
+ color: rgba(0, 0, 0, 0.85);
4367
+ margin-left: 4px;
4368
+ }
4369
+ .customer-view-refund-detail-tooltip .refund-detail li {
4370
+ display: flex;
4371
+ align-items: center;
4372
+ }
4373
+ .customer-view-refund-detail-tooltip .refund-detail li label {
4374
+ color: rgba(0, 0, 0, 0.65);
4375
+ }
4376
+ .customer-view-refund-detail-tooltip .refund-detail:not(:first-child) {
4377
+ border-top: 1px solid #E8E8E8;
4378
+ padding-top: 8px;
4379
+ margin-top: 8px;
4380
+ }
4381
+ .customer-view-split-order-tooltip .split-detail {
4382
+ display: flex;
4383
+ flex-direction: column;
4384
+ gap: 8px;
4385
+ color: rgba(0, 0, 0, 0.65);
4386
+ }
4387
+ .customer-view-split-order-tooltip .split-detail li {
4388
+ display: flex;
4389
+ align-items: center;
4390
+ gap: 4px;
4391
+ color: rgba(0, 0, 0, 0.65);
4392
+ }
4393
+
4394
+ body {
4395
+ margin: 0;
4396
+ --shuyunBlue1: #F0F7FF;
4397
+ --shuyunBlue2: #DBECFF;
4398
+ --shuyunBlue3: #AFCFFA;
4399
+ --shuyunBlue4: #0055CC;
4400
+ --shuyunBlue5: #0748A3;
4401
+ --shuyunBlue6: #123B75;
4402
+ --shuyunBlue7: #172D4D;
4403
+ }
4404
+ .over-length-tip-common {
4405
+ width: 100%;
4406
+ cursor: pointer;
4407
+ overflow: hidden;
4408
+ white-space: nowrap;
4409
+ text-overflow: ellipsis;
4410
+ }
4411
+ .over-length-tip-href {
4412
+ display: block;
4413
+ width: 100%;
4414
+ overflow: hidden;
4415
+ white-space: nowrap;
4416
+ text-overflow: ellipsis;
4417
+ color: var(--shuyunBlue4) !important;
4418
+ cursor: pointer;
4419
+ }
4420
+ .over-length-tip-href:hover {
4421
+ color: var(--shuyunBlue4) !important;
4422
+ }
4423
+ .text-overflow-other {
4424
+ overflow: hidden;
4425
+ white-space: nowrap;
4426
+ text-overflow: ellipsis;
4427
+ width: calc(100% - 60px) !important;
4428
+ padding-right: 0;
4429
+ }
4430
+ .wx-span {
4431
+ width: 100%;
4432
+ }
4433
+ .search-empty-com {
4434
+ display: flex;
4435
+ width: 100%;
4436
+ height: 170px;
4437
+ flex-direction: column;
4438
+ justify-content: center;
4439
+ color: rgba(0, 0, 0, 0.45);
4440
+ align-items: center;
4441
+ border-radius: 2px;
4442
+ }
4443
+ .customer-view-rfm-detail-title {
4444
+ position: relative;
4445
+ font-size: 14px;
4446
+ line-height: 20px;
4447
+ font-weight: 500;
4448
+ color: rgba(0, 0, 0, 0.85);
4449
+ margin-bottom: 16px;
4450
+ padding-left: 8px;
4451
+ }
4452
+ .customer-view-rfm-detail-title:before {
4453
+ position: absolute;
4454
+ top: 4px;
4455
+ left: 0;
4456
+ display: block;
4457
+ content: "";
4458
+ width: 2px;
4459
+ height: 12px;
4460
+ background: var(--shuyunBlue4);
4461
+ }
4462
+ .customer-view-rfm-detail-card {
4463
+ display: flex;
4464
+ align-items: center;
4465
+ justify-content: space-around;
4466
+ height: 96px;
4467
+ background: #fafafa;
4468
+ width: 100%;
4469
+ }
4470
+ .customer-view-rfm-detail-card-item {
4471
+ display: flex;
4472
+ flex-direction: column;
4473
+ gap: 8px;
4474
+ text-align: left;
4475
+ }
4476
+ .customer-view-rfm-detail-card-title {
4477
+ color: rgba(0, 0, 0, 0.65);
4478
+ }
4479
+ .customer-view-rfm-detail-card-value {
4480
+ font-size: 24px;
4481
+ font-family: DINAlternate-Bold, DINAlternate;
4482
+ font-weight: 700;
4483
+ line-height: 32px;
4484
+ color: rgba(0, 0, 0, 0.85);
4485
+ }
4838
4486
 
4839
4487
  /**
4840
4488
  * index.less
@@ -4852,12 +4500,12 @@ body {
4852
4500
  --shuyunBlue7: #172D4D;
4853
4501
  }
4854
4502
  .customer-view-new-top-div {
4855
- width: calc(100% - 1080px);
4503
+ width: calc(100% - 1138px);
4856
4504
  height: 100%;
4857
4505
  position: fixed;
4858
4506
  left: 0;
4859
4507
  top: 0;
4860
- right: 1080px;
4508
+ right: 1138px;
4861
4509
  bottom: 0;
4862
4510
  }
4863
4511
  .customer-view-area-new {
@@ -5055,12 +4703,12 @@ body {
5055
4703
  --shuyunBlue7: #172D4D;
5056
4704
  }
5057
4705
  .customer-view-new-top-div {
5058
- width: calc(100% - 1080px);
4706
+ width: calc(100% - 1138px);
5059
4707
  height: 100%;
5060
4708
  position: fixed;
5061
4709
  left: 0;
5062
4710
  top: 0;
5063
- right: 1080px;
4711
+ right: 1138px;
5064
4712
  bottom: 0;
5065
4713
  }
5066
4714
  .customer-view-area-new {
@@ -7132,6 +6780,9 @@ body {
7132
6780
  .cloud-goods-selector-new-goods-modal .newCloud-tabs-line-horizontal {
7133
6781
  padding: 0;
7134
6782
  }
6783
+ .cloud-goods-selector-new-goods-modal-tab-panel {
6784
+ height: 100%;
6785
+ }
7135
6786
  .cloud-goods-selector-new-goods-modal-tabs {
7136
6787
  display: flex;
7137
6788
  flex-flow: column nowrap;
@@ -7143,6 +6794,7 @@ body {
7143
6794
  /* 表格基本样式 */
7144
6795
  }
7145
6796
  .cloud-goods-selector-new-goods-modal-tabs-panel {
6797
+ height: 100%;
7146
6798
  height: 670px;
7147
6799
  display: flex;
7148
6800
  flex-flow: column nowrap;
@@ -7160,6 +6812,7 @@ body {
7160
6812
  display: inline-flex;
7161
6813
  }
7162
6814
  .cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap {
6815
+ height: 100%;
7163
6816
  display: flex;
7164
6817
  flex-flow: column;
7165
6818
  flex: 1;