cloud-business 0.1.86 → 0.1.87
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 +189 -102
- 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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
html {
|
|
2
|
-
font-family:
|
|
2
|
+
font-family: sans-serif;
|
|
3
|
+
/* 1 */
|
|
3
4
|
line-height: 1.15;
|
|
4
5
|
/* 2 */
|
|
5
6
|
-ms-text-size-adjust: 100%;
|
|
@@ -260,7 +261,7 @@ li {
|
|
|
260
261
|
@font-face {
|
|
261
262
|
font-family: 'cloud-react-icon-font';
|
|
262
263
|
/* Project id 2990746 */
|
|
263
|
-
src: url('//cloud-cdn.shuyun.com/
|
|
264
|
+
src: url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.37/libs/cloud-react/icon/font/iconfont.woff2') format('woff2'), url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.37/libs/cloud-react/icon/font/iconfont.woff') format('woff'), url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.37/libs/cloud-react/icon/font/iconfont.ttf') format('truetype');
|
|
264
265
|
}
|
|
265
266
|
.newCloud-icon {
|
|
266
267
|
font-family: 'cloud-react-icon-font' !important;
|
|
@@ -694,7 +695,6 @@ li {
|
|
|
694
695
|
display: inline-flex;
|
|
695
696
|
}
|
|
696
697
|
.newCloud-button {
|
|
697
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
|
|
698
698
|
display: inline-flex;
|
|
699
699
|
justify-content: center;
|
|
700
700
|
align-items: center;
|
|
@@ -2686,7 +2686,7 @@ input::-webkit-search-cancel-button {
|
|
|
2686
2686
|
.root-cloud-menu-prefix li {
|
|
2687
2687
|
margin-bottom: 4px;
|
|
2688
2688
|
}
|
|
2689
|
-
.root-cloud-menu-prefix [role=
|
|
2689
|
+
.root-cloud-menu-prefix [role='menuitem'] {
|
|
2690
2690
|
padding-top: 10px !important;
|
|
2691
2691
|
padding-bottom: 10px !important;
|
|
2692
2692
|
line-height: 20px !important;
|
|
@@ -2992,7 +2992,7 @@ input::-webkit-search-cancel-button {
|
|
|
2992
2992
|
.newCloud-cmenu-inline li {
|
|
2993
2993
|
margin-bottom: 4px;
|
|
2994
2994
|
}
|
|
2995
|
-
.newCloud-cmenu-inline [role=
|
|
2995
|
+
.newCloud-cmenu-inline [role='menuitem'] {
|
|
2996
2996
|
padding-top: 10px !important;
|
|
2997
2997
|
padding-bottom: 10px !important;
|
|
2998
2998
|
line-height: 20px !important;
|
|
@@ -3067,7 +3067,7 @@ input::-webkit-search-cancel-button {
|
|
|
3067
3067
|
.newCloud-cmenu-vertical li {
|
|
3068
3068
|
margin-bottom: 4px;
|
|
3069
3069
|
}
|
|
3070
|
-
.newCloud-cmenu-vertical [role=
|
|
3070
|
+
.newCloud-cmenu-vertical [role='menuitem'] {
|
|
3071
3071
|
padding-top: 10px !important;
|
|
3072
3072
|
padding-bottom: 10px !important;
|
|
3073
3073
|
line-height: 20px !important;
|
|
@@ -4296,7 +4296,8 @@ input::-webkit-search-cancel-button {
|
|
|
4296
4296
|
bottom: 0;
|
|
4297
4297
|
left: 0;
|
|
4298
4298
|
cursor: sw-resize;
|
|
4299
|
-
transform: rotate(90deg);
|
|
4299
|
+
-webkit-transform: rotate(90deg);
|
|
4300
|
+
transform: rotate(90deg);
|
|
4300
4301
|
}
|
|
4301
4302
|
.react-resizable-handle-se {
|
|
4302
4303
|
bottom: 0;
|
|
@@ -4307,13 +4308,15 @@ input::-webkit-search-cancel-button {
|
|
|
4307
4308
|
top: 0;
|
|
4308
4309
|
left: 0;
|
|
4309
4310
|
cursor: nw-resize;
|
|
4310
|
-
transform: rotate(180deg);
|
|
4311
|
+
-webkit-transform: rotate(180deg);
|
|
4312
|
+
transform: rotate(180deg);
|
|
4311
4313
|
}
|
|
4312
4314
|
.react-resizable-handle-ne {
|
|
4313
4315
|
top: 0;
|
|
4314
4316
|
right: 0;
|
|
4315
4317
|
cursor: ne-resize;
|
|
4316
|
-
transform: rotate(270deg);
|
|
4318
|
+
-webkit-transform: rotate(270deg);
|
|
4319
|
+
transform: rotate(270deg);
|
|
4317
4320
|
}
|
|
4318
4321
|
.react-resizable-handle-w,
|
|
4319
4322
|
.react-resizable-handle-e {
|
|
@@ -4323,11 +4326,13 @@ input::-webkit-search-cancel-button {
|
|
|
4323
4326
|
}
|
|
4324
4327
|
.react-resizable-handle-w {
|
|
4325
4328
|
left: 0;
|
|
4326
|
-
transform: rotate(135deg);
|
|
4329
|
+
-webkit-transform: rotate(135deg);
|
|
4330
|
+
transform: rotate(135deg);
|
|
4327
4331
|
}
|
|
4328
4332
|
.react-resizable-handle-e {
|
|
4329
4333
|
right: 0;
|
|
4330
|
-
transform: rotate(315deg);
|
|
4334
|
+
-webkit-transform: rotate(315deg);
|
|
4335
|
+
transform: rotate(315deg);
|
|
4331
4336
|
}
|
|
4332
4337
|
.react-resizable-handle-n,
|
|
4333
4338
|
.react-resizable-handle-s {
|
|
@@ -4337,11 +4342,13 @@ input::-webkit-search-cancel-button {
|
|
|
4337
4342
|
}
|
|
4338
4343
|
.react-resizable-handle-n {
|
|
4339
4344
|
top: 0;
|
|
4340
|
-
transform: rotate(225deg);
|
|
4345
|
+
-webkit-transform: rotate(225deg);
|
|
4346
|
+
transform: rotate(225deg);
|
|
4341
4347
|
}
|
|
4342
4348
|
.react-resizable-handle-s {
|
|
4343
4349
|
bottom: 0;
|
|
4344
|
-
transform: rotate(45deg);
|
|
4350
|
+
-webkit-transform: rotate(45deg);
|
|
4351
|
+
transform: rotate(45deg);
|
|
4345
4352
|
}
|
|
4346
4353
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
4347
4354
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
@@ -4406,7 +4413,7 @@ input::-webkit-search-cancel-button {
|
|
|
4406
4413
|
color: rgba(0, 0, 0, 0.25);
|
|
4407
4414
|
}
|
|
4408
4415
|
.newCloud-select .newCloud-select-wrapper.empty .newCloud-select-selected {
|
|
4409
|
-
color: rgba(0, 0, 0, 0.
|
|
4416
|
+
color: rgba(0, 0, 0, 0.45);
|
|
4410
4417
|
}
|
|
4411
4418
|
.newCloud-select .newCloud-select-wrapper.hidden {
|
|
4412
4419
|
background: transparent;
|
|
@@ -4468,21 +4475,6 @@ input::-webkit-search-cancel-button {
|
|
|
4468
4475
|
padding: 8px 0;
|
|
4469
4476
|
background: #fff;
|
|
4470
4477
|
}
|
|
4471
|
-
.newCloud-select-option-container .divider {
|
|
4472
|
-
height: 1px;
|
|
4473
|
-
background: #e8e8e8;
|
|
4474
|
-
margin-top: 8px;
|
|
4475
|
-
margin-bottom: 8px;
|
|
4476
|
-
}
|
|
4477
|
-
.newCloud-select-group-select-options .groupName {
|
|
4478
|
-
color: rgba(0, 0, 0, 0.45);
|
|
4479
|
-
font-size: 12px;
|
|
4480
|
-
margin-left: 12px;
|
|
4481
|
-
margin-bottom: 8px;
|
|
4482
|
-
}
|
|
4483
|
-
.newCloud-select-group-select-options .groupName:not(:first-child) {
|
|
4484
|
-
margin-top: 8px;
|
|
4485
|
-
}
|
|
4486
4478
|
.newCloud-select-select-options {
|
|
4487
4479
|
box-sizing: border-box;
|
|
4488
4480
|
padding: 0;
|
|
@@ -4596,9 +4588,6 @@ input::-webkit-search-cancel-button {
|
|
|
4596
4588
|
.newCloud-select-select-options .newCloud-select-multiple-options .newCloud-select-option-list .newCloud-select-option:hover {
|
|
4597
4589
|
background: var(--shuyunBlue1);
|
|
4598
4590
|
}
|
|
4599
|
-
.newCloud-select-select-options .newCloud-select-multiple-options .newCloud-select-option-list .newCloud-select-all-select {
|
|
4600
|
-
height: 32px;
|
|
4601
|
-
}
|
|
4602
4591
|
.newCloud-select-select-options .newCloud-select-operate-btn {
|
|
4603
4592
|
display: flex;
|
|
4604
4593
|
justify-content: flex-end;
|
|
@@ -5371,7 +5360,6 @@ input::-webkit-search-cancel-button {
|
|
|
5371
5360
|
.newCloud-table-body {
|
|
5372
5361
|
flex: 1;
|
|
5373
5362
|
overflow: auto auto !important;
|
|
5374
|
-
overflow: overlay overlay !important;
|
|
5375
5363
|
}
|
|
5376
5364
|
.newCloud-table-tbody tr.newCloud-table-row-select td,
|
|
5377
5365
|
.newCloud-table-body tr.newCloud-table-row-select td {
|
|
@@ -5578,6 +5566,42 @@ input::-webkit-search-cancel-button {
|
|
|
5578
5566
|
.newCloud-table .title-container .filter-icon.has-filter-value {
|
|
5579
5567
|
color: var(--shuyunBlue4);
|
|
5580
5568
|
}
|
|
5569
|
+
.newCloud-table-sticky-holder {
|
|
5570
|
+
position: sticky;
|
|
5571
|
+
z-index: 2;
|
|
5572
|
+
}
|
|
5573
|
+
.newCloud-table-sticky-scroll {
|
|
5574
|
+
position: sticky;
|
|
5575
|
+
bottom: 0;
|
|
5576
|
+
z-index: 2;
|
|
5577
|
+
display: flex;
|
|
5578
|
+
align-items: center;
|
|
5579
|
+
border-top: 1px solid #f3f3f3;
|
|
5580
|
+
opacity: 0.6;
|
|
5581
|
+
transition: transform 0.1s ease-in 0s;
|
|
5582
|
+
}
|
|
5583
|
+
.newCloud-table-sticky-scroll:hover {
|
|
5584
|
+
transform: scaleY(1.2);
|
|
5585
|
+
transform-origin: center bottom;
|
|
5586
|
+
}
|
|
5587
|
+
.newCloud-table-sticky-scroll-bar {
|
|
5588
|
+
height: 8px;
|
|
5589
|
+
background-color: #bbb;
|
|
5590
|
+
border-radius: 4px;
|
|
5591
|
+
}
|
|
5592
|
+
.newCloud-table-sticky-scroll-bar:hover {
|
|
5593
|
+
background-color: #999;
|
|
5594
|
+
}
|
|
5595
|
+
.newCloud-table-sticky-scroll-bar-active {
|
|
5596
|
+
background-color: #999;
|
|
5597
|
+
}
|
|
5598
|
+
.newCloud-table-sticky-footer {
|
|
5599
|
+
position: sticky;
|
|
5600
|
+
bottom: 0;
|
|
5601
|
+
background: white;
|
|
5602
|
+
z-index: 100;
|
|
5603
|
+
border-top: 1px solid #e8e8e8;
|
|
5604
|
+
}
|
|
5581
5605
|
.newCloud-table-filter-content {
|
|
5582
5606
|
padding: 8px 0;
|
|
5583
5607
|
}
|
|
@@ -5633,7 +5657,6 @@ input::-webkit-search-cancel-button {
|
|
|
5633
5657
|
}
|
|
5634
5658
|
.newCloud-table-filter-content .newCloud-popover-desc {
|
|
5635
5659
|
max-height: 250px;
|
|
5636
|
-
overflow-y: overlay;
|
|
5637
5660
|
}
|
|
5638
5661
|
.newCloud-table-filter-content .newCloud-popover-desc::-webkit-scrollbar {
|
|
5639
5662
|
width: 8px !important;
|
|
@@ -5830,10 +5853,6 @@ input::-webkit-search-cancel-button {
|
|
|
5830
5853
|
opacity: 0.9;
|
|
5831
5854
|
z-index: 3;
|
|
5832
5855
|
}
|
|
5833
|
-
.newCloud-table-box.newCloud-table-use-custom-scroll .newCloud-table-thead td.newCloud-table-cell-fix-right,
|
|
5834
|
-
.newCloud-table-box.newCloud-table-use-custom-scroll .newCloud-table-thead td.newCloud-table-cell-scrollbar {
|
|
5835
|
-
display: none !important;
|
|
5836
|
-
}
|
|
5837
5856
|
.newCloud-table-box.newCloud-table-use-custom-scroll.newCloud-table-bordered.newCloud-table-support-resize .newCloud-table-resizeable:hover {
|
|
5838
5857
|
background: var(--shuyunBlue1);
|
|
5839
5858
|
z-index: 1;
|
|
@@ -5916,8 +5935,8 @@ input::-webkit-search-cancel-button {
|
|
|
5916
5935
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
5917
5936
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
5918
5937
|
.root-cloud-radio-position,
|
|
5919
|
-
.newCloud-radio-input
|
|
5920
|
-
.newCloud-radio-input
|
|
5938
|
+
.newCloud-radio-input.checked + .newCloud-radio-inner::after,
|
|
5939
|
+
.newCloud-radio-input.checked[disabled] + .newCloud-radio-inner::after,
|
|
5921
5940
|
.newCloud-radio-inner {
|
|
5922
5941
|
position: absolute;
|
|
5923
5942
|
top: 0;
|
|
@@ -5961,10 +5980,10 @@ input::-webkit-search-cancel-button {
|
|
|
5961
5980
|
opacity: 0;
|
|
5962
5981
|
cursor: pointer;
|
|
5963
5982
|
}
|
|
5964
|
-
.newCloud-radio-input
|
|
5983
|
+
.newCloud-radio-input.checked + .newCloud-radio-inner {
|
|
5965
5984
|
color: var(--shuyunBlue4);
|
|
5966
5985
|
}
|
|
5967
|
-
.newCloud-radio-input
|
|
5986
|
+
.newCloud-radio-input.checked + .newCloud-radio-inner::after {
|
|
5968
5987
|
content: '';
|
|
5969
5988
|
background-color: currentColor;
|
|
5970
5989
|
width: 6px;
|
|
@@ -5980,14 +5999,14 @@ input::-webkit-search-cancel-button {
|
|
|
5980
5999
|
cursor: not-allowed;
|
|
5981
6000
|
color: rgba(0, 0, 0, 0.25);
|
|
5982
6001
|
}
|
|
5983
|
-
.newCloud-radio-input[disabled]:not(
|
|
6002
|
+
.newCloud-radio-input[disabled]:not(.checked) + .newCloud-radio-inner {
|
|
5984
6003
|
color: #d9d9d9;
|
|
5985
6004
|
background-color: #f5f5f5;
|
|
5986
6005
|
}
|
|
5987
|
-
.newCloud-radio-input
|
|
6006
|
+
.newCloud-radio-input.checked[disabled] + .newCloud-radio-inner {
|
|
5988
6007
|
color: var(--shuyunBlue2);
|
|
5989
6008
|
}
|
|
5990
|
-
.newCloud-radio-input
|
|
6009
|
+
.newCloud-radio-input.checked[disabled] + .newCloud-radio-inner::after {
|
|
5991
6010
|
background-color: var(--shuyunBlue2);
|
|
5992
6011
|
box-shadow: 0 0 5px var(--shuyunBlue2);
|
|
5993
6012
|
}
|
|
@@ -6021,10 +6040,10 @@ input::-webkit-search-cancel-button {
|
|
|
6021
6040
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
6022
6041
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
6023
6042
|
.newCloud-card {
|
|
6024
|
-
background: #
|
|
6043
|
+
background: #FFFFFF;
|
|
6025
6044
|
border-radius: 2px;
|
|
6026
6045
|
font-size: 14px;
|
|
6027
|
-
font-family: -
|
|
6046
|
+
font-family: PingFangSC-Regular, PingFang SC;
|
|
6028
6047
|
font-weight: 400;
|
|
6029
6048
|
color: rgba(0, 0, 0, 0.85);
|
|
6030
6049
|
line-height: 20px;
|
|
@@ -6049,7 +6068,7 @@ input::-webkit-search-cancel-button {
|
|
|
6049
6068
|
padding-top: 16px;
|
|
6050
6069
|
padding-left: 24px;
|
|
6051
6070
|
padding-right: 24px;
|
|
6052
|
-
border-bottom: 1px solid #
|
|
6071
|
+
border-bottom: 1px solid #E8E8E8;
|
|
6053
6072
|
box-sizing: border-box;
|
|
6054
6073
|
}
|
|
6055
6074
|
.newCloud-card .newCloud-card-header .newCloud-card-title {
|
|
@@ -6058,14 +6077,14 @@ input::-webkit-search-cancel-button {
|
|
|
6058
6077
|
}
|
|
6059
6078
|
.newCloud-card .newCloud-card-header .newCloud-card-extra {
|
|
6060
6079
|
font-weight: 400;
|
|
6061
|
-
color: #
|
|
6080
|
+
color: #5280FF;
|
|
6062
6081
|
cursor: pointer;
|
|
6063
6082
|
}
|
|
6064
6083
|
.newCloud-card .newCloud-card-content {
|
|
6065
6084
|
padding: 24px;
|
|
6066
6085
|
}
|
|
6067
6086
|
.newCloud-card .newCloud-card-action {
|
|
6068
|
-
border-top: 1px solid #
|
|
6087
|
+
border-top: 1px solid #E8E8E8;
|
|
6069
6088
|
height: 40px;
|
|
6070
6089
|
padding-left: 24px;
|
|
6071
6090
|
padding-right: 24px;
|
|
@@ -6707,6 +6726,77 @@ input::-webkit-search-cancel-button {
|
|
|
6707
6726
|
}
|
|
6708
6727
|
}
|
|
6709
6728
|
|
|
6729
|
+
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
6730
|
+
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
6731
|
+
.newCloud-drawer1 {
|
|
6732
|
+
position: fixed;
|
|
6733
|
+
background: white;
|
|
6734
|
+
transition: top 500ms, right 500ms, bottom 500ms, left 500ms;
|
|
6735
|
+
z-index: -1;
|
|
6736
|
+
}
|
|
6737
|
+
.newCloud-drawer1.show {
|
|
6738
|
+
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
|
|
6739
|
+
z-index: 1000;
|
|
6740
|
+
}
|
|
6741
|
+
.newCloud-drawer1.top {
|
|
6742
|
+
top: 0;
|
|
6743
|
+
right: 0;
|
|
6744
|
+
left: 0;
|
|
6745
|
+
}
|
|
6746
|
+
.newCloud-drawer1.right {
|
|
6747
|
+
top: 0;
|
|
6748
|
+
right: 0;
|
|
6749
|
+
bottom: 0;
|
|
6750
|
+
}
|
|
6751
|
+
.newCloud-drawer1.bottom {
|
|
6752
|
+
right: 0;
|
|
6753
|
+
bottom: 0;
|
|
6754
|
+
left: 0;
|
|
6755
|
+
}
|
|
6756
|
+
.newCloud-drawer1.left {
|
|
6757
|
+
top: 0;
|
|
6758
|
+
bottom: 0;
|
|
6759
|
+
left: 0;
|
|
6760
|
+
}
|
|
6761
|
+
.newCloud-drawer1-header {
|
|
6762
|
+
display: flex;
|
|
6763
|
+
align-items: center;
|
|
6764
|
+
justify-content: space-between;
|
|
6765
|
+
width: 100%;
|
|
6766
|
+
height: 56px;
|
|
6767
|
+
line-height: 56px;
|
|
6768
|
+
background: #fafafa;
|
|
6769
|
+
box-shadow: inset 0px -1px 0px 0px #f5f5f5;
|
|
6770
|
+
color: rgba(0, 0, 0, 0.85);
|
|
6771
|
+
}
|
|
6772
|
+
.newCloud-drawer1-header .newCloud-icon.icon-close {
|
|
6773
|
+
font-size: 16px;
|
|
6774
|
+
cursor: pointer;
|
|
6775
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6776
|
+
margin-right: 20px;
|
|
6777
|
+
}
|
|
6778
|
+
.newCloud-drawer1-title {
|
|
6779
|
+
margin-left: 16px;
|
|
6780
|
+
}
|
|
6781
|
+
.newCloud-drawer1-content {
|
|
6782
|
+
padding: 16px;
|
|
6783
|
+
width: calc(100% - 32px);
|
|
6784
|
+
height: calc(100% - 56px);
|
|
6785
|
+
overflow: auto;
|
|
6786
|
+
}
|
|
6787
|
+
.newCloud-drawer1-container {
|
|
6788
|
+
padding-bottom: 32px;
|
|
6789
|
+
}
|
|
6790
|
+
.newCloud-drawer1-mask {
|
|
6791
|
+
position: fixed;
|
|
6792
|
+
top: 0;
|
|
6793
|
+
right: 0;
|
|
6794
|
+
bottom: 0;
|
|
6795
|
+
left: 0;
|
|
6796
|
+
background: rgba(0, 0, 0, 0.45);
|
|
6797
|
+
z-index: 999;
|
|
6798
|
+
}
|
|
6799
|
+
|
|
6710
6800
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
6711
6801
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
6712
6802
|
.newCloud-form {
|
|
@@ -7710,7 +7800,7 @@ input::-webkit-search-cancel-button {
|
|
|
7710
7800
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
7711
7801
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
7712
7802
|
.newCloud-modal {
|
|
7713
|
-
font-family:
|
|
7803
|
+
font-family: Tahoma, 'Microsoft Yahei', sans-serif;
|
|
7714
7804
|
position: fixed;
|
|
7715
7805
|
top: 0;
|
|
7716
7806
|
right: 0;
|
|
@@ -7933,7 +8023,7 @@ input::-webkit-search-cancel-button {
|
|
|
7933
8023
|
}
|
|
7934
8024
|
.newCloud-page-header {
|
|
7935
8025
|
font-size: 16px;
|
|
7936
|
-
font-family: -
|
|
8026
|
+
font-family: PingFangSC-Medium, PingFang SC;
|
|
7937
8027
|
font-weight: 500;
|
|
7938
8028
|
color: rgba(0, 0, 0, 0.85);
|
|
7939
8029
|
}
|
|
@@ -8918,7 +9008,7 @@ input::-webkit-search-cancel-button {
|
|
|
8918
9008
|
.newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-items,
|
|
8919
9009
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items {
|
|
8920
9010
|
overflow: inherit;
|
|
8921
|
-
border-right:
|
|
9011
|
+
border-right: 2px solid #e8e8e8;
|
|
8922
9012
|
}
|
|
8923
9013
|
.newCloud-tabs.newCloud-tabs-left .newCloud-tabs-header-line .newCloud-tabs-items-scroll,
|
|
8924
9014
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items-scroll {
|
|
@@ -9000,7 +9090,7 @@ input::-webkit-search-cancel-button {
|
|
|
9000
9090
|
}
|
|
9001
9091
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items {
|
|
9002
9092
|
border-right: none;
|
|
9003
|
-
border-left:
|
|
9093
|
+
border-left: 2px solid #e8e8e8;
|
|
9004
9094
|
}
|
|
9005
9095
|
.newCloud-tabs.newCloud-tabs-right .newCloud-tabs-header-line .newCloud-tabs-items-scroll {
|
|
9006
9096
|
padding-left: 10px;
|
|
@@ -9555,7 +9645,7 @@ input::-webkit-search-cancel-button {
|
|
|
9555
9645
|
font-size: 16px;
|
|
9556
9646
|
text-align: center;
|
|
9557
9647
|
color: rgba(0, 0, 0, 0.45);
|
|
9558
|
-
margin: 0 8px
|
|
9648
|
+
margin: 0 8px;
|
|
9559
9649
|
transition: all 0.1s;
|
|
9560
9650
|
}
|
|
9561
9651
|
.newCloud-tree-list-node-area .node-item-container .toggle-icon:hover {
|
|
@@ -9573,7 +9663,7 @@ input::-webkit-search-cancel-button {
|
|
|
9573
9663
|
vertical-align: middle;
|
|
9574
9664
|
top: 10px;
|
|
9575
9665
|
color: #999;
|
|
9576
|
-
margin: 0 8px
|
|
9666
|
+
margin: 0 8px;
|
|
9577
9667
|
}
|
|
9578
9668
|
.newCloud-tree-list-node-area .node-item-container .edit-icon {
|
|
9579
9669
|
display: none;
|
|
@@ -9746,21 +9836,26 @@ input::-webkit-search-cancel-button {
|
|
|
9746
9836
|
box-sizing: border-box;
|
|
9747
9837
|
}
|
|
9748
9838
|
.newCloud-tree-select:hover .newCloud-tree-select-selected {
|
|
9749
|
-
border: 1px solid
|
|
9839
|
+
border: 1px solid #aacbe1;
|
|
9840
|
+
}
|
|
9841
|
+
.newCloud-tree-select:hover .newCloud-tree-select-selected .newCloud-tree-select-select-icon {
|
|
9842
|
+
color: #aacbe1;
|
|
9750
9843
|
}
|
|
9751
9844
|
.newCloud-tree-select .newCloud-tree-select-wrapper {
|
|
9752
|
-
height:
|
|
9753
|
-
line-height:
|
|
9845
|
+
height: 30px;
|
|
9846
|
+
line-height: 16px;
|
|
9754
9847
|
background: #fff;
|
|
9755
9848
|
border: 1px solid #d9d9d9;
|
|
9756
|
-
border-radius: 2px;
|
|
9757
9849
|
display: flex;
|
|
9758
9850
|
align-items: center;
|
|
9759
9851
|
justify-content: space-between;
|
|
9760
9852
|
cursor: pointer;
|
|
9761
9853
|
}
|
|
9762
9854
|
.newCloud-tree-select .newCloud-tree-select-wrapper:hover {
|
|
9763
|
-
border: 1px solid
|
|
9855
|
+
border: 1px solid #aacbe1;
|
|
9856
|
+
}
|
|
9857
|
+
.newCloud-tree-select .newCloud-tree-select-wrapper:hover .newCloud-tree-select-select-icon {
|
|
9858
|
+
color: #aacbe1;
|
|
9764
9859
|
}
|
|
9765
9860
|
.newCloud-tree-select .newCloud-tree-select-wrapper.disabled {
|
|
9766
9861
|
border: 1px solid #d9d9d9;
|
|
@@ -9775,14 +9870,17 @@ input::-webkit-search-cancel-button {
|
|
|
9775
9870
|
background: #eee;
|
|
9776
9871
|
cursor: not-allowed;
|
|
9777
9872
|
}
|
|
9873
|
+
.newCloud-tree-select .newCloud-tree-select-wrapper.disabled .newCloud-tree-select-select-icon {
|
|
9874
|
+
color: #c2c2c2;
|
|
9875
|
+
}
|
|
9778
9876
|
.newCloud-tree-select .newCloud-tree-select-wrapper.empty .newCloud-tree-select-selected {
|
|
9779
9877
|
color: #c9c9c9;
|
|
9780
9878
|
}
|
|
9781
9879
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-selected {
|
|
9782
9880
|
flex: 1 0;
|
|
9783
|
-
padding: 5px
|
|
9881
|
+
padding: 5px;
|
|
9784
9882
|
padding-right: 20px;
|
|
9785
|
-
font-size:
|
|
9883
|
+
font-size: 12px;
|
|
9786
9884
|
color: #3d3d3d;
|
|
9787
9885
|
border: none;
|
|
9788
9886
|
white-space: nowrap;
|
|
@@ -9791,7 +9889,7 @@ input::-webkit-search-cancel-button {
|
|
|
9791
9889
|
cursor: pointer;
|
|
9792
9890
|
}
|
|
9793
9891
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-select-icon {
|
|
9794
|
-
font-size:
|
|
9892
|
+
font-size: 12px;
|
|
9795
9893
|
color: #c2c2c2;
|
|
9796
9894
|
margin-right: 10px;
|
|
9797
9895
|
transition: transform 0.3s;
|
|
@@ -9807,7 +9905,6 @@ input::-webkit-search-cancel-button {
|
|
|
9807
9905
|
}
|
|
9808
9906
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-clear-icon {
|
|
9809
9907
|
display: none;
|
|
9810
|
-
color: #e8e8e8;
|
|
9811
9908
|
}
|
|
9812
9909
|
.newCloud-tree-select .newCloud-tree-select-wrapper .newCloud-tree-select-clear-icon.show {
|
|
9813
9910
|
display: block;
|
|
@@ -9820,7 +9917,10 @@ input::-webkit-search-cancel-button {
|
|
|
9820
9917
|
text-align: center;
|
|
9821
9918
|
}
|
|
9822
9919
|
.newCloud-tree-select-open .newCloud-tree-select-wrapper {
|
|
9823
|
-
border: 1px solid
|
|
9920
|
+
border: 1px solid #aacbe1;
|
|
9921
|
+
}
|
|
9922
|
+
.newCloud-tree-select-open .newCloud-tree-select-wrapper .newCloud-tree-select-select-icon {
|
|
9923
|
+
color: #aacbe1;
|
|
9824
9924
|
}
|
|
9825
9925
|
.newCloud-tree-select-options {
|
|
9826
9926
|
box-sizing: border-box;
|
|
@@ -9830,9 +9930,8 @@ input::-webkit-search-cancel-button {
|
|
|
9830
9930
|
max-width: 400px;
|
|
9831
9931
|
min-width: 64px;
|
|
9832
9932
|
width: 100%;
|
|
9833
|
-
|
|
9834
|
-
|
|
9835
|
-
border-radius: 2px;
|
|
9933
|
+
border: 1px solid #d9d9d9;
|
|
9934
|
+
background: #fff;
|
|
9836
9935
|
cursor: pointer;
|
|
9837
9936
|
overflow: auto;
|
|
9838
9937
|
display: flex;
|
|
@@ -9840,7 +9939,7 @@ input::-webkit-search-cancel-button {
|
|
|
9840
9939
|
}
|
|
9841
9940
|
.newCloud-tree-select-options * {
|
|
9842
9941
|
box-sizing: border-box;
|
|
9843
|
-
font-size:
|
|
9942
|
+
font-size: 12px;
|
|
9844
9943
|
color: #3d3d3d;
|
|
9845
9944
|
}
|
|
9846
9945
|
.newCloud-tree-select-options-confirm {
|
|
@@ -9848,36 +9947,34 @@ input::-webkit-search-cancel-button {
|
|
|
9848
9947
|
}
|
|
9849
9948
|
.newCloud-tree-select-options .newCloud-tree-select-search {
|
|
9850
9949
|
width: 100%;
|
|
9851
|
-
padding:
|
|
9950
|
+
padding: 5px;
|
|
9852
9951
|
position: relative;
|
|
9853
9952
|
}
|
|
9854
9953
|
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-input {
|
|
9855
9954
|
width: 100%;
|
|
9955
|
+
padding: 5px;
|
|
9956
|
+
padding-right: 20px;
|
|
9957
|
+
height: 25px;
|
|
9958
|
+
border: 1px solid #ededed;
|
|
9959
|
+
border-radius: 2px;
|
|
9960
|
+
outline: none;
|
|
9856
9961
|
white-space: nowrap;
|
|
9857
9962
|
overflow: hidden;
|
|
9858
9963
|
text-overflow: ellipsis;
|
|
9859
9964
|
}
|
|
9860
|
-
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-input-icon {
|
|
9861
|
-
font-size: 16px;
|
|
9862
|
-
color: rgba(0, 0, 0, 0.25);
|
|
9863
|
-
}
|
|
9864
|
-
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-input-icon.hidden {
|
|
9865
|
-
display: none;
|
|
9866
|
-
}
|
|
9867
9965
|
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-icon {
|
|
9868
|
-
color: #
|
|
9869
|
-
font-size: 16px;
|
|
9966
|
+
color: #dbdbdb;
|
|
9870
9967
|
position: absolute;
|
|
9871
|
-
right:
|
|
9872
|
-
top:
|
|
9968
|
+
right: 10px;
|
|
9969
|
+
top: 10px;
|
|
9873
9970
|
display: none;
|
|
9874
9971
|
}
|
|
9875
9972
|
.newCloud-tree-select-options .newCloud-tree-select-search .newCloud-tree-select-search-icon.show {
|
|
9876
9973
|
display: block;
|
|
9877
9974
|
}
|
|
9878
9975
|
.newCloud-tree-select-options .newCloud-tree-select-empty-options {
|
|
9879
|
-
height:
|
|
9880
|
-
line-height:
|
|
9976
|
+
height: 30px;
|
|
9977
|
+
line-height: 30px;
|
|
9881
9978
|
margin: 5px;
|
|
9882
9979
|
text-align: center;
|
|
9883
9980
|
color: #c9c9c9;
|
|
@@ -9888,13 +9985,13 @@ input::-webkit-search-cancel-button {
|
|
|
9888
9985
|
flex-direction: column;
|
|
9889
9986
|
}
|
|
9890
9987
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option {
|
|
9891
|
-
padding:
|
|
9988
|
+
padding: 5px 10px;
|
|
9892
9989
|
}
|
|
9893
9990
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option.selected {
|
|
9894
9991
|
background: #fff;
|
|
9895
9992
|
}
|
|
9896
9993
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option:hover {
|
|
9897
|
-
background: #
|
|
9994
|
+
background: #f6f6f6;
|
|
9898
9995
|
}
|
|
9899
9996
|
.newCloud-tree-select-options .newCloud-tree-select-option-list .newCloud-tree-select-option > span {
|
|
9900
9997
|
width: 100%;
|
|
@@ -9909,7 +10006,7 @@ input::-webkit-search-cancel-button {
|
|
|
9909
10006
|
display: flex;
|
|
9910
10007
|
justify-content: flex-end;
|
|
9911
10008
|
padding: 10px;
|
|
9912
|
-
border-top: 1px solid #
|
|
10009
|
+
border-top: 1px solid #dbdbdb;
|
|
9913
10010
|
background: #fff;
|
|
9914
10011
|
}
|
|
9915
10012
|
.newCloud-tree-select-options .newCloud-tree-select-operate-btn .btn {
|
|
@@ -9919,19 +10016,9 @@ input::-webkit-search-cancel-button {
|
|
|
9919
10016
|
margin-right: 10px;
|
|
9920
10017
|
}
|
|
9921
10018
|
.newCloud-tree-select-options .newCloud-tree {
|
|
9922
|
-
padding:
|
|
10019
|
+
padding: 5px 0;
|
|
9923
10020
|
overflow: auto;
|
|
9924
10021
|
}
|
|
9925
|
-
.newCloud-tree-select-options .newCloud-tree .newCloud-tree-list-container {
|
|
9926
|
-
padding: 0;
|
|
9927
|
-
}
|
|
9928
|
-
.newCloud-tree-select-options .newCloud-tree .newCloud-tree-search {
|
|
9929
|
-
padding-bottom: 8px;
|
|
9930
|
-
}
|
|
9931
|
-
.newCloud-tree-select-options .newCloud-tree .newCloud-tree-search .newCloud-input-group {
|
|
9932
|
-
width: calc(100% - 24px);
|
|
9933
|
-
margin-left: 12px;
|
|
9934
|
-
}
|
|
9935
10022
|
.newCloud-tree-select-single-options {
|
|
9936
10023
|
padding: 0;
|
|
9937
10024
|
z-index: 1020;
|
|
@@ -9943,8 +10030,8 @@ input::-webkit-search-cancel-button {
|
|
|
9943
10030
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option {
|
|
9944
10031
|
display: none;
|
|
9945
10032
|
justify-content: space-between;
|
|
9946
|
-
padding:
|
|
9947
|
-
height:
|
|
10033
|
+
padding: 5px 10px;
|
|
10034
|
+
height: 30px;
|
|
9948
10035
|
line-height: 20px;
|
|
9949
10036
|
white-space: nowrap;
|
|
9950
10037
|
overflow: hidden;
|
|
@@ -9961,7 +10048,7 @@ input::-webkit-search-cancel-button {
|
|
|
9961
10048
|
transform: rotate(0deg);
|
|
9962
10049
|
}
|
|
9963
10050
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option .search-text {
|
|
9964
|
-
color:
|
|
10051
|
+
color: #00aaf1;
|
|
9965
10052
|
}
|
|
9966
10053
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option-show {
|
|
9967
10054
|
display: flex;
|
|
@@ -9970,7 +10057,7 @@ input::-webkit-search-cancel-button {
|
|
|
9970
10057
|
padding-left: 20px;
|
|
9971
10058
|
}
|
|
9972
10059
|
.newCloud-tree-select-single-options .newCloud-tree-select-option-list .newCloud-tree-select-option.selected {
|
|
9973
|
-
background: #
|
|
10060
|
+
background: #f6f6f6;
|
|
9974
10061
|
}
|
|
9975
10062
|
|
|
9976
10063
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|