cloud-business 0.1.87-34 → 0.1.87-36
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 +52 -110
- 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
|
}
|
|
@@ -6571,7 +6479,7 @@ input::-webkit-search-cancel-button {
|
|
|
6571
6479
|
line-height: initial;
|
|
6572
6480
|
width: 246px;
|
|
6573
6481
|
animation: fadeIn 0.2s 0s ease both;
|
|
6574
|
-
z-index:
|
|
6482
|
+
z-index: 1011;
|
|
6575
6483
|
background-color: #fff;
|
|
6576
6484
|
will-change: transform;
|
|
6577
6485
|
}
|
|
@@ -6855,7 +6763,7 @@ input::-webkit-search-cancel-button {
|
|
|
6855
6763
|
}
|
|
6856
6764
|
.newCloud-drawer1.show {
|
|
6857
6765
|
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
|
|
6858
|
-
z-index:
|
|
6766
|
+
z-index: 1010;
|
|
6859
6767
|
}
|
|
6860
6768
|
.newCloud-drawer1.top {
|
|
6861
6769
|
top: 0;
|
|
@@ -6913,7 +6821,16 @@ input::-webkit-search-cancel-button {
|
|
|
6913
6821
|
bottom: 0;
|
|
6914
6822
|
left: 0;
|
|
6915
6823
|
background: rgba(0, 0, 0, 0.45);
|
|
6916
|
-
z-index:
|
|
6824
|
+
z-index: 1010;
|
|
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: 1010;
|
|
6917
6834
|
}
|
|
6918
6835
|
|
|
6919
6836
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
@@ -7925,7 +7842,7 @@ input::-webkit-search-cancel-button {
|
|
|
7925
7842
|
right: 0;
|
|
7926
7843
|
bottom: 0;
|
|
7927
7844
|
left: 0;
|
|
7928
|
-
z-index:
|
|
7845
|
+
z-index: 1011;
|
|
7929
7846
|
}
|
|
7930
7847
|
.newCloud-modal-mask {
|
|
7931
7848
|
position: fixed;
|
|
@@ -13610,6 +13527,9 @@ body {
|
|
|
13610
13527
|
.newCloud-modal {
|
|
13611
13528
|
z-index: 1011;
|
|
13612
13529
|
}
|
|
13530
|
+
.newCloud-drawer1-header {
|
|
13531
|
+
color: rgba(0, 0, 0, 0.45) !important;
|
|
13532
|
+
}
|
|
13613
13533
|
.newCloud-drawer1-mask {
|
|
13614
13534
|
z-index: 1010;
|
|
13615
13535
|
}
|
|
@@ -13622,9 +13542,11 @@ body {
|
|
|
13622
13542
|
.newCloud-drawer1-title {
|
|
13623
13543
|
font-size: 16px;
|
|
13624
13544
|
font-weight: 500;
|
|
13545
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
|
13625
13546
|
}
|
|
13626
13547
|
#newCloud-drawer1-close {
|
|
13627
13548
|
font-size: 24px;
|
|
13549
|
+
color: rgab(0, 0, 0, 0.45);
|
|
13628
13550
|
padding-right: 16px;
|
|
13629
13551
|
cursor: pointer;
|
|
13630
13552
|
box-sizing: border-box;
|
|
@@ -13702,6 +13624,9 @@ body {
|
|
|
13702
13624
|
.newCloud-modal {
|
|
13703
13625
|
z-index: 1011;
|
|
13704
13626
|
}
|
|
13627
|
+
.newCloud-drawer1-header {
|
|
13628
|
+
color: rgba(0, 0, 0, 0.45) !important;
|
|
13629
|
+
}
|
|
13705
13630
|
.newCloud-drawer1-mask {
|
|
13706
13631
|
z-index: 1010;
|
|
13707
13632
|
}
|
|
@@ -13714,9 +13639,11 @@ body {
|
|
|
13714
13639
|
.newCloud-drawer1-title {
|
|
13715
13640
|
font-size: 16px;
|
|
13716
13641
|
font-weight: 500;
|
|
13642
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
|
13717
13643
|
}
|
|
13718
13644
|
#newCloud-drawer1-close {
|
|
13719
13645
|
font-size: 24px;
|
|
13646
|
+
color: rgab(0, 0, 0, 0.45);
|
|
13720
13647
|
padding-right: 16px;
|
|
13721
13648
|
cursor: pointer;
|
|
13722
13649
|
box-sizing: border-box;
|
|
@@ -13963,6 +13890,9 @@ body {
|
|
|
13963
13890
|
.newCloud-modal {
|
|
13964
13891
|
z-index: 1011;
|
|
13965
13892
|
}
|
|
13893
|
+
.newCloud-drawer1-header {
|
|
13894
|
+
color: rgba(0, 0, 0, 0.45) !important;
|
|
13895
|
+
}
|
|
13966
13896
|
.newCloud-drawer1-mask {
|
|
13967
13897
|
z-index: 1010;
|
|
13968
13898
|
}
|
|
@@ -13975,9 +13905,11 @@ body {
|
|
|
13975
13905
|
.newCloud-drawer1-title {
|
|
13976
13906
|
font-size: 16px;
|
|
13977
13907
|
font-weight: 500;
|
|
13908
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
|
13978
13909
|
}
|
|
13979
13910
|
#newCloud-drawer1-close {
|
|
13980
13911
|
font-size: 24px;
|
|
13912
|
+
color: rgab(0, 0, 0, 0.45);
|
|
13981
13913
|
padding-right: 16px;
|
|
13982
13914
|
cursor: pointer;
|
|
13983
13915
|
box-sizing: border-box;
|
|
@@ -14730,6 +14662,9 @@ body {
|
|
|
14730
14662
|
.newCloud-modal {
|
|
14731
14663
|
z-index: 1011;
|
|
14732
14664
|
}
|
|
14665
|
+
.newCloud-drawer1-header {
|
|
14666
|
+
color: rgba(0, 0, 0, 0.45) !important;
|
|
14667
|
+
}
|
|
14733
14668
|
.newCloud-drawer1-mask {
|
|
14734
14669
|
z-index: 1010;
|
|
14735
14670
|
}
|
|
@@ -14742,9 +14677,11 @@ body {
|
|
|
14742
14677
|
.newCloud-drawer1-title {
|
|
14743
14678
|
font-size: 16px;
|
|
14744
14679
|
font-weight: 500;
|
|
14680
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
|
14745
14681
|
}
|
|
14746
14682
|
#newCloud-drawer1-close {
|
|
14747
14683
|
font-size: 24px;
|
|
14684
|
+
color: rgab(0, 0, 0, 0.45);
|
|
14748
14685
|
padding-right: 16px;
|
|
14749
14686
|
cursor: pointer;
|
|
14750
14687
|
box-sizing: border-box;
|
|
@@ -14974,6 +14911,9 @@ body {
|
|
|
14974
14911
|
.newCloud-modal {
|
|
14975
14912
|
z-index: 1011;
|
|
14976
14913
|
}
|
|
14914
|
+
.newCloud-drawer1-header {
|
|
14915
|
+
color: rgba(0, 0, 0, 0.45) !important;
|
|
14916
|
+
}
|
|
14977
14917
|
.newCloud-drawer1-mask {
|
|
14978
14918
|
z-index: 1010;
|
|
14979
14919
|
}
|
|
@@ -14986,9 +14926,11 @@ body {
|
|
|
14986
14926
|
.newCloud-drawer1-title {
|
|
14987
14927
|
font-size: 16px;
|
|
14988
14928
|
font-weight: 500;
|
|
14929
|
+
color: rgba(0, 0, 0, 0.85) !important;
|
|
14989
14930
|
}
|
|
14990
14931
|
#newCloud-drawer1-close {
|
|
14991
14932
|
font-size: 24px;
|
|
14933
|
+
color: rgab(0, 0, 0, 0.45);
|
|
14992
14934
|
padding-right: 16px;
|
|
14993
14935
|
cursor: pointer;
|
|
14994
14936
|
box-sizing: border-box;
|
|
@@ -15690,7 +15632,7 @@ body {
|
|
|
15690
15632
|
}
|
|
15691
15633
|
.edit-tag .edit-tag-container .edit-tag-form .newCloud-form-item {
|
|
15692
15634
|
margin: 0;
|
|
15693
|
-
padding:
|
|
15635
|
+
padding: 16px 0 24px 0;
|
|
15694
15636
|
text-overflow: ellipsis;
|
|
15695
15637
|
white-space: nowrap;
|
|
15696
15638
|
overflow: hidden;
|