cloud-business 0.1.87-30 → 0.1.87-32
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 +55 -114
- 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
|
@@ -3567,6 +3567,8 @@ input::-webkit-search-cancel-button {
|
|
|
3567
3567
|
color: rgba(0, 0, 0, 0.65);
|
|
3568
3568
|
}
|
|
3569
3569
|
|
|
3570
|
+
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
3571
|
+
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
3570
3572
|
.newCloud-picker {
|
|
3571
3573
|
height: 32px;
|
|
3572
3574
|
background: #ffffff;
|
|
@@ -3681,8 +3683,6 @@ input::-webkit-search-cancel-button {
|
|
|
3681
3683
|
opacity: 0;
|
|
3682
3684
|
transition: opacity 0.3s, color 0.3s;
|
|
3683
3685
|
}
|
|
3684
|
-
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
3685
|
-
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
3686
3686
|
.newCloud-picker-dropdown {
|
|
3687
3687
|
position: absolute;
|
|
3688
3688
|
box-sizing: border-box;
|
|
@@ -3753,34 +3753,6 @@ input::-webkit-search-cancel-button {
|
|
|
3753
3753
|
border-width: 0;
|
|
3754
3754
|
border-radius: 0;
|
|
3755
3755
|
}
|
|
3756
|
-
.newCloud-picker-presets {
|
|
3757
|
-
padding: 12px;
|
|
3758
|
-
}
|
|
3759
|
-
.newCloud-picker-presets ul {
|
|
3760
|
-
display: flex;
|
|
3761
|
-
flex-direction: column;
|
|
3762
|
-
gap: 8px;
|
|
3763
|
-
}
|
|
3764
|
-
.newCloud-picker-presets ul li {
|
|
3765
|
-
box-sizing: border-box;
|
|
3766
|
-
width: -moz-fit-content;
|
|
3767
|
-
width: fit-content;
|
|
3768
|
-
max-width: 76px;
|
|
3769
|
-
border-radius: 3px;
|
|
3770
|
-
padding: 2px 8px;
|
|
3771
|
-
font-size: 14px;
|
|
3772
|
-
font-weight: 400;
|
|
3773
|
-
color: rgba(0, 0, 0, 0.85);
|
|
3774
|
-
line-height: 20px;
|
|
3775
|
-
cursor: pointer;
|
|
3776
|
-
transition: background-color 0.3s;
|
|
3777
|
-
white-space: nowrap;
|
|
3778
|
-
overflow: hidden;
|
|
3779
|
-
text-overflow: ellipsis;
|
|
3780
|
-
}
|
|
3781
|
-
.newCloud-picker-presets ul li:hover {
|
|
3782
|
-
background: #F5F5F5;
|
|
3783
|
-
}
|
|
3784
3756
|
.newCloud-picker-panels {
|
|
3785
3757
|
display: flex;
|
|
3786
3758
|
justify-content: center;
|
|
@@ -3810,12 +3782,6 @@ input::-webkit-search-cancel-button {
|
|
|
3810
3782
|
.newCloud-picker-panel table {
|
|
3811
3783
|
text-align: center;
|
|
3812
3784
|
}
|
|
3813
|
-
.newCloud-picker-panel-layout {
|
|
3814
|
-
display: flex;
|
|
3815
|
-
}
|
|
3816
|
-
.newCloud-picker-panel-layout .newCloud-picker-presets {
|
|
3817
|
-
border-right: 1px solid #f5f5f5;
|
|
3818
|
-
}
|
|
3819
3785
|
.newCloud-picker-datetime-panel {
|
|
3820
3786
|
display: flex;
|
|
3821
3787
|
}
|
|
@@ -4097,8 +4063,8 @@ input::-webkit-search-cancel-button {
|
|
|
4097
4063
|
border-radius: 2px;
|
|
4098
4064
|
transition: background-color 0.3s, border 0.3s;
|
|
4099
4065
|
}
|
|
4100
|
-
.newCloud-picker-cell:hover:not(.newCloud-picker-cell-in-view)
|
|
4101
|
-
.newCloud-picker-cell:hover:not(.newCloud-picker-cell-selected):not(.newCloud-picker-cell-
|
|
4066
|
+
.newCloud-picker-cell:hover:not(.newCloud-picker-cell-in-view) .newCloud-picker-cell-inner,
|
|
4067
|
+
.newCloud-picker-cell:hover:not(.newCloud-picker-cell-selected):not(.newCloud-picker-cell-range-start):not(.newCloud-picker-cell-range-end):not(.newCloud-picker-cell-range-hover-start):not(.newCloud-picker-cell-range-hover-end) .newCloud-picker-cell-inner {
|
|
4102
4068
|
background-color: var(--shuyunBlue1);
|
|
4103
4069
|
}
|
|
4104
4070
|
.newCloud-picker-cell-selected.newCloud-picker-cell-in-view .newCloud-picker-cell-inner,
|
|
@@ -4112,10 +4078,7 @@ input::-webkit-search-cancel-button {
|
|
|
4112
4078
|
color: var(--shuyunBlue4);
|
|
4113
4079
|
}
|
|
4114
4080
|
.newCloud-picker-cell-week {
|
|
4115
|
-
|
|
4116
|
-
width: 30px;
|
|
4117
|
-
text-align: left;
|
|
4118
|
-
cursor: default;
|
|
4081
|
+
display: none;
|
|
4119
4082
|
}
|
|
4120
4083
|
.newCloud-picker-ranges {
|
|
4121
4084
|
margin-bottom: 0;
|
|
@@ -4137,18 +4100,15 @@ input::-webkit-search-cancel-button {
|
|
|
4137
4100
|
.newCloud-picker-year-panel .newCloud-picker-content {
|
|
4138
4101
|
height: 200px;
|
|
4139
4102
|
}
|
|
4140
|
-
.newCloud-picker-week-panel
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
border-top-left-radius: 2px;
|
|
4145
|
-
border-bottom-left-radius: 2px;
|
|
4103
|
+
.newCloud-picker-week-panel .newCloud-picker-content th[aria-label~='empty'],
|
|
4104
|
+
.newCloud-picker-week-panel .newCloud-picker-content th[aria-label~='cell'],
|
|
4105
|
+
.newCloud-picker-week-panel .newCloud-picker-content th:first-child {
|
|
4106
|
+
display: none;
|
|
4146
4107
|
}
|
|
4147
|
-
.newCloud-picker-week-panel-row .newCloud-picker-cell
|
|
4148
|
-
|
|
4149
|
-
border-bottom-right-radius: 2px;
|
|
4108
|
+
.newCloud-picker-week-panel-row:hover .newCloud-picker-cell::before {
|
|
4109
|
+
background: var(--shuyunBlue1);
|
|
4150
4110
|
}
|
|
4151
|
-
.newCloud-picker-week-panel-row-selected .newCloud-picker-cell:
|
|
4111
|
+
.newCloud-picker-week-panel-row-selected .newCloud-picker-cell:hover .newCloud-picker-cell-inner,
|
|
4152
4112
|
.newCloud-picker-week-panel-row-selected .newCloud-picker-cell-today .newCloud-picker-cell-inner,
|
|
4153
4113
|
.newCloud-picker-week-panel-row-selected .newCloud-picker-cell-selected .newCloud-picker-cell-inner {
|
|
4154
4114
|
background: none !important;
|
|
@@ -4159,18 +4119,6 @@ input::-webkit-search-cancel-button {
|
|
|
4159
4119
|
.newCloud-picker-week-panel-row-selected .newCloud-picker-cell-selected:not(:nth-child(2)):not(:last-of-type).newCloud-picker-cell-in-view .newCloud-picker-cell-inner {
|
|
4160
4120
|
color: rgba(0, 0, 0, 0.85);
|
|
4161
4121
|
}
|
|
4162
|
-
.newCloud-picker-week-panel-row-selected .newCloud-picker-cell:nth-child(2) .newCloud-picker-cell-inner {
|
|
4163
|
-
border-top-right-radius: 0;
|
|
4164
|
-
border-bottom-right-radius: 0;
|
|
4165
|
-
}
|
|
4166
|
-
.newCloud-picker-week-panel-row-selected .newCloud-picker-cell:last-of-type .newCloud-picker-cell-inner {
|
|
4167
|
-
border-top-left-radius: 0;
|
|
4168
|
-
border-bottom-left-radius: 0;
|
|
4169
|
-
}
|
|
4170
|
-
.newCloud-picker-week-panel-row-selected .newCloud-picker-cell:nth-child(2).newCloud-picker-cell-in-view .newCloud-picker-cell-inner,
|
|
4171
|
-
.newCloud-picker-week-panel-row-selected .newCloud-picker-cell:last-of-type.newCloud-picker-cell-in-view .newCloud-picker-cell-inner {
|
|
4172
|
-
background: var(--shuyunBlue4) !important;
|
|
4173
|
-
}
|
|
4174
4122
|
.newCloud-picker-week-panel-row-selected .newCloud-picker-cell:not(.newCloud-picker-cell-week)::before {
|
|
4175
4123
|
background: var(--shuyunBlue2);
|
|
4176
4124
|
}
|
|
@@ -4335,12 +4283,8 @@ input::-webkit-search-cancel-button {
|
|
|
4335
4283
|
.newCloud-picker-range-wrapper .newCloud-picker-panel .newCloud-picker-date-panel .newCloud-picker-cell.newCloud-picker-cell-in-view.newCloud-picker-cell-range-hover.newCloud-picker-cell-in-range::before {
|
|
4336
4284
|
background-color: var(--shuyunBlue1);
|
|
4337
4285
|
}
|
|
4338
|
-
.newCloud-picker-range-wrapper .newCloud-picker-panel-container {
|
|
4339
|
-
margin-left: 0 !important;
|
|
4340
|
-
}
|
|
4341
4286
|
.newCloud-picker-range-wrapper.newCloud-picker-time-range-wrapper .newCloud-picker-panel-container {
|
|
4342
|
-
width:
|
|
4343
|
-
width: fit-content;
|
|
4287
|
+
width: 168px;
|
|
4344
4288
|
}
|
|
4345
4289
|
.newCloud-picker-range-range-arrow {
|
|
4346
4290
|
display: none;
|
|
@@ -5685,42 +5629,6 @@ input::-webkit-search-cancel-button {
|
|
|
5685
5629
|
z-index: 100;
|
|
5686
5630
|
border-top: 1px solid #e8e8e8;
|
|
5687
5631
|
}
|
|
5688
|
-
.newCloud-table-sticky-holder {
|
|
5689
|
-
position: sticky;
|
|
5690
|
-
z-index: 2;
|
|
5691
|
-
}
|
|
5692
|
-
.newCloud-table-sticky-scroll {
|
|
5693
|
-
position: sticky;
|
|
5694
|
-
bottom: 0;
|
|
5695
|
-
z-index: 2;
|
|
5696
|
-
display: flex;
|
|
5697
|
-
align-items: center;
|
|
5698
|
-
border-top: 1px solid #f3f3f3;
|
|
5699
|
-
opacity: 0.6;
|
|
5700
|
-
transition: transform 0.1s ease-in 0s;
|
|
5701
|
-
}
|
|
5702
|
-
.newCloud-table-sticky-scroll:hover {
|
|
5703
|
-
transform: scaleY(1.2);
|
|
5704
|
-
transform-origin: center bottom;
|
|
5705
|
-
}
|
|
5706
|
-
.newCloud-table-sticky-scroll-bar {
|
|
5707
|
-
height: 8px;
|
|
5708
|
-
background-color: #bbb;
|
|
5709
|
-
border-radius: 4px;
|
|
5710
|
-
}
|
|
5711
|
-
.newCloud-table-sticky-scroll-bar:hover {
|
|
5712
|
-
background-color: #999;
|
|
5713
|
-
}
|
|
5714
|
-
.newCloud-table-sticky-scroll-bar-active {
|
|
5715
|
-
background-color: #999;
|
|
5716
|
-
}
|
|
5717
|
-
.newCloud-table-sticky-footer {
|
|
5718
|
-
position: sticky;
|
|
5719
|
-
bottom: 0;
|
|
5720
|
-
background: white;
|
|
5721
|
-
z-index: 100;
|
|
5722
|
-
border-top: 1px solid #e8e8e8;
|
|
5723
|
-
}
|
|
5724
5632
|
.newCloud-table-filter-content {
|
|
5725
5633
|
padding: 8px 0;
|
|
5726
5634
|
}
|
|
@@ -6915,6 +6823,15 @@ input::-webkit-search-cancel-button {
|
|
|
6915
6823
|
background: rgba(0, 0, 0, 0.45);
|
|
6916
6824
|
z-index: 999;
|
|
6917
6825
|
}
|
|
6826
|
+
.newCloud-drawer1-transparent {
|
|
6827
|
+
position: fixed;
|
|
6828
|
+
top: 0;
|
|
6829
|
+
right: 0;
|
|
6830
|
+
bottom: 0;
|
|
6831
|
+
left: 0;
|
|
6832
|
+
background: transparent;
|
|
6833
|
+
z-index: 999;
|
|
6834
|
+
}
|
|
6918
6835
|
|
|
6919
6836
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
6920
6837
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
@@ -13624,7 +13541,7 @@ body {
|
|
|
13624
13541
|
font-weight: 500;
|
|
13625
13542
|
}
|
|
13626
13543
|
#newCloud-drawer1-close {
|
|
13627
|
-
font-size:
|
|
13544
|
+
font-size: 24px;
|
|
13628
13545
|
padding-right: 16px;
|
|
13629
13546
|
cursor: pointer;
|
|
13630
13547
|
box-sizing: border-box;
|
|
@@ -13639,6 +13556,9 @@ body {
|
|
|
13639
13556
|
.newCloud-input {
|
|
13640
13557
|
border: 1px solid #e8e8e8 !important;
|
|
13641
13558
|
}
|
|
13559
|
+
.newCloud-ccascader-selection-overflow {
|
|
13560
|
+
max-width: calc(100% - 20px) !important;
|
|
13561
|
+
}
|
|
13642
13562
|
.customer-view-new-tip-temp {
|
|
13643
13563
|
display: flex;
|
|
13644
13564
|
}
|
|
@@ -13713,7 +13633,7 @@ body {
|
|
|
13713
13633
|
font-weight: 500;
|
|
13714
13634
|
}
|
|
13715
13635
|
#newCloud-drawer1-close {
|
|
13716
|
-
font-size:
|
|
13636
|
+
font-size: 24px;
|
|
13717
13637
|
padding-right: 16px;
|
|
13718
13638
|
cursor: pointer;
|
|
13719
13639
|
box-sizing: border-box;
|
|
@@ -13728,6 +13648,9 @@ body {
|
|
|
13728
13648
|
.newCloud-input {
|
|
13729
13649
|
border: 1px solid #e8e8e8 !important;
|
|
13730
13650
|
}
|
|
13651
|
+
.newCloud-ccascader-selection-overflow {
|
|
13652
|
+
max-width: calc(100% - 20px) !important;
|
|
13653
|
+
}
|
|
13731
13654
|
.customer-view-new-tip-temp {
|
|
13732
13655
|
display: flex;
|
|
13733
13656
|
}
|
|
@@ -13862,6 +13785,9 @@ body {
|
|
|
13862
13785
|
white-space: nowrap;
|
|
13863
13786
|
text-overflow: ellipsis;
|
|
13864
13787
|
}
|
|
13788
|
+
.customer-info-edit-modal .newCloud-form-item-label {
|
|
13789
|
+
width: 88px !important;
|
|
13790
|
+
}
|
|
13865
13791
|
.customer-info-edit-modal .newCloud-form-item {
|
|
13866
13792
|
height: 32px;
|
|
13867
13793
|
margin-bottom: 16px;
|
|
@@ -13968,7 +13894,7 @@ body {
|
|
|
13968
13894
|
font-weight: 500;
|
|
13969
13895
|
}
|
|
13970
13896
|
#newCloud-drawer1-close {
|
|
13971
|
-
font-size:
|
|
13897
|
+
font-size: 24px;
|
|
13972
13898
|
padding-right: 16px;
|
|
13973
13899
|
cursor: pointer;
|
|
13974
13900
|
box-sizing: border-box;
|
|
@@ -13983,6 +13909,9 @@ body {
|
|
|
13983
13909
|
.newCloud-input {
|
|
13984
13910
|
border: 1px solid #e8e8e8 !important;
|
|
13985
13911
|
}
|
|
13912
|
+
.newCloud-ccascader-selection-overflow {
|
|
13913
|
+
max-width: calc(100% - 20px) !important;
|
|
13914
|
+
}
|
|
13986
13915
|
.customer-view-new-tip-temp {
|
|
13987
13916
|
display: flex;
|
|
13988
13917
|
}
|
|
@@ -14732,7 +14661,7 @@ body {
|
|
|
14732
14661
|
font-weight: 500;
|
|
14733
14662
|
}
|
|
14734
14663
|
#newCloud-drawer1-close {
|
|
14735
|
-
font-size:
|
|
14664
|
+
font-size: 24px;
|
|
14736
14665
|
padding-right: 16px;
|
|
14737
14666
|
cursor: pointer;
|
|
14738
14667
|
box-sizing: border-box;
|
|
@@ -14747,6 +14676,9 @@ body {
|
|
|
14747
14676
|
.newCloud-input {
|
|
14748
14677
|
border: 1px solid #e8e8e8 !important;
|
|
14749
14678
|
}
|
|
14679
|
+
.newCloud-ccascader-selection-overflow {
|
|
14680
|
+
max-width: calc(100% - 20px) !important;
|
|
14681
|
+
}
|
|
14750
14682
|
.customer-view-new-tip-temp {
|
|
14751
14683
|
display: flex;
|
|
14752
14684
|
}
|
|
@@ -14973,7 +14905,7 @@ body {
|
|
|
14973
14905
|
font-weight: 500;
|
|
14974
14906
|
}
|
|
14975
14907
|
#newCloud-drawer1-close {
|
|
14976
|
-
font-size:
|
|
14908
|
+
font-size: 24px;
|
|
14977
14909
|
padding-right: 16px;
|
|
14978
14910
|
cursor: pointer;
|
|
14979
14911
|
box-sizing: border-box;
|
|
@@ -14988,6 +14920,9 @@ body {
|
|
|
14988
14920
|
.newCloud-input {
|
|
14989
14921
|
border: 1px solid #e8e8e8 !important;
|
|
14990
14922
|
}
|
|
14923
|
+
.newCloud-ccascader-selection-overflow {
|
|
14924
|
+
max-width: calc(100% - 20px) !important;
|
|
14925
|
+
}
|
|
14991
14926
|
.customer-view-new-tip-temp {
|
|
14992
14927
|
display: flex;
|
|
14993
14928
|
}
|
|
@@ -15255,11 +15190,17 @@ body {
|
|
|
15255
15190
|
.customer-label-area-new .customer-label-content .rfm-module-new .shopRfm-info .newCloud-table-cell .sort-icon-container {
|
|
15256
15191
|
margin-left: 8px;
|
|
15257
15192
|
}
|
|
15193
|
+
.customer-label-area-new .customer-label-content .rfm-module-new .plat-code-flex {
|
|
15194
|
+
display: flex;
|
|
15195
|
+
align-items: center;
|
|
15196
|
+
}
|
|
15258
15197
|
.customer-label-area-new .customer-label-content .rfm-module-new .plat-name {
|
|
15259
15198
|
padding-left: 8px;
|
|
15199
|
+
display: inline-block;
|
|
15260
15200
|
}
|
|
15261
15201
|
.customer-label-area-new .customer-label-content .rfm-module-new .shop-name {
|
|
15262
15202
|
padding-left: 12px;
|
|
15203
|
+
display: inline-block;
|
|
15263
15204
|
}
|
|
15264
15205
|
.customer-label-area-new .customer-label-content .weChat-module-new {
|
|
15265
15206
|
padding-top: 8px;
|
|
@@ -15474,7 +15415,7 @@ body {
|
|
|
15474
15415
|
justify-content: center;
|
|
15475
15416
|
grid-gap: 8px;
|
|
15476
15417
|
gap: 8px;
|
|
15477
|
-
color: rgba(0, 0, 0, 0.
|
|
15418
|
+
color: rgba(0, 0, 0, 0.45);
|
|
15478
15419
|
align-items: center;
|
|
15479
15420
|
border-radius: 2px;
|
|
15480
15421
|
}
|
|
@@ -15506,7 +15447,7 @@ body {
|
|
|
15506
15447
|
}
|
|
15507
15448
|
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .empty span {
|
|
15508
15449
|
font-weight: 400;
|
|
15509
|
-
color: rgba(0, 0, 0, 0.
|
|
15450
|
+
color: rgba(0, 0, 0, 0.45);
|
|
15510
15451
|
font-size: 14px;
|
|
15511
15452
|
margin-top: 8px;
|
|
15512
15453
|
}
|
|
@@ -15523,7 +15464,7 @@ body {
|
|
|
15523
15464
|
}
|
|
15524
15465
|
.edit-tag .edit-tag-container .edit-tag-search-block .tag-select-container .area-container .empty span {
|
|
15525
15466
|
font-weight: 400;
|
|
15526
|
-
color: rgba(0, 0, 0, 0.
|
|
15467
|
+
color: rgba(0, 0, 0, 0.45);
|
|
15527
15468
|
font-size: 14px;
|
|
15528
15469
|
margin-top: 8px;
|
|
15529
15470
|
}
|
|
@@ -15715,7 +15656,7 @@ body {
|
|
|
15715
15656
|
}
|
|
15716
15657
|
.edit-tag .edit-tag-container .edit-tag-form .empty span {
|
|
15717
15658
|
font-weight: 400;
|
|
15718
|
-
color: rgba(0, 0, 0, 0.
|
|
15659
|
+
color: rgba(0, 0, 0, 0.45);
|
|
15719
15660
|
font-size: 14px;
|
|
15720
15661
|
margin-top: 8px;
|
|
15721
15662
|
}
|