cloud-business 0.1.87-31 → 0.1.87-33
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 +39 -107
- 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
|
}
|
|
@@ -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: 1001;
|
|
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: 1001;
|
|
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: 1001;
|
|
6917
6834
|
}
|
|
6918
6835
|
|
|
6919
6836
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -13986,6 +13909,9 @@ body {
|
|
|
13986
13909
|
.newCloud-input {
|
|
13987
13910
|
border: 1px solid #e8e8e8 !important;
|
|
13988
13911
|
}
|
|
13912
|
+
.newCloud-ccascader-selection-overflow {
|
|
13913
|
+
max-width: calc(100% - 20px) !important;
|
|
13914
|
+
}
|
|
13989
13915
|
.customer-view-new-tip-temp {
|
|
13990
13916
|
display: flex;
|
|
13991
13917
|
}
|
|
@@ -14750,6 +14676,9 @@ body {
|
|
|
14750
14676
|
.newCloud-input {
|
|
14751
14677
|
border: 1px solid #e8e8e8 !important;
|
|
14752
14678
|
}
|
|
14679
|
+
.newCloud-ccascader-selection-overflow {
|
|
14680
|
+
max-width: calc(100% - 20px) !important;
|
|
14681
|
+
}
|
|
14753
14682
|
.customer-view-new-tip-temp {
|
|
14754
14683
|
display: flex;
|
|
14755
14684
|
}
|
|
@@ -14991,6 +14920,9 @@ body {
|
|
|
14991
14920
|
.newCloud-input {
|
|
14992
14921
|
border: 1px solid #e8e8e8 !important;
|
|
14993
14922
|
}
|
|
14923
|
+
.newCloud-ccascader-selection-overflow {
|
|
14924
|
+
max-width: calc(100% - 20px) !important;
|
|
14925
|
+
}
|
|
14994
14926
|
.customer-view-new-tip-temp {
|
|
14995
14927
|
display: flex;
|
|
14996
14928
|
}
|