cloud-business 0.1.87-4 → 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.
- package/cloud-business.css +43 -28
- package/cloud-business.js +2 -2
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -13575,13 +13575,12 @@ body {
|
|
|
13575
13575
|
--shuyunBlue7: #002147;
|
|
13576
13576
|
}
|
|
13577
13577
|
.customer-view-new-top-div {
|
|
13578
|
-
width: 100
|
|
13578
|
+
width: calc(100% - 1080px);
|
|
13579
13579
|
height: 100%;
|
|
13580
|
-
background: rgba(0, 0, 0, 0.2);
|
|
13581
13580
|
position: fixed;
|
|
13582
13581
|
left: 0;
|
|
13583
13582
|
top: 0;
|
|
13584
|
-
right:
|
|
13583
|
+
right: 1080px;
|
|
13585
13584
|
bottom: 0;
|
|
13586
13585
|
}
|
|
13587
13586
|
.newCloud-drawer1-content {
|
|
@@ -13650,13 +13649,12 @@ body {
|
|
|
13650
13649
|
--shuyunBlue7: #002147;
|
|
13651
13650
|
}
|
|
13652
13651
|
.customer-view-new-top-div {
|
|
13653
|
-
width: 100
|
|
13652
|
+
width: calc(100% - 1080px);
|
|
13654
13653
|
height: 100%;
|
|
13655
|
-
background: rgba(0, 0, 0, 0.2);
|
|
13656
13654
|
position: fixed;
|
|
13657
13655
|
left: 0;
|
|
13658
13656
|
top: 0;
|
|
13659
|
-
right:
|
|
13657
|
+
right: 1080px;
|
|
13660
13658
|
bottom: 0;
|
|
13661
13659
|
}
|
|
13662
13660
|
.newCloud-drawer1-content {
|
|
@@ -13888,13 +13886,12 @@ body {
|
|
|
13888
13886
|
--shuyunBlue7: #002147;
|
|
13889
13887
|
}
|
|
13890
13888
|
.customer-view-new-top-div {
|
|
13891
|
-
width: 100
|
|
13889
|
+
width: calc(100% - 1080px);
|
|
13892
13890
|
height: 100%;
|
|
13893
|
-
background: rgba(0, 0, 0, 0.2);
|
|
13894
13891
|
position: fixed;
|
|
13895
13892
|
left: 0;
|
|
13896
13893
|
top: 0;
|
|
13897
|
-
right:
|
|
13894
|
+
right: 1080px;
|
|
13898
13895
|
bottom: 0;
|
|
13899
13896
|
}
|
|
13900
13897
|
.newCloud-drawer1-content {
|
|
@@ -14243,7 +14240,6 @@ body {
|
|
|
14243
14240
|
.grid-area-new .customer-order-area-new .order-list {
|
|
14244
14241
|
height: calc(100% - 80px - 35px);
|
|
14245
14242
|
padding-left: 16px;
|
|
14246
|
-
padding-right: 16px;
|
|
14247
14243
|
overflow: auto;
|
|
14248
14244
|
}
|
|
14249
14245
|
.grid-area-new .customer-order-area-new .order-list-right {
|
|
@@ -14279,14 +14275,19 @@ body {
|
|
|
14279
14275
|
border-radius: 2px 0 0 0;
|
|
14280
14276
|
}
|
|
14281
14277
|
.grid-area-new .customer-order-area-new .order-table-body {
|
|
14278
|
+
width: 1048px;
|
|
14282
14279
|
display: flex;
|
|
14283
14280
|
flex-direction: column;
|
|
14281
|
+
height: calc(100% - 44px);
|
|
14282
|
+
box-sizing: border-box;
|
|
14283
|
+
overflow-y: auto;
|
|
14284
|
+
overflow-x: hidden;
|
|
14284
14285
|
}
|
|
14285
14286
|
.grid-area-new .customer-order-area-new .order-table-body .order-info {
|
|
14286
14287
|
margin-top: 13px;
|
|
14287
14288
|
}
|
|
14288
14289
|
.grid-area-new .customer-order-area-new .order-table-body .order-title {
|
|
14289
|
-
width:
|
|
14290
|
+
width: 100%;
|
|
14290
14291
|
height: 40px;
|
|
14291
14292
|
background: #FAFAFA;
|
|
14292
14293
|
padding: 10px 12px;
|
|
@@ -14334,17 +14335,8 @@ body {
|
|
|
14334
14335
|
white-space: nowrap;
|
|
14335
14336
|
text-overflow: ellipsis;
|
|
14336
14337
|
}
|
|
14337
|
-
.grid-area-new .customer-order-area-new .order-table-body .order-title-1 {
|
|
14338
|
-
width: 1198px !important;
|
|
14339
|
-
}
|
|
14340
|
-
.grid-area-new .customer-order-area-new .order-table-body .order-title-2 {
|
|
14341
|
-
width: 1348px !important;
|
|
14342
|
-
}
|
|
14343
|
-
.grid-area-new .customer-order-area-new .order-table-body .order-title-3 {
|
|
14344
|
-
width: 1498px !important;
|
|
14345
|
-
}
|
|
14346
14338
|
.grid-area-new .customer-order-area-new .order-table-body .order-title-another {
|
|
14347
|
-
width:
|
|
14339
|
+
width: 100%;
|
|
14348
14340
|
background: #FAFAFA;
|
|
14349
14341
|
padding: 10px 12px;
|
|
14350
14342
|
box-sizing: border-box;
|
|
@@ -14388,6 +14380,7 @@ body {
|
|
|
14388
14380
|
margin-left: 0 !important;
|
|
14389
14381
|
}
|
|
14390
14382
|
.grid-area-new .customer-order-area-new .order-table-body .order-content {
|
|
14383
|
+
width: 100%;
|
|
14391
14384
|
display: flex;
|
|
14392
14385
|
color: rgba(0, 0, 0, 0.85);
|
|
14393
14386
|
}
|
|
@@ -14468,7 +14461,7 @@ body {
|
|
|
14468
14461
|
align-items: center;
|
|
14469
14462
|
}
|
|
14470
14463
|
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 {
|
|
14471
|
-
width:
|
|
14464
|
+
width: calc(100% - 788px);
|
|
14472
14465
|
border-right: 1px solid #E8E8E8;
|
|
14473
14466
|
line-height: 20px;
|
|
14474
14467
|
display: flex;
|
|
@@ -14479,6 +14472,24 @@ body {
|
|
|
14479
14472
|
.grid-area-new .customer-order-area-new .order-table-body .order-content .order-content-4 p:nth-child(1) {
|
|
14480
14473
|
color: #FD830A;
|
|
14481
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
|
+
}
|
|
14482
14493
|
.grid-area-new .customer-order-area-new .order-table-body-empty {
|
|
14483
14494
|
position: relative;
|
|
14484
14495
|
height: calc(100% - 44px);
|
|
@@ -14613,13 +14624,12 @@ body {
|
|
|
14613
14624
|
--shuyunBlue7: #002147;
|
|
14614
14625
|
}
|
|
14615
14626
|
.customer-view-new-top-div {
|
|
14616
|
-
width: 100
|
|
14627
|
+
width: calc(100% - 1080px);
|
|
14617
14628
|
height: 100%;
|
|
14618
|
-
background: rgba(0, 0, 0, 0.2);
|
|
14619
14629
|
position: fixed;
|
|
14620
14630
|
left: 0;
|
|
14621
14631
|
top: 0;
|
|
14622
|
-
right:
|
|
14632
|
+
right: 1080px;
|
|
14623
14633
|
bottom: 0;
|
|
14624
14634
|
}
|
|
14625
14635
|
.newCloud-drawer1-content {
|
|
@@ -14779,6 +14789,12 @@ body {
|
|
|
14779
14789
|
color: var(--shuyunBlue4);
|
|
14780
14790
|
line-height: 20px;
|
|
14781
14791
|
}
|
|
14792
|
+
.customer-card-container-new .right-card-info .info-title .test {
|
|
14793
|
+
right: 130px;
|
|
14794
|
+
}
|
|
14795
|
+
.customer-card-container-new .right-card-info .info-title .test2 {
|
|
14796
|
+
right: 230px;
|
|
14797
|
+
}
|
|
14782
14798
|
.customer-card-container-new .right-card-info .info-context {
|
|
14783
14799
|
display: flex;
|
|
14784
14800
|
flex-flow: row wrap;
|
|
@@ -14808,13 +14824,12 @@ body {
|
|
|
14808
14824
|
--shuyunBlue7: #002147;
|
|
14809
14825
|
}
|
|
14810
14826
|
.customer-view-new-top-div {
|
|
14811
|
-
width: 100
|
|
14827
|
+
width: calc(100% - 1080px);
|
|
14812
14828
|
height: 100%;
|
|
14813
|
-
background: rgba(0, 0, 0, 0.2);
|
|
14814
14829
|
position: fixed;
|
|
14815
14830
|
left: 0;
|
|
14816
14831
|
top: 0;
|
|
14817
|
-
right:
|
|
14832
|
+
right: 1080px;
|
|
14818
14833
|
bottom: 0;
|
|
14819
14834
|
}
|
|
14820
14835
|
.newCloud-drawer1-content {
|