cloud-business 0.1.103 → 0.1.104-2
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 +278 -499
- 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
|
@@ -261,7 +261,7 @@ li {
|
|
|
261
261
|
@font-face {
|
|
262
262
|
font-family: 'cloud-react-icon-font';
|
|
263
263
|
/* Project id 2990746 */
|
|
264
|
-
src: url('
|
|
264
|
+
src: url('https://cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff2') format('woff2'), url('https://cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff') format('woff'), url('https://cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.ttf') format('truetype');
|
|
265
265
|
}
|
|
266
266
|
.newCloud-icon {
|
|
267
267
|
font-family: 'cloud-react-icon-font' !important;
|
|
@@ -5422,6 +5422,7 @@ input::-webkit-search-cancel-button {
|
|
|
5422
5422
|
direction: rtl;
|
|
5423
5423
|
}
|
|
5424
5424
|
.newCloud-table-container {
|
|
5425
|
+
position: relative;
|
|
5425
5426
|
height: 100%;
|
|
5426
5427
|
display: flex;
|
|
5427
5428
|
flex-direction: column;
|
|
@@ -5459,6 +5460,21 @@ input::-webkit-search-cancel-button {
|
|
|
5459
5460
|
border-right: 0;
|
|
5460
5461
|
border-left: 1px solid #e8e8e8;
|
|
5461
5462
|
}
|
|
5463
|
+
.newCloud-table td.padding-32 {
|
|
5464
|
+
padding-right: 32px;
|
|
5465
|
+
}
|
|
5466
|
+
.newCloud-table td.padding-34 {
|
|
5467
|
+
padding-right: 34px;
|
|
5468
|
+
}
|
|
5469
|
+
.newCloud-table td.padding-54 {
|
|
5470
|
+
padding-right: 54px;
|
|
5471
|
+
}
|
|
5472
|
+
.newCloud-table td.padding-52 {
|
|
5473
|
+
padding-right: 52px;
|
|
5474
|
+
}
|
|
5475
|
+
.newCloud-table td.padding-74 {
|
|
5476
|
+
padding-right: 74px;
|
|
5477
|
+
}
|
|
5462
5478
|
.newCloud-table tr:not(.newCloud-table-expanded-row):hover td {
|
|
5463
5479
|
background: #fafafa;
|
|
5464
5480
|
transition: all 0.3s;
|
|
@@ -5664,6 +5680,10 @@ input::-webkit-search-cancel-button {
|
|
|
5664
5680
|
}
|
|
5665
5681
|
.newCloud-table .newCloud-table-config-column {
|
|
5666
5682
|
min-width: auto;
|
|
5683
|
+
padding-right: 0;
|
|
5684
|
+
}
|
|
5685
|
+
.newCloud-table td.newCloud-table-config-column::after {
|
|
5686
|
+
display: none;
|
|
5667
5687
|
}
|
|
5668
5688
|
.newCloud-table .newCloud-table-checkbox-column {
|
|
5669
5689
|
min-width: auto;
|
|
@@ -5740,17 +5760,32 @@ input::-webkit-search-cancel-button {
|
|
|
5740
5760
|
.newCloud-table-summary tr td {
|
|
5741
5761
|
background: #fafafa;
|
|
5742
5762
|
}
|
|
5763
|
+
.newCloud-table .title-container {
|
|
5764
|
+
display: flex;
|
|
5765
|
+
align-items: center;
|
|
5766
|
+
gap: 6px;
|
|
5767
|
+
}
|
|
5768
|
+
.newCloud-table .title-container.align-right {
|
|
5769
|
+
justify-content: end;
|
|
5770
|
+
}
|
|
5743
5771
|
.newCloud-table .title-container .sort-icon-container {
|
|
5772
|
+
position: relative;
|
|
5773
|
+
top: -4px;
|
|
5744
5774
|
display: inline-flex;
|
|
5745
5775
|
flex-direction: column;
|
|
5746
5776
|
align-items: center;
|
|
5747
5777
|
cursor: pointer;
|
|
5748
5778
|
}
|
|
5749
|
-
.newCloud-table .title-container .sort-icon-container
|
|
5779
|
+
.newCloud-table .title-container .sort-icon-container .sort-up-icon {
|
|
5780
|
+
height: 7px;
|
|
5781
|
+
}
|
|
5782
|
+
.newCloud-table .title-container .sort-icon-container .sort-down-icon {
|
|
5783
|
+
height: 7px;
|
|
5784
|
+
}
|
|
5785
|
+
.newCloud-table .title-container .sort-icon-container:hover:after {
|
|
5750
5786
|
position: absolute;
|
|
5751
|
-
top:
|
|
5752
|
-
|
|
5753
|
-
right: 11px;
|
|
5787
|
+
top: 4px;
|
|
5788
|
+
left: -1px;
|
|
5754
5789
|
content: '';
|
|
5755
5790
|
display: inline-block;
|
|
5756
5791
|
width: 16px;
|
|
@@ -5758,10 +5793,6 @@ input::-webkit-search-cancel-button {
|
|
|
5758
5793
|
background: #e8e8e8;
|
|
5759
5794
|
z-index: 0;
|
|
5760
5795
|
}
|
|
5761
|
-
.newCloud-table .title-container .sort-icon-container.cell-align-right .sort-up-icon,
|
|
5762
|
-
.newCloud-table .title-container .sort-icon-container.cell-align-right .sort-down-icon {
|
|
5763
|
-
right: 0;
|
|
5764
|
-
}
|
|
5765
5796
|
.newCloud-table .title-container .sort-icon-container.sort-asc .sort-up-icon {
|
|
5766
5797
|
color: var(--shuyunBlue4);
|
|
5767
5798
|
}
|
|
@@ -5770,31 +5801,14 @@ input::-webkit-search-cancel-button {
|
|
|
5770
5801
|
}
|
|
5771
5802
|
.newCloud-table .title-container .sort-icon-container .sort-up-icon,
|
|
5772
5803
|
.newCloud-table .title-container .sort-icon-container .sort-down-icon {
|
|
5773
|
-
position: absolute;
|
|
5774
|
-
right: 12px;
|
|
5775
5804
|
font-size: 14px;
|
|
5776
5805
|
color: #949494;
|
|
5777
5806
|
display: inline-block;
|
|
5778
5807
|
transform: scale(0.9);
|
|
5779
5808
|
z-index: 1;
|
|
5780
5809
|
}
|
|
5781
|
-
.newCloud-table .title-container .sort-icon-container .sort-up-icon {
|
|
5782
|
-
top: calc(50% - 13px);
|
|
5783
|
-
}
|
|
5784
|
-
.newCloud-table .title-container .sort-icon-container .sort-down-icon {
|
|
5785
|
-
top: calc(50% - 6px);
|
|
5786
|
-
}
|
|
5787
|
-
.newCloud-table .title-container.filter-container .sort-icon-container:hover:not(.cell-align-right):after {
|
|
5788
|
-
right: 35px;
|
|
5789
|
-
}
|
|
5790
|
-
.newCloud-table .title-container.filter-container .sort-icon-container .sort-up-icon,
|
|
5791
|
-
.newCloud-table .title-container.filter-container .sort-icon-container .sort-down-icon {
|
|
5792
|
-
right: 36px;
|
|
5793
|
-
}
|
|
5794
5810
|
.newCloud-table .title-container .filter-icon {
|
|
5795
|
-
|
|
5796
|
-
right: 14px;
|
|
5797
|
-
top: 13px;
|
|
5811
|
+
height: 17px;
|
|
5798
5812
|
cursor: pointer;
|
|
5799
5813
|
color: rgba(0, 0, 0, 0.45);
|
|
5800
5814
|
}
|
|
@@ -5809,11 +5823,15 @@ input::-webkit-search-cancel-button {
|
|
|
5809
5823
|
align-items: center;
|
|
5810
5824
|
}
|
|
5811
5825
|
.newCloud-table .title-with-tip .title-tip-icon {
|
|
5812
|
-
|
|
5826
|
+
height: 17px;
|
|
5813
5827
|
color: rgba(0, 0, 0, 0.25);
|
|
5814
5828
|
}
|
|
5829
|
+
.newCloud-table .title-with-tip.title-with-tip-right {
|
|
5830
|
+
gap: 4px;
|
|
5831
|
+
}
|
|
5815
5832
|
.newCloud-table .title-with-tip.title-with-tip-left {
|
|
5816
5833
|
flex-direction: row-reverse;
|
|
5834
|
+
gap: 4px;
|
|
5817
5835
|
}
|
|
5818
5836
|
.newCloud-table-sticky-holder {
|
|
5819
5837
|
position: sticky;
|
|
@@ -6087,6 +6105,10 @@ input::-webkit-search-cancel-button {
|
|
|
6087
6105
|
.newCloud-table-box.newCloud-table-full-column .newCloud-table-expend-icon {
|
|
6088
6106
|
display: none;
|
|
6089
6107
|
}
|
|
6108
|
+
.newCloud-table-box.newCloud-table-config-column tbody tr td:last-child,
|
|
6109
|
+
.newCloud-table-box.newCloud-table-config-column thead tr th:nth-last-of-type(-n+1) {
|
|
6110
|
+
padding-right: 40px;
|
|
6111
|
+
}
|
|
6090
6112
|
.newCloud-table-box.newCloud-table-loading {
|
|
6091
6113
|
position: relative;
|
|
6092
6114
|
}
|
|
@@ -6141,20 +6163,49 @@ input::-webkit-search-cancel-button {
|
|
|
6141
6163
|
.newCloud-table-box.newCloud-table-use-custom-scroll.newCloud-table-support-resize .newCloud-table-resizeable:nth-last-of-type(2) .react-resizable-handle-se {
|
|
6142
6164
|
display: none;
|
|
6143
6165
|
}
|
|
6166
|
+
.newCloud-table-box.newCloud-table-no-scroll .newCloud-table-container {
|
|
6167
|
+
height: auto;
|
|
6168
|
+
}
|
|
6144
6169
|
.newCloud-table-tooltip {
|
|
6145
|
-
|
|
6170
|
+
min-width: 236px;
|
|
6171
|
+
overflow: auto;
|
|
6172
|
+
padding: 16px;
|
|
6173
|
+
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.3) !important;
|
|
6174
|
+
border-radius: 3px;
|
|
6146
6175
|
}
|
|
6147
6176
|
.newCloud-table-tooltip-content {
|
|
6148
6177
|
display: flex;
|
|
6149
|
-
flex-
|
|
6178
|
+
flex-direction: column;
|
|
6179
|
+
gap: 12px;
|
|
6150
6180
|
}
|
|
6151
6181
|
.newCloud-table-tooltip-content > li {
|
|
6152
|
-
width:
|
|
6153
|
-
padding: 4px 10px;
|
|
6182
|
+
width: 180px;
|
|
6154
6183
|
white-space: nowrap;
|
|
6155
6184
|
overflow: hidden;
|
|
6156
6185
|
text-overflow: ellipsis;
|
|
6157
6186
|
}
|
|
6187
|
+
.newCloud-table-tooltip-content > li .newCloud-checkbox-text {
|
|
6188
|
+
font-size: 14px;
|
|
6189
|
+
}
|
|
6190
|
+
.newCloud-table-tooltip-content .config-title {
|
|
6191
|
+
color: #666666;
|
|
6192
|
+
}
|
|
6193
|
+
.newCloud-table-tooltip::after {
|
|
6194
|
+
display: none;
|
|
6195
|
+
}
|
|
6196
|
+
.newCloud-table-config-icon {
|
|
6197
|
+
position: absolute;
|
|
6198
|
+
right: 0;
|
|
6199
|
+
z-index: 1;
|
|
6200
|
+
top: 2px;
|
|
6201
|
+
width: 40px;
|
|
6202
|
+
height: 40px;
|
|
6203
|
+
line-height: 40px;
|
|
6204
|
+
cursor: pointer;
|
|
6205
|
+
text-align: center;
|
|
6206
|
+
color: rgba(0, 0, 0, 0.45);
|
|
6207
|
+
background: #fafafa;
|
|
6208
|
+
}
|
|
6158
6209
|
.newCloud-table-drag-line {
|
|
6159
6210
|
border: 1px solid var(--shuyunBlue4) !important;
|
|
6160
6211
|
}
|
|
@@ -7039,11 +7090,10 @@ input::-webkit-search-cancel-button {
|
|
|
7039
7090
|
position: fixed;
|
|
7040
7091
|
background: white;
|
|
7041
7092
|
transition: top 500ms, right 500ms, bottom 500ms, left 500ms;
|
|
7042
|
-
z-index:
|
|
7093
|
+
z-index: 1010;
|
|
7043
7094
|
}
|
|
7044
7095
|
.newCloud-drawer1.show {
|
|
7045
7096
|
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
|
|
7046
|
-
z-index: 1010;
|
|
7047
7097
|
}
|
|
7048
7098
|
.newCloud-drawer1.top {
|
|
7049
7099
|
top: 0;
|
|
@@ -8332,6 +8382,163 @@ input::-webkit-search-cancel-button {
|
|
|
8332
8382
|
pointer-events: none;
|
|
8333
8383
|
}
|
|
8334
8384
|
|
|
8385
|
+
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
8386
|
+
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
8387
|
+
.newCloud-notification {
|
|
8388
|
+
display: flex;
|
|
8389
|
+
align-items: baseline;
|
|
8390
|
+
gap: 9px;
|
|
8391
|
+
padding: 20px;
|
|
8392
|
+
background: #FFFFFF;
|
|
8393
|
+
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.3);
|
|
8394
|
+
border-radius: 12px;
|
|
8395
|
+
}
|
|
8396
|
+
.newCloud-notification.small {
|
|
8397
|
+
border-radius: 3px;
|
|
8398
|
+
}
|
|
8399
|
+
.newCloud-notification.middle {
|
|
8400
|
+
border-radius: 6px;
|
|
8401
|
+
}
|
|
8402
|
+
.newCloud-notification.light-theme {
|
|
8403
|
+
color: white;
|
|
8404
|
+
}
|
|
8405
|
+
.newCloud-notification.light-theme .info-icon {
|
|
8406
|
+
color: white!important;
|
|
8407
|
+
}
|
|
8408
|
+
.newCloud-notification.light-theme header,
|
|
8409
|
+
.newCloud-notification.light-theme main,
|
|
8410
|
+
.newCloud-notification.light-theme header i.close-icon {
|
|
8411
|
+
color: white;
|
|
8412
|
+
}
|
|
8413
|
+
.newCloud-notification-content {
|
|
8414
|
+
flex: 1;
|
|
8415
|
+
}
|
|
8416
|
+
.newCloud-notification .info-icon {
|
|
8417
|
+
position: relative;
|
|
8418
|
+
top: 2px;
|
|
8419
|
+
font-size: 20px;
|
|
8420
|
+
}
|
|
8421
|
+
.newCloud-notification .info-icon.info {
|
|
8422
|
+
color: #496BF5;
|
|
8423
|
+
}
|
|
8424
|
+
.newCloud-notification .info-icon.success {
|
|
8425
|
+
color: #21BA45;
|
|
8426
|
+
}
|
|
8427
|
+
.newCloud-notification .info-icon.fail {
|
|
8428
|
+
color: #E74949;
|
|
8429
|
+
}
|
|
8430
|
+
.newCloud-notification .info-icon.warn {
|
|
8431
|
+
color: #FD830A;
|
|
8432
|
+
}
|
|
8433
|
+
.newCloud-notification header {
|
|
8434
|
+
display: flex;
|
|
8435
|
+
align-items: center;
|
|
8436
|
+
justify-content: space-between;
|
|
8437
|
+
height: 24px;
|
|
8438
|
+
line-height: 24px;
|
|
8439
|
+
font-size: 16px;
|
|
8440
|
+
font-weight: 500;
|
|
8441
|
+
color: rgba(0, 0, 0, 0.85);
|
|
8442
|
+
margin-bottom: 8px;
|
|
8443
|
+
}
|
|
8444
|
+
.newCloud-notification header i.close-icon {
|
|
8445
|
+
font-size: 16px;
|
|
8446
|
+
color: #D8D8D8;
|
|
8447
|
+
cursor: pointer;
|
|
8448
|
+
}
|
|
8449
|
+
.newCloud-notification main {
|
|
8450
|
+
line-height: 20px;
|
|
8451
|
+
font-size: 14px;
|
|
8452
|
+
font-weight: 400;
|
|
8453
|
+
color: rgba(0, 0, 0, 0.65);
|
|
8454
|
+
overflow: hidden;
|
|
8455
|
+
text-overflow: ellipsis;
|
|
8456
|
+
display: -webkit-box;
|
|
8457
|
+
-webkit-line-clamp: 3;
|
|
8458
|
+
-webkit-box-orient: vertical;
|
|
8459
|
+
}
|
|
8460
|
+
.newCloud-notification footer {
|
|
8461
|
+
display: flex;
|
|
8462
|
+
align-items: center;
|
|
8463
|
+
flex-direction: row-reverse;
|
|
8464
|
+
gap: 16px;
|
|
8465
|
+
margin-top: 20px;
|
|
8466
|
+
}
|
|
8467
|
+
|
|
8468
|
+
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
8469
|
+
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
8470
|
+
.newCloud-notification-container {
|
|
8471
|
+
z-index: 1100;
|
|
8472
|
+
position: fixed;
|
|
8473
|
+
}
|
|
8474
|
+
.newCloud-notification-container .newCloud-notification-wrapper {
|
|
8475
|
+
position: absolute;
|
|
8476
|
+
width: 360px;
|
|
8477
|
+
transition: all 300ms;
|
|
8478
|
+
margin-bottom: 20px;
|
|
8479
|
+
}
|
|
8480
|
+
.newCloud-notification-container .newCloud-notification-wrapper.fade-out {
|
|
8481
|
+
opacity: 0;
|
|
8482
|
+
}
|
|
8483
|
+
.newCloud-notification-container.top-left {
|
|
8484
|
+
top: 20px;
|
|
8485
|
+
}
|
|
8486
|
+
.newCloud-notification-container.top-left .newCloud-notification-wrapper {
|
|
8487
|
+
left: -360px;
|
|
8488
|
+
}
|
|
8489
|
+
.newCloud-notification-container.top-left .newCloud-notification-wrapper.fade-in {
|
|
8490
|
+
left: 20px;
|
|
8491
|
+
}
|
|
8492
|
+
.newCloud-notification-container.top-right {
|
|
8493
|
+
top: 20px;
|
|
8494
|
+
right: 0;
|
|
8495
|
+
}
|
|
8496
|
+
.newCloud-notification-container.top-right .newCloud-notification-wrapper {
|
|
8497
|
+
right: -360px;
|
|
8498
|
+
}
|
|
8499
|
+
.newCloud-notification-container.top-right .newCloud-notification-wrapper.fade-in {
|
|
8500
|
+
right: 20px;
|
|
8501
|
+
}
|
|
8502
|
+
.newCloud-notification-container.bottom-left {
|
|
8503
|
+
bottom: 114px;
|
|
8504
|
+
}
|
|
8505
|
+
.newCloud-notification-container.bottom-left .newCloud-notification-wrapper {
|
|
8506
|
+
left: -360px;
|
|
8507
|
+
}
|
|
8508
|
+
.newCloud-notification-container.bottom-left .newCloud-notification-wrapper.fade-in {
|
|
8509
|
+
left: 20px;
|
|
8510
|
+
}
|
|
8511
|
+
.newCloud-notification-container.bottom-right {
|
|
8512
|
+
bottom: 114px;
|
|
8513
|
+
right: 20px;
|
|
8514
|
+
}
|
|
8515
|
+
.newCloud-notification-container.bottom-right .newCloud-notification-wrapper {
|
|
8516
|
+
right: -360px;
|
|
8517
|
+
}
|
|
8518
|
+
.newCloud-notification-container.bottom-right .newCloud-notification-wrapper.fade-in {
|
|
8519
|
+
right: 0;
|
|
8520
|
+
}
|
|
8521
|
+
.newCloud-notification-container.top {
|
|
8522
|
+
top: 20px;
|
|
8523
|
+
left: calc(50% - 360px / 2);
|
|
8524
|
+
}
|
|
8525
|
+
.newCloud-notification-container.top .newCloud-notification-wrapper {
|
|
8526
|
+
top: -114px;
|
|
8527
|
+
}
|
|
8528
|
+
.newCloud-notification-container.top .newCloud-notification-wrapper.fade-in {
|
|
8529
|
+
top: 0!important;
|
|
8530
|
+
}
|
|
8531
|
+
.newCloud-notification-container.bottom {
|
|
8532
|
+
bottom: 0;
|
|
8533
|
+
left: calc(50% - 360px / 2);
|
|
8534
|
+
}
|
|
8535
|
+
.newCloud-notification-container.bottom .newCloud-notification-wrapper {
|
|
8536
|
+
bottom: -114px;
|
|
8537
|
+
}
|
|
8538
|
+
.newCloud-notification-container.bottom .newCloud-notification-wrapper.fade-in {
|
|
8539
|
+
bottom: 0!important;
|
|
8540
|
+
}
|
|
8541
|
+
|
|
8335
8542
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
8336
8543
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
8337
8544
|
.newCloud-breadcrumbs {
|
|
@@ -11094,6 +11301,16 @@ body {
|
|
|
11094
11301
|
width: 10px;
|
|
11095
11302
|
}
|
|
11096
11303
|
|
|
11304
|
+
body {
|
|
11305
|
+
margin: 0;
|
|
11306
|
+
--shuyunBlue1: #EDF6FF;
|
|
11307
|
+
--shuyunBlue2: #CCE6FF;
|
|
11308
|
+
--shuyunBlue3: #72B0ED;
|
|
11309
|
+
--shuyunBlue4: #0066CC;
|
|
11310
|
+
--shuyunBlue5: #004CA3;
|
|
11311
|
+
--shuyunBlue6: #003775;
|
|
11312
|
+
--shuyunBlue7: #002147;
|
|
11313
|
+
}
|
|
11097
11314
|
.goods-selector-pro-form {
|
|
11098
11315
|
display: flex;
|
|
11099
11316
|
flex-flow: row wrap;
|
|
@@ -11224,13 +11441,27 @@ body {
|
|
|
11224
11441
|
display: inline-block;
|
|
11225
11442
|
margin-left: 10px;
|
|
11226
11443
|
text-align: center;
|
|
11227
|
-
color: #
|
|
11228
|
-
border: 1px solid #
|
|
11444
|
+
color: #0083ba;
|
|
11445
|
+
border: 1px solid #0083ba;
|
|
11229
11446
|
border-radius: 50%;
|
|
11230
11447
|
cursor: pointer;
|
|
11231
11448
|
line-height: 10px;
|
|
11232
11449
|
font-size: 12px !important;
|
|
11233
11450
|
}
|
|
11451
|
+
.add-condition .common-disabled-btn {
|
|
11452
|
+
width: 12px;
|
|
11453
|
+
height: 12px;
|
|
11454
|
+
display: inline-block;
|
|
11455
|
+
margin-left: 10px;
|
|
11456
|
+
text-align: center;
|
|
11457
|
+
color: #ddd !important;
|
|
11458
|
+
border: 1px solid #ddd !important;
|
|
11459
|
+
border-radius: 50%;
|
|
11460
|
+
line-height: 10px;
|
|
11461
|
+
font-size: 12px !important;
|
|
11462
|
+
pointer-events: none;
|
|
11463
|
+
cursor: not-allowed;
|
|
11464
|
+
}
|
|
11234
11465
|
|
|
11235
11466
|
.goods-failure-tip {
|
|
11236
11467
|
width: 154px;
|
|
@@ -18251,7 +18482,7 @@ body {
|
|
|
18251
18482
|
overflow: visible;
|
|
18252
18483
|
}
|
|
18253
18484
|
.add-goods-btn {
|
|
18254
|
-
width:
|
|
18485
|
+
width: 410px;
|
|
18255
18486
|
height: 32px;
|
|
18256
18487
|
display: inline-block;
|
|
18257
18488
|
line-height: 32px;
|
|
@@ -18330,6 +18561,9 @@ body {
|
|
|
18330
18561
|
.newCloud-goods-selector-pro-table-container .newCloud-table td {
|
|
18331
18562
|
white-space: normal !important;
|
|
18332
18563
|
}
|
|
18564
|
+
.newCloud-goods-selector-pro-table-container .newCloud-table thead tr th:first-child .newCloud-checkbox-wrapper {
|
|
18565
|
+
display: none !important;
|
|
18566
|
+
}
|
|
18333
18567
|
.newCloud-goods-selector-pro-table-container .newCloud-table-two-level-tree .newCloud-table-row-level-1 td.newCloud-table-row-expand-column + td {
|
|
18334
18568
|
padding-left: 14px !important;
|
|
18335
18569
|
}
|
|
@@ -18392,6 +18626,13 @@ body {
|
|
|
18392
18626
|
.newCloud-goods-selector-pro-table-container .table-link .goods-sku-title {
|
|
18393
18627
|
color: #666;
|
|
18394
18628
|
}
|
|
18629
|
+
.newCloud-goods-selector-pro-table-container .text-overflow {
|
|
18630
|
+
overflow: hidden;
|
|
18631
|
+
text-overflow: ellipsis;
|
|
18632
|
+
display: -webkit-box;
|
|
18633
|
+
-webkit-line-clamp: 2;
|
|
18634
|
+
-webkit-box-orient: vertical;
|
|
18635
|
+
}
|
|
18395
18636
|
.newCloud-table td .newCloud-checkbox-disabled .newCloud-checkbox-inner {
|
|
18396
18637
|
border-color: #d9d9d9 !important;
|
|
18397
18638
|
}
|
|
@@ -19362,312 +19603,6 @@ body {
|
|
|
19362
19603
|
-webkit-font-smoothing: antialiased;
|
|
19363
19604
|
-moz-osx-font-smoothing: grayscale;
|
|
19364
19605
|
}
|
|
19365
|
-
.icon-xinxi:before {
|
|
19366
|
-
content: "\e6b5";
|
|
19367
|
-
}
|
|
19368
|
-
.icon-jixuzhihang:before {
|
|
19369
|
-
content: "\e6a6";
|
|
19370
|
-
}
|
|
19371
|
-
.icon-zanting:before {
|
|
19372
|
-
content: "\e6ae";
|
|
19373
|
-
}
|
|
19374
|
-
.icon-zhengshizhihang:before {
|
|
19375
|
-
content: "\e6b2";
|
|
19376
|
-
}
|
|
19377
|
-
.icon-zhongzhizhihang:before {
|
|
19378
|
-
content: "\e6b4";
|
|
19379
|
-
}
|
|
19380
|
-
.icon-suoxiao:before {
|
|
19381
|
-
content: "\e6a7";
|
|
19382
|
-
}
|
|
19383
|
-
.icon-quanping:before {
|
|
19384
|
-
content: "\e6b3";
|
|
19385
|
-
}
|
|
19386
|
-
.icon-shenpi:before {
|
|
19387
|
-
content: "\e6b1";
|
|
19388
|
-
}
|
|
19389
|
-
.icon-jilu:before {
|
|
19390
|
-
content: "\e6a2";
|
|
19391
|
-
}
|
|
19392
|
-
.icon-chexiao:before {
|
|
19393
|
-
content: "\e6a3";
|
|
19394
|
-
}
|
|
19395
|
-
.icon-fanhui:before {
|
|
19396
|
-
content: "\e6a4";
|
|
19397
|
-
}
|
|
19398
|
-
.icon-huifu:before {
|
|
19399
|
-
content: "\e6a5";
|
|
19400
|
-
}
|
|
19401
|
-
.icon-fasong:before {
|
|
19402
|
-
content: "\e6a8";
|
|
19403
|
-
}
|
|
19404
|
-
.icon-chakan:before {
|
|
19405
|
-
content: "\e6a9";
|
|
19406
|
-
}
|
|
19407
|
-
.icon-moban:before {
|
|
19408
|
-
content: "\e6aa";
|
|
19409
|
-
}
|
|
19410
|
-
.icon-kuabu:before {
|
|
19411
|
-
content: "\e6ab";
|
|
19412
|
-
}
|
|
19413
|
-
.icon-xia:before {
|
|
19414
|
-
content: "\e6ac";
|
|
19415
|
-
}
|
|
19416
|
-
.icon-sousuo:before {
|
|
19417
|
-
content: "\e6ad";
|
|
19418
|
-
}
|
|
19419
|
-
.icon-xiazai:before {
|
|
19420
|
-
content: "\e6af";
|
|
19421
|
-
}
|
|
19422
|
-
.icon-piliang:before {
|
|
19423
|
-
content: "\e6b0";
|
|
19424
|
-
}
|
|
19425
|
-
.icon-moren:before {
|
|
19426
|
-
content: "\e69d";
|
|
19427
|
-
}
|
|
19428
|
-
.icon-douyin1:before {
|
|
19429
|
-
content: "\e69e";
|
|
19430
|
-
}
|
|
19431
|
-
.icon-offline1:before {
|
|
19432
|
-
content: "\e69f";
|
|
19433
|
-
}
|
|
19434
|
-
.icon-weimob:before {
|
|
19435
|
-
content: "\e6a1";
|
|
19436
|
-
}
|
|
19437
|
-
.icon-xiaoshangdian:before {
|
|
19438
|
-
content: "\e69a";
|
|
19439
|
-
}
|
|
19440
|
-
.icon-vip:before {
|
|
19441
|
-
content: "\e69c";
|
|
19442
|
-
}
|
|
19443
|
-
.icon-group-fill:before {
|
|
19444
|
-
content: "\e786";
|
|
19445
|
-
}
|
|
19446
|
-
.icon-move1:before {
|
|
19447
|
-
content: "\e761";
|
|
19448
|
-
}
|
|
19449
|
-
.icon-undo:before {
|
|
19450
|
-
content: "\e739";
|
|
19451
|
-
}
|
|
19452
|
-
.icon-list:before {
|
|
19453
|
-
content: "\e7863";
|
|
19454
|
-
}
|
|
19455
|
-
.icon-jd02:before {
|
|
19456
|
-
content: "\e663";
|
|
19457
|
-
}
|
|
19458
|
-
.icon-jd01:before {
|
|
19459
|
-
content: "\e664";
|
|
19460
|
-
}
|
|
19461
|
-
.icon-jd03:before {
|
|
19462
|
-
content: "\e666";
|
|
19463
|
-
}
|
|
19464
|
-
.icon-kuaishou01:before {
|
|
19465
|
-
content: "\e667";
|
|
19466
|
-
}
|
|
19467
|
-
.icon-kuaishou02:before {
|
|
19468
|
-
content: "\e668";
|
|
19469
|
-
}
|
|
19470
|
-
.icon-kuaishou03:before {
|
|
19471
|
-
content: "\e669";
|
|
19472
|
-
}
|
|
19473
|
-
.icon-mogu03:before {
|
|
19474
|
-
content: "\e66a";
|
|
19475
|
-
}
|
|
19476
|
-
.icon-mogu02:before {
|
|
19477
|
-
content: "\e66b";
|
|
19478
|
-
}
|
|
19479
|
-
.icon-mogu01:before {
|
|
19480
|
-
content: "\e66d";
|
|
19481
|
-
}
|
|
19482
|
-
.icon-suning01:before {
|
|
19483
|
-
content: "\e66e";
|
|
19484
|
-
}
|
|
19485
|
-
.icon-suning02:before {
|
|
19486
|
-
content: "\e66f";
|
|
19487
|
-
}
|
|
19488
|
-
.icon-suning03:before {
|
|
19489
|
-
content: "\e670";
|
|
19490
|
-
}
|
|
19491
|
-
.icon-taobao01:before {
|
|
19492
|
-
content: "\e671";
|
|
19493
|
-
}
|
|
19494
|
-
.icon-taobao03:before {
|
|
19495
|
-
content: "\e672";
|
|
19496
|
-
}
|
|
19497
|
-
.icon-taobao02:before {
|
|
19498
|
-
content: "\e673";
|
|
19499
|
-
}
|
|
19500
|
-
.icon-icon-douyin03:before {
|
|
19501
|
-
content: "\e674";
|
|
19502
|
-
}
|
|
19503
|
-
.icon-douyin:before {
|
|
19504
|
-
content: "\e675";
|
|
19505
|
-
}
|
|
19506
|
-
.icon-icon-douyin:before {
|
|
19507
|
-
content: "\e676";
|
|
19508
|
-
}
|
|
19509
|
-
.icon-wechat01:before {
|
|
19510
|
-
content: "\e677";
|
|
19511
|
-
}
|
|
19512
|
-
.icon-wechat03:before {
|
|
19513
|
-
content: "\e678";
|
|
19514
|
-
}
|
|
19515
|
-
.icon-wechat02:before {
|
|
19516
|
-
content: "\e679";
|
|
19517
|
-
}
|
|
19518
|
-
.icon-weimob03:before {
|
|
19519
|
-
content: "\e67a";
|
|
19520
|
-
}
|
|
19521
|
-
.icon-icon-weimob1:before {
|
|
19522
|
-
content: "\e67b";
|
|
19523
|
-
}
|
|
19524
|
-
.icon-icon-weimob:before {
|
|
19525
|
-
content: "\e67c";
|
|
19526
|
-
}
|
|
19527
|
-
.icon-xianxia03:before {
|
|
19528
|
-
content: "\e67d";
|
|
19529
|
-
}
|
|
19530
|
-
.icon-xianxia01:before {
|
|
19531
|
-
content: "\e67f";
|
|
19532
|
-
}
|
|
19533
|
-
.icon-xianxia02:before {
|
|
19534
|
-
content: "\e681";
|
|
19535
|
-
}
|
|
19536
|
-
.icon-xiaohongshu01:before {
|
|
19537
|
-
content: "\e682";
|
|
19538
|
-
}
|
|
19539
|
-
.icon-xiaohongsh03:before {
|
|
19540
|
-
content: "\e683";
|
|
19541
|
-
}
|
|
19542
|
-
.icon-xiaohongshu02:before {
|
|
19543
|
-
content: "\e684";
|
|
19544
|
-
}
|
|
19545
|
-
.icon-zan03:before {
|
|
19546
|
-
content: "\e685";
|
|
19547
|
-
}
|
|
19548
|
-
.icon-zan01:before {
|
|
19549
|
-
content: "\e686";
|
|
19550
|
-
}
|
|
19551
|
-
.icon-zan02:before {
|
|
19552
|
-
content: "\e687";
|
|
19553
|
-
}
|
|
19554
|
-
.icon-gongzhonghao:before {
|
|
19555
|
-
content: "\e689";
|
|
19556
|
-
}
|
|
19557
|
-
.icon-xiaochengxu:before {
|
|
19558
|
-
content: "\e68a";
|
|
19559
|
-
}
|
|
19560
|
-
.icon-qiyeweixin:before {
|
|
19561
|
-
content: "\e68b";
|
|
19562
|
-
}
|
|
19563
|
-
.icon-shipinhao:before {
|
|
19564
|
-
content: "\e68c";
|
|
19565
|
-
}
|
|
19566
|
-
.icon-dangdang01:before {
|
|
19567
|
-
content: "\e68d";
|
|
19568
|
-
}
|
|
19569
|
-
.icon-dangdang02:before {
|
|
19570
|
-
content: "\e68e";
|
|
19571
|
-
}
|
|
19572
|
-
.icon-dangdang03:before {
|
|
19573
|
-
content: "\e690";
|
|
19574
|
-
}
|
|
19575
|
-
.icon-pinduoduo01:before {
|
|
19576
|
-
content: "\e691";
|
|
19577
|
-
}
|
|
19578
|
-
.icon-pinduoduo02:before {
|
|
19579
|
-
content: "\e692";
|
|
19580
|
-
}
|
|
19581
|
-
.icon-pinduoduo03:before {
|
|
19582
|
-
content: "\e693";
|
|
19583
|
-
}
|
|
19584
|
-
.icon-zidingyi01:before {
|
|
19585
|
-
content: "\e694";
|
|
19586
|
-
}
|
|
19587
|
-
.icon-zidingyi03:before {
|
|
19588
|
-
content: "\e695";
|
|
19589
|
-
}
|
|
19590
|
-
.icon-zidingyi02:before {
|
|
19591
|
-
content: "\e696";
|
|
19592
|
-
}
|
|
19593
|
-
.icon-a-1haodian02:before {
|
|
19594
|
-
content: "\e697";
|
|
19595
|
-
}
|
|
19596
|
-
.icon-a-1haodian03:before {
|
|
19597
|
-
content: "\e698";
|
|
19598
|
-
}
|
|
19599
|
-
.icon-a-1haodian01:before {
|
|
19600
|
-
content: "\e699";
|
|
19601
|
-
}
|
|
19602
|
-
.icon-offline:before {
|
|
19603
|
-
content: "\e747";
|
|
19604
|
-
}
|
|
19605
|
-
.icon-suning:before {
|
|
19606
|
-
content: "\e76e";
|
|
19607
|
-
}
|
|
19608
|
-
.icon-jos:before {
|
|
19609
|
-
content: "\e76f";
|
|
19610
|
-
}
|
|
19611
|
-
.icon-taobao:before {
|
|
19612
|
-
content: "\e771";
|
|
19613
|
-
}
|
|
19614
|
-
.icon-stop:before {
|
|
19615
|
-
content: "\e7ed";
|
|
19616
|
-
}
|
|
19617
|
-
.icon-executing:before {
|
|
19618
|
-
content: "\e7ee";
|
|
19619
|
-
}
|
|
19620
|
-
.icon-youzan:before {
|
|
19621
|
-
content: "\e6d0";
|
|
19622
|
-
}
|
|
19623
|
-
.icon-error:before {
|
|
19624
|
-
content: "\e7ef";
|
|
19625
|
-
}
|
|
19626
|
-
.icon-all1:before {
|
|
19627
|
-
content: "\e612";
|
|
19628
|
-
}
|
|
19629
|
-
.icon-dingdan1:before {
|
|
19630
|
-
content: "\e6ee";
|
|
19631
|
-
}
|
|
19632
|
-
.icon-money:before {
|
|
19633
|
-
content: "\e611";
|
|
19634
|
-
}
|
|
19635
|
-
.icon-count:before {
|
|
19636
|
-
content: "\e626";
|
|
19637
|
-
}
|
|
19638
|
-
.icon-ticket:before {
|
|
19639
|
-
content: "\e680";
|
|
19640
|
-
}
|
|
19641
|
-
.icon-man:before {
|
|
19642
|
-
content: "\e665";
|
|
19643
|
-
}
|
|
19644
|
-
.icon-dialogfill:before {
|
|
19645
|
-
content: "\e67e";
|
|
19646
|
-
}
|
|
19647
|
-
.icon-tihuantupian:before {
|
|
19648
|
-
content: "\e66c";
|
|
19649
|
-
}
|
|
19650
|
-
.icon-arrow:before {
|
|
19651
|
-
content: "\e6a0";
|
|
19652
|
-
}
|
|
19653
|
-
.icon-new-campaign:before {
|
|
19654
|
-
content: "\e629";
|
|
19655
|
-
}
|
|
19656
|
-
.icon-new-template:before {
|
|
19657
|
-
content: "\e60c";
|
|
19658
|
-
}
|
|
19659
|
-
.icon-test-execute:before {
|
|
19660
|
-
content: "\e7ec";
|
|
19661
|
-
}
|
|
19662
|
-
.icon-gaishuai:before {
|
|
19663
|
-
content: "\e60d";
|
|
19664
|
-
}
|
|
19665
|
-
.icon-qiehuan1:before {
|
|
19666
|
-
content: "\e731";
|
|
19667
|
-
}
|
|
19668
|
-
.icon-flag-fill:before {
|
|
19669
|
-
content: "\e785";
|
|
19670
|
-
}
|
|
19671
19606
|
.icon-a-webpage:before {
|
|
19672
19607
|
content: "\e7861";
|
|
19673
19608
|
}
|
|
@@ -19677,162 +19612,6 @@ body {
|
|
|
19677
19612
|
.icon-applets-line:before {
|
|
19678
19613
|
content: "\e788";
|
|
19679
19614
|
}
|
|
19680
|
-
.icon-video-line:before {
|
|
19681
|
-
content: "\e7b1";
|
|
19682
|
-
}
|
|
19683
|
-
.icon-success1:before {
|
|
19684
|
-
content: "\e723";
|
|
19685
|
-
}
|
|
19686
|
-
.icon-zanting2:before {
|
|
19687
|
-
content: "\e620";
|
|
19688
|
-
}
|
|
19689
|
-
.icon-resume-execute:before {
|
|
19690
|
-
content: "\e69b";
|
|
19691
|
-
}
|
|
19692
|
-
.icon-C3:before {
|
|
19693
|
-
content: "\e61c";
|
|
19694
|
-
}
|
|
19695
|
-
.icon-C2:before {
|
|
19696
|
-
content: "\e61d";
|
|
19697
|
-
}
|
|
19698
|
-
.icon-C1:before {
|
|
19699
|
-
content: "\e61f";
|
|
19700
|
-
}
|
|
19701
|
-
.icon-huobao:before {
|
|
19702
|
-
content: "\e6be";
|
|
19703
|
-
}
|
|
19704
|
-
.icon-jiazai:before {
|
|
19705
|
-
content: "\e628";
|
|
19706
|
-
}
|
|
19707
|
-
.icon-execute-stop:before {
|
|
19708
|
-
content: "\e7eb";
|
|
19709
|
-
}
|
|
19710
|
-
.icon-pingjunzhisuanzi:before {
|
|
19711
|
-
content: "\e610";
|
|
19712
|
-
}
|
|
19713
|
-
.icon-jiantouyou:before {
|
|
19714
|
-
content: "\e774";
|
|
19715
|
-
}
|
|
19716
|
-
.icon-jiantouzuo:before {
|
|
19717
|
-
content: "\e775";
|
|
19718
|
-
}
|
|
19719
|
-
.icon-wait:before {
|
|
19720
|
-
content: "\e60f";
|
|
19721
|
-
}
|
|
19722
|
-
.icon-success:before {
|
|
19723
|
-
content: "\ebe5";
|
|
19724
|
-
}
|
|
19725
|
-
.icon-finish:before {
|
|
19726
|
-
content: "\e6f3";
|
|
19727
|
-
}
|
|
19728
|
-
.icon-shalou:before {
|
|
19729
|
-
content: "\e600";
|
|
19730
|
-
}
|
|
19731
|
-
.icon-jinyong:before {
|
|
19732
|
-
content: "\e60e";
|
|
19733
|
-
}
|
|
19734
|
-
.icon-cuowu:before {
|
|
19735
|
-
content: "\e61e";
|
|
19736
|
-
}
|
|
19737
|
-
.icon-A1:before {
|
|
19738
|
-
content: "\e602";
|
|
19739
|
-
}
|
|
19740
|
-
.icon-B1:before {
|
|
19741
|
-
content: "\e603";
|
|
19742
|
-
}
|
|
19743
|
-
.icon-B3:before {
|
|
19744
|
-
content: "\e604";
|
|
19745
|
-
}
|
|
19746
|
-
.icon-A5:before {
|
|
19747
|
-
content: "\e605";
|
|
19748
|
-
}
|
|
19749
|
-
.icon-A2:before {
|
|
19750
|
-
content: "\e606";
|
|
19751
|
-
}
|
|
19752
|
-
.icon-A6:before {
|
|
19753
|
-
content: "\e607";
|
|
19754
|
-
}
|
|
19755
|
-
.icon-B2:before {
|
|
19756
|
-
content: "\e608";
|
|
19757
|
-
}
|
|
19758
|
-
.icon-A4:before {
|
|
19759
|
-
content: "\e609";
|
|
19760
|
-
}
|
|
19761
|
-
.icon-A3:before {
|
|
19762
|
-
content: "\e60a";
|
|
19763
|
-
}
|
|
19764
|
-
.icon-remark:before {
|
|
19765
|
-
content: "\e68f";
|
|
19766
|
-
}
|
|
19767
|
-
.icon-shangchuan1:before {
|
|
19768
|
-
content: "\e6c5";
|
|
19769
|
-
}
|
|
19770
|
-
.icon-report:before {
|
|
19771
|
-
content: "\e6c6";
|
|
19772
|
-
}
|
|
19773
|
-
.icon-zhongshi-:before {
|
|
19774
|
-
content: "\e6c8";
|
|
19775
|
-
}
|
|
19776
|
-
.icon-execute:before {
|
|
19777
|
-
content: "\e6c9";
|
|
19778
|
-
}
|
|
19779
|
-
.icon-full-screen:before {
|
|
19780
|
-
content: "\e6ca";
|
|
19781
|
-
}
|
|
19782
|
-
.icon-return-right:before {
|
|
19783
|
-
content: "\ebe4";
|
|
19784
|
-
}
|
|
19785
|
-
.icon-all:before {
|
|
19786
|
-
content: "\e6e6";
|
|
19787
|
-
}
|
|
19788
|
-
.icon-question-mark:before {
|
|
19789
|
-
content: "\e601";
|
|
19790
|
-
}
|
|
19791
|
-
.icon-dele:before {
|
|
19792
|
-
content: "\e688";
|
|
19793
|
-
}
|
|
19794
|
-
.icon-view-list:before {
|
|
19795
|
-
content: "\e65a";
|
|
19796
|
-
}
|
|
19797
|
-
.icon-view-chart:before {
|
|
19798
|
-
content: "\e65d";
|
|
19799
|
-
}
|
|
19800
|
-
.icon-add:before {
|
|
19801
|
-
content: "\e74a";
|
|
19802
|
-
}
|
|
19803
|
-
.icon-reduce:before {
|
|
19804
|
-
content: "\e74b";
|
|
19805
|
-
}
|
|
19806
|
-
.icon-export1:before {
|
|
19807
|
-
content: "\e719";
|
|
19808
|
-
}
|
|
19809
|
-
.icon-pause:before {
|
|
19810
|
-
content: "\e6c1";
|
|
19811
|
-
}
|
|
19812
|
-
.icon-return:before {
|
|
19813
|
-
content: "\e6cd";
|
|
19814
|
-
}
|
|
19815
|
-
.icon-submit-approve:before {
|
|
19816
|
-
content: "\e756";
|
|
19817
|
-
}
|
|
19818
|
-
.icon-approve:before {
|
|
19819
|
-
content: "\e6c3";
|
|
19820
|
-
}
|
|
19821
|
-
.icon-exit-screen-full:before {
|
|
19822
|
-
content: "\e6c4";
|
|
19823
|
-
}
|
|
19824
|
-
.icon-jinggao:before {
|
|
19825
|
-
content: "\e64f";
|
|
19826
|
-
}
|
|
19827
|
-
.icon-execute-stop1:before {
|
|
19828
|
-
content: "\e7862";
|
|
19829
|
-
}
|
|
19830
|
-
.icon-close:before {
|
|
19831
|
-
content: "\e60b";
|
|
19832
|
-
}
|
|
19833
|
-
.icon-search:before {
|
|
19834
|
-
content: "\e615";
|
|
19835
|
-
}
|
|
19836
19615
|
|
|
19837
19616
|
.mart {
|
|
19838
19617
|
background-color: #fff;
|