cloud-business 0.1.103-2 → 0.1.104
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 +36 -266
- 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('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff2') format('woff2'), url('//cloud-cdn.shuyun.com/fe-publish-asset/0.0.99/libs/cloud-react/icon/font/iconfont.woff') format('woff'), url('//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,7 +5422,6 @@ input::-webkit-search-cancel-button {
|
|
|
5422
5422
|
direction: rtl;
|
|
5423
5423
|
}
|
|
5424
5424
|
.newCloud-table-container {
|
|
5425
|
-
position: relative;
|
|
5426
5425
|
height: 100%;
|
|
5427
5426
|
display: flex;
|
|
5428
5427
|
flex-direction: column;
|
|
@@ -5460,21 +5459,6 @@ input::-webkit-search-cancel-button {
|
|
|
5460
5459
|
border-right: 0;
|
|
5461
5460
|
border-left: 1px solid #e8e8e8;
|
|
5462
5461
|
}
|
|
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
|
-
}
|
|
5478
5462
|
.newCloud-table tr:not(.newCloud-table-expanded-row):hover td {
|
|
5479
5463
|
background: #fafafa;
|
|
5480
5464
|
transition: all 0.3s;
|
|
@@ -5680,10 +5664,6 @@ input::-webkit-search-cancel-button {
|
|
|
5680
5664
|
}
|
|
5681
5665
|
.newCloud-table .newCloud-table-config-column {
|
|
5682
5666
|
min-width: auto;
|
|
5683
|
-
padding-right: 0;
|
|
5684
|
-
}
|
|
5685
|
-
.newCloud-table td.newCloud-table-config-column::after {
|
|
5686
|
-
display: none;
|
|
5687
5667
|
}
|
|
5688
5668
|
.newCloud-table .newCloud-table-checkbox-column {
|
|
5689
5669
|
min-width: auto;
|
|
@@ -5760,32 +5740,17 @@ input::-webkit-search-cancel-button {
|
|
|
5760
5740
|
.newCloud-table-summary tr td {
|
|
5761
5741
|
background: #fafafa;
|
|
5762
5742
|
}
|
|
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
|
-
}
|
|
5771
5743
|
.newCloud-table .title-container .sort-icon-container {
|
|
5772
|
-
position: relative;
|
|
5773
|
-
top: -4px;
|
|
5774
5744
|
display: inline-flex;
|
|
5775
5745
|
flex-direction: column;
|
|
5776
5746
|
align-items: center;
|
|
5777
5747
|
cursor: pointer;
|
|
5778
5748
|
}
|
|
5779
|
-
.newCloud-table .title-container .sort-icon-container
|
|
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 {
|
|
5749
|
+
.newCloud-table .title-container .sort-icon-container:hover:not(.cell-align-right):after {
|
|
5786
5750
|
position: absolute;
|
|
5787
|
-
top:
|
|
5788
|
-
|
|
5751
|
+
top: 50%;
|
|
5752
|
+
transform: translate(0, -50%);
|
|
5753
|
+
right: 11px;
|
|
5789
5754
|
content: '';
|
|
5790
5755
|
display: inline-block;
|
|
5791
5756
|
width: 16px;
|
|
@@ -5793,6 +5758,10 @@ input::-webkit-search-cancel-button {
|
|
|
5793
5758
|
background: #e8e8e8;
|
|
5794
5759
|
z-index: 0;
|
|
5795
5760
|
}
|
|
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
|
+
}
|
|
5796
5765
|
.newCloud-table .title-container .sort-icon-container.sort-asc .sort-up-icon {
|
|
5797
5766
|
color: var(--shuyunBlue4);
|
|
5798
5767
|
}
|
|
@@ -5801,14 +5770,31 @@ input::-webkit-search-cancel-button {
|
|
|
5801
5770
|
}
|
|
5802
5771
|
.newCloud-table .title-container .sort-icon-container .sort-up-icon,
|
|
5803
5772
|
.newCloud-table .title-container .sort-icon-container .sort-down-icon {
|
|
5773
|
+
position: absolute;
|
|
5774
|
+
right: 12px;
|
|
5804
5775
|
font-size: 14px;
|
|
5805
5776
|
color: #949494;
|
|
5806
5777
|
display: inline-block;
|
|
5807
5778
|
transform: scale(0.9);
|
|
5808
5779
|
z-index: 1;
|
|
5809
5780
|
}
|
|
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
|
+
}
|
|
5810
5794
|
.newCloud-table .title-container .filter-icon {
|
|
5811
|
-
|
|
5795
|
+
position: absolute;
|
|
5796
|
+
right: 14px;
|
|
5797
|
+
top: 13px;
|
|
5812
5798
|
cursor: pointer;
|
|
5813
5799
|
color: rgba(0, 0, 0, 0.45);
|
|
5814
5800
|
}
|
|
@@ -5823,15 +5809,11 @@ input::-webkit-search-cancel-button {
|
|
|
5823
5809
|
align-items: center;
|
|
5824
5810
|
}
|
|
5825
5811
|
.newCloud-table .title-with-tip .title-tip-icon {
|
|
5826
|
-
|
|
5812
|
+
margin: 0 4px;
|
|
5827
5813
|
color: rgba(0, 0, 0, 0.25);
|
|
5828
5814
|
}
|
|
5829
|
-
.newCloud-table .title-with-tip.title-with-tip-right {
|
|
5830
|
-
gap: 4px;
|
|
5831
|
-
}
|
|
5832
5815
|
.newCloud-table .title-with-tip.title-with-tip-left {
|
|
5833
5816
|
flex-direction: row-reverse;
|
|
5834
|
-
gap: 4px;
|
|
5835
5817
|
}
|
|
5836
5818
|
.newCloud-table-sticky-holder {
|
|
5837
5819
|
position: sticky;
|
|
@@ -6105,10 +6087,6 @@ input::-webkit-search-cancel-button {
|
|
|
6105
6087
|
.newCloud-table-box.newCloud-table-full-column .newCloud-table-expend-icon {
|
|
6106
6088
|
display: none;
|
|
6107
6089
|
}
|
|
6108
|
-
.newCloud-table-box.newCloud-table-config-column tr td:last-child,
|
|
6109
|
-
.newCloud-table-box.newCloud-table-config-column tr th:last-child {
|
|
6110
|
-
padding-right: 40px;
|
|
6111
|
-
}
|
|
6112
6090
|
.newCloud-table-box.newCloud-table-loading {
|
|
6113
6091
|
position: relative;
|
|
6114
6092
|
}
|
|
@@ -6164,44 +6142,19 @@ input::-webkit-search-cancel-button {
|
|
|
6164
6142
|
display: none;
|
|
6165
6143
|
}
|
|
6166
6144
|
.newCloud-table-tooltip {
|
|
6167
|
-
|
|
6168
|
-
max-height: 300px;
|
|
6169
|
-
overflow: auto;
|
|
6170
|
-
padding: 16px;
|
|
6145
|
+
max-width: 300px;
|
|
6171
6146
|
}
|
|
6172
6147
|
.newCloud-table-tooltip-content {
|
|
6173
6148
|
display: flex;
|
|
6174
|
-
flex-
|
|
6175
|
-
gap: 12px;
|
|
6149
|
+
flex-wrap: wrap;
|
|
6176
6150
|
}
|
|
6177
6151
|
.newCloud-table-tooltip-content > li {
|
|
6178
6152
|
width: 114px;
|
|
6153
|
+
padding: 4px 10px;
|
|
6179
6154
|
white-space: nowrap;
|
|
6180
6155
|
overflow: hidden;
|
|
6181
6156
|
text-overflow: ellipsis;
|
|
6182
6157
|
}
|
|
6183
|
-
.newCloud-table-tooltip-content > li .newCloud-checkbox-text {
|
|
6184
|
-
font-size: 14px;
|
|
6185
|
-
}
|
|
6186
|
-
.newCloud-table-tooltip-content .config-title {
|
|
6187
|
-
color: #666666;
|
|
6188
|
-
}
|
|
6189
|
-
.newCloud-table-tooltip::after {
|
|
6190
|
-
display: none;
|
|
6191
|
-
}
|
|
6192
|
-
.newCloud-table-config-icon {
|
|
6193
|
-
position: absolute;
|
|
6194
|
-
right: 0;
|
|
6195
|
-
z-index: 1;
|
|
6196
|
-
top: 2px;
|
|
6197
|
-
width: 40px;
|
|
6198
|
-
height: 40px;
|
|
6199
|
-
line-height: 40px;
|
|
6200
|
-
cursor: pointer;
|
|
6201
|
-
text-align: center;
|
|
6202
|
-
color: rgba(0, 0, 0, 0.45);
|
|
6203
|
-
background: #fafafa;
|
|
6204
|
-
}
|
|
6205
6158
|
.newCloud-table-drag-line {
|
|
6206
6159
|
border: 1px solid var(--shuyunBlue4) !important;
|
|
6207
6160
|
}
|
|
@@ -7086,10 +7039,11 @@ input::-webkit-search-cancel-button {
|
|
|
7086
7039
|
position: fixed;
|
|
7087
7040
|
background: white;
|
|
7088
7041
|
transition: top 500ms, right 500ms, bottom 500ms, left 500ms;
|
|
7089
|
-
z-index:
|
|
7042
|
+
z-index: -1;
|
|
7090
7043
|
}
|
|
7091
7044
|
.newCloud-drawer1.show {
|
|
7092
7045
|
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;
|
|
7093
7047
|
}
|
|
7094
7048
|
.newCloud-drawer1.top {
|
|
7095
7049
|
top: 0;
|
|
@@ -8378,163 +8332,6 @@ input::-webkit-search-cancel-button {
|
|
|
8378
8332
|
pointer-events: none;
|
|
8379
8333
|
}
|
|
8380
8334
|
|
|
8381
|
-
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
8382
|
-
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
8383
|
-
.newCloud-notification {
|
|
8384
|
-
display: flex;
|
|
8385
|
-
align-items: baseline;
|
|
8386
|
-
gap: 9px;
|
|
8387
|
-
padding: 20px;
|
|
8388
|
-
background: #FFFFFF;
|
|
8389
|
-
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.3);
|
|
8390
|
-
border-radius: 12px;
|
|
8391
|
-
}
|
|
8392
|
-
.newCloud-notification.small {
|
|
8393
|
-
border-radius: 3px;
|
|
8394
|
-
}
|
|
8395
|
-
.newCloud-notification.middle {
|
|
8396
|
-
border-radius: 6px;
|
|
8397
|
-
}
|
|
8398
|
-
.newCloud-notification.light-theme {
|
|
8399
|
-
color: white;
|
|
8400
|
-
}
|
|
8401
|
-
.newCloud-notification.light-theme .info-icon {
|
|
8402
|
-
color: white!important;
|
|
8403
|
-
}
|
|
8404
|
-
.newCloud-notification.light-theme header,
|
|
8405
|
-
.newCloud-notification.light-theme main,
|
|
8406
|
-
.newCloud-notification.light-theme header i.close-icon {
|
|
8407
|
-
color: white;
|
|
8408
|
-
}
|
|
8409
|
-
.newCloud-notification-content {
|
|
8410
|
-
flex: 1;
|
|
8411
|
-
}
|
|
8412
|
-
.newCloud-notification .info-icon {
|
|
8413
|
-
position: relative;
|
|
8414
|
-
top: 2px;
|
|
8415
|
-
font-size: 20px;
|
|
8416
|
-
}
|
|
8417
|
-
.newCloud-notification .info-icon.info {
|
|
8418
|
-
color: #496BF5;
|
|
8419
|
-
}
|
|
8420
|
-
.newCloud-notification .info-icon.success {
|
|
8421
|
-
color: #21BA45;
|
|
8422
|
-
}
|
|
8423
|
-
.newCloud-notification .info-icon.fail {
|
|
8424
|
-
color: #E74949;
|
|
8425
|
-
}
|
|
8426
|
-
.newCloud-notification .info-icon.warn {
|
|
8427
|
-
color: #FD830A;
|
|
8428
|
-
}
|
|
8429
|
-
.newCloud-notification header {
|
|
8430
|
-
display: flex;
|
|
8431
|
-
align-items: center;
|
|
8432
|
-
justify-content: space-between;
|
|
8433
|
-
height: 24px;
|
|
8434
|
-
line-height: 24px;
|
|
8435
|
-
font-size: 16px;
|
|
8436
|
-
font-weight: 500;
|
|
8437
|
-
color: rgba(0, 0, 0, 0.85);
|
|
8438
|
-
margin-bottom: 8px;
|
|
8439
|
-
}
|
|
8440
|
-
.newCloud-notification header i.close-icon {
|
|
8441
|
-
font-size: 16px;
|
|
8442
|
-
color: #D8D8D8;
|
|
8443
|
-
cursor: pointer;
|
|
8444
|
-
}
|
|
8445
|
-
.newCloud-notification main {
|
|
8446
|
-
line-height: 20px;
|
|
8447
|
-
font-size: 14px;
|
|
8448
|
-
font-weight: 400;
|
|
8449
|
-
color: rgba(0, 0, 0, 0.65);
|
|
8450
|
-
overflow: hidden;
|
|
8451
|
-
text-overflow: ellipsis;
|
|
8452
|
-
display: -webkit-box;
|
|
8453
|
-
-webkit-line-clamp: 3;
|
|
8454
|
-
-webkit-box-orient: vertical;
|
|
8455
|
-
}
|
|
8456
|
-
.newCloud-notification footer {
|
|
8457
|
-
display: flex;
|
|
8458
|
-
align-items: center;
|
|
8459
|
-
flex-direction: row-reverse;
|
|
8460
|
-
gap: 16px;
|
|
8461
|
-
margin-top: 20px;
|
|
8462
|
-
}
|
|
8463
|
-
|
|
8464
|
-
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
8465
|
-
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
8466
|
-
.newCloud-notification-container {
|
|
8467
|
-
z-index: 1100;
|
|
8468
|
-
position: fixed;
|
|
8469
|
-
}
|
|
8470
|
-
.newCloud-notification-container .newCloud-notification-wrapper {
|
|
8471
|
-
position: absolute;
|
|
8472
|
-
width: 360px;
|
|
8473
|
-
transition: all 300ms;
|
|
8474
|
-
margin-bottom: 20px;
|
|
8475
|
-
}
|
|
8476
|
-
.newCloud-notification-container .newCloud-notification-wrapper.fade-out {
|
|
8477
|
-
opacity: 0;
|
|
8478
|
-
}
|
|
8479
|
-
.newCloud-notification-container.top-left {
|
|
8480
|
-
top: 20px;
|
|
8481
|
-
}
|
|
8482
|
-
.newCloud-notification-container.top-left .newCloud-notification-wrapper {
|
|
8483
|
-
left: -360px;
|
|
8484
|
-
}
|
|
8485
|
-
.newCloud-notification-container.top-left .newCloud-notification-wrapper.fade-in {
|
|
8486
|
-
left: 20px;
|
|
8487
|
-
}
|
|
8488
|
-
.newCloud-notification-container.top-right {
|
|
8489
|
-
top: 20px;
|
|
8490
|
-
right: 0;
|
|
8491
|
-
}
|
|
8492
|
-
.newCloud-notification-container.top-right .newCloud-notification-wrapper {
|
|
8493
|
-
right: -360px;
|
|
8494
|
-
}
|
|
8495
|
-
.newCloud-notification-container.top-right .newCloud-notification-wrapper.fade-in {
|
|
8496
|
-
right: 20px;
|
|
8497
|
-
}
|
|
8498
|
-
.newCloud-notification-container.bottom-left {
|
|
8499
|
-
bottom: 114px;
|
|
8500
|
-
}
|
|
8501
|
-
.newCloud-notification-container.bottom-left .newCloud-notification-wrapper {
|
|
8502
|
-
left: -360px;
|
|
8503
|
-
}
|
|
8504
|
-
.newCloud-notification-container.bottom-left .newCloud-notification-wrapper.fade-in {
|
|
8505
|
-
left: 20px;
|
|
8506
|
-
}
|
|
8507
|
-
.newCloud-notification-container.bottom-right {
|
|
8508
|
-
bottom: 114px;
|
|
8509
|
-
right: 20px;
|
|
8510
|
-
}
|
|
8511
|
-
.newCloud-notification-container.bottom-right .newCloud-notification-wrapper {
|
|
8512
|
-
right: -360px;
|
|
8513
|
-
}
|
|
8514
|
-
.newCloud-notification-container.bottom-right .newCloud-notification-wrapper.fade-in {
|
|
8515
|
-
right: 0;
|
|
8516
|
-
}
|
|
8517
|
-
.newCloud-notification-container.top {
|
|
8518
|
-
top: 20px;
|
|
8519
|
-
left: calc(50% - 360px / 2);
|
|
8520
|
-
}
|
|
8521
|
-
.newCloud-notification-container.top .newCloud-notification-wrapper {
|
|
8522
|
-
top: -114px;
|
|
8523
|
-
}
|
|
8524
|
-
.newCloud-notification-container.top .newCloud-notification-wrapper.fade-in {
|
|
8525
|
-
top: 0!important;
|
|
8526
|
-
}
|
|
8527
|
-
.newCloud-notification-container.bottom {
|
|
8528
|
-
bottom: 0;
|
|
8529
|
-
left: calc(50% - 360px / 2);
|
|
8530
|
-
}
|
|
8531
|
-
.newCloud-notification-container.bottom .newCloud-notification-wrapper {
|
|
8532
|
-
bottom: -114px;
|
|
8533
|
-
}
|
|
8534
|
-
.newCloud-notification-container.bottom .newCloud-notification-wrapper.fade-in {
|
|
8535
|
-
bottom: 0!important;
|
|
8536
|
-
}
|
|
8537
|
-
|
|
8538
8335
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
8539
8336
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
8540
8337
|
.newCloud-breadcrumbs {
|
|
@@ -11297,16 +11094,6 @@ body {
|
|
|
11297
11094
|
width: 10px;
|
|
11298
11095
|
}
|
|
11299
11096
|
|
|
11300
|
-
body {
|
|
11301
|
-
margin: 0;
|
|
11302
|
-
--shuyunBlue1: #EDF6FF;
|
|
11303
|
-
--shuyunBlue2: #CCE6FF;
|
|
11304
|
-
--shuyunBlue3: #72B0ED;
|
|
11305
|
-
--shuyunBlue4: #0066CC;
|
|
11306
|
-
--shuyunBlue5: #004CA3;
|
|
11307
|
-
--shuyunBlue6: #003775;
|
|
11308
|
-
--shuyunBlue7: #002147;
|
|
11309
|
-
}
|
|
11310
11097
|
.goods-selector-pro-form {
|
|
11311
11098
|
display: flex;
|
|
11312
11099
|
flex-flow: row wrap;
|
|
@@ -11437,27 +11224,13 @@ body {
|
|
|
11437
11224
|
display: inline-block;
|
|
11438
11225
|
margin-left: 10px;
|
|
11439
11226
|
text-align: center;
|
|
11440
|
-
color: #
|
|
11441
|
-
border: 1px solid #
|
|
11227
|
+
color: #0083BA;
|
|
11228
|
+
border: 1px solid #0083BA;
|
|
11442
11229
|
border-radius: 50%;
|
|
11443
11230
|
cursor: pointer;
|
|
11444
11231
|
line-height: 10px;
|
|
11445
11232
|
font-size: 12px !important;
|
|
11446
11233
|
}
|
|
11447
|
-
.add-condition .common-disabled-btn {
|
|
11448
|
-
width: 12px;
|
|
11449
|
-
height: 12px;
|
|
11450
|
-
display: inline-block;
|
|
11451
|
-
margin-left: 10px;
|
|
11452
|
-
text-align: center;
|
|
11453
|
-
color: #ddd !important;
|
|
11454
|
-
border: 1px solid #ddd !important;
|
|
11455
|
-
border-radius: 50%;
|
|
11456
|
-
line-height: 10px;
|
|
11457
|
-
font-size: 12px !important;
|
|
11458
|
-
pointer-events: none;
|
|
11459
|
-
cursor: not-allowed;
|
|
11460
|
-
}
|
|
11461
11234
|
|
|
11462
11235
|
.goods-failure-tip {
|
|
11463
11236
|
width: 154px;
|
|
@@ -18478,7 +18251,7 @@ body {
|
|
|
18478
18251
|
overflow: visible;
|
|
18479
18252
|
}
|
|
18480
18253
|
.add-goods-btn {
|
|
18481
|
-
width:
|
|
18254
|
+
width: 380px;
|
|
18482
18255
|
height: 32px;
|
|
18483
18256
|
display: inline-block;
|
|
18484
18257
|
line-height: 32px;
|
|
@@ -18557,9 +18330,6 @@ body {
|
|
|
18557
18330
|
.newCloud-goods-selector-pro-table-container .newCloud-table td {
|
|
18558
18331
|
white-space: normal !important;
|
|
18559
18332
|
}
|
|
18560
|
-
.newCloud-goods-selector-pro-table-container .newCloud-table thead tr th:first-child .newCloud-checkbox-wrapper {
|
|
18561
|
-
display: none !important;
|
|
18562
|
-
}
|
|
18563
18333
|
.newCloud-goods-selector-pro-table-container .newCloud-table-two-level-tree .newCloud-table-row-level-1 td.newCloud-table-row-expand-column + td {
|
|
18564
18334
|
padding-left: 14px !important;
|
|
18565
18335
|
}
|