cloud-business 0.1.143 → 0.1.144-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/{dist/cloud-business.css → cloud-business.css} +220 -214
- package/cloud-business.js +1 -0
- package/cloud-business.min.css +1 -0
- package/cloud-business.min.js +1 -0
- package/package.json +1 -134
- package/.babelrc +0 -22
- package/.idea/cloud-business-react.iml +0 -12
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/LICENSE +0 -21
- package/README.md +0 -127
- package/assets.json +0 -132
- package/dist/cloud-business.js +0 -1
- package/dist/cloud-business.min.css +0 -1
- package/dist/cloud-business.min.js +0 -1
- package/dist/package.json +0 -134
- package/jsconfig.json +0 -13
- package/typings.d.ts +0 -2
|
@@ -6455,18 +6455,18 @@ body {
|
|
|
6455
6455
|
white-space: nowrap;
|
|
6456
6456
|
cursor: pointer;
|
|
6457
6457
|
}
|
|
6458
|
-
.batch-add-content
|
|
6458
|
+
.batch-add-content {
|
|
6459
6459
|
font-size: 12px;
|
|
6460
6460
|
}
|
|
6461
|
-
.batch-add-content
|
|
6461
|
+
.batch-add-content .batch-add-text {
|
|
6462
6462
|
height: 164px;
|
|
6463
6463
|
border: 1px solid #e8e8e8;
|
|
6464
6464
|
}
|
|
6465
|
-
.batch-add-content
|
|
6465
|
+
.batch-add-content .batch-add-text textarea {
|
|
6466
6466
|
height: 140px;
|
|
6467
6467
|
border: none;
|
|
6468
6468
|
}
|
|
6469
|
-
.batch-add-content
|
|
6469
|
+
.batch-add-content .batch-add-text p {
|
|
6470
6470
|
line-height: 22px;
|
|
6471
6471
|
padding-right: 10px;
|
|
6472
6472
|
text-align: right;
|
|
@@ -6474,19 +6474,19 @@ body {
|
|
|
6474
6474
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
6475
6475
|
color: rgba(0, 0, 0, 0.25);
|
|
6476
6476
|
}
|
|
6477
|
-
.batch-add-content
|
|
6477
|
+
.batch-add-content .batch-add-radio {
|
|
6478
6478
|
display: flex;
|
|
6479
6479
|
margin: 10px 0 10px;
|
|
6480
6480
|
align-items: center;
|
|
6481
6481
|
}
|
|
6482
|
-
.batch-add-content
|
|
6482
|
+
.batch-add-content .batch-add-radio .group-title {
|
|
6483
6483
|
color: #666;
|
|
6484
6484
|
font-size: 12px;
|
|
6485
6485
|
}
|
|
6486
|
-
.batch-add-content
|
|
6486
|
+
.batch-add-content .batch-add-radio .other-input {
|
|
6487
6487
|
width: 50px;
|
|
6488
6488
|
}
|
|
6489
|
-
.batch-add-content
|
|
6489
|
+
.batch-add-content .match-detail-box {
|
|
6490
6490
|
height: auto;
|
|
6491
6491
|
padding: 12px;
|
|
6492
6492
|
margin-left: 104px;
|
|
@@ -6497,34 +6497,34 @@ body {
|
|
|
6497
6497
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
6498
6498
|
color: rgba(0, 0, 0, 0.85);
|
|
6499
6499
|
}
|
|
6500
|
-
.batch-add-content
|
|
6500
|
+
.batch-add-content .match-detail-box > p {
|
|
6501
6501
|
display: flex;
|
|
6502
6502
|
align-items: center;
|
|
6503
6503
|
padding-bottom: 12px;
|
|
6504
6504
|
border-bottom: 1px solid #E8E8E8;
|
|
6505
6505
|
}
|
|
6506
|
-
.batch-add-content
|
|
6506
|
+
.batch-add-content .match-detail-box .match-failure-detail {
|
|
6507
6507
|
padding-top: 12px;
|
|
6508
6508
|
display: flex;
|
|
6509
6509
|
justify-content: space-between;
|
|
6510
6510
|
}
|
|
6511
|
-
.batch-add-content
|
|
6511
|
+
.batch-add-content .match-detail-box .match-failure-detail .left-detail {
|
|
6512
6512
|
display: flex;
|
|
6513
6513
|
}
|
|
6514
|
-
.batch-add-content
|
|
6514
|
+
.batch-add-content .match-detail-box .match-failure-detail .label-color {
|
|
6515
6515
|
width: 70px;
|
|
6516
6516
|
color: rgba(0, 0, 0, 0.65);
|
|
6517
6517
|
}
|
|
6518
|
-
.batch-add-content
|
|
6518
|
+
.batch-add-content .match-detail-box .match-failure-detail .copy {
|
|
6519
6519
|
cursor: pointer;
|
|
6520
6520
|
}
|
|
6521
|
-
.batch-add-content
|
|
6521
|
+
.batch-add-content .match-detail-box .match-failure-detail .copy:hover .label-color {
|
|
6522
6522
|
color: var(--shuyunBlue4);
|
|
6523
6523
|
}
|
|
6524
|
-
.batch-add-content
|
|
6524
|
+
.batch-add-content .match-detail-box .match-failure-detail .copy:hover .copy-icon {
|
|
6525
6525
|
color: var(--shuyunBlue4);
|
|
6526
6526
|
}
|
|
6527
|
-
.batch-add-content
|
|
6527
|
+
.batch-add-content .match-detail-box .match-failure-detail .copy-icon {
|
|
6528
6528
|
margin-right: 4px;
|
|
6529
6529
|
color: rgba(0, 0, 0, 0.45);
|
|
6530
6530
|
}
|
|
@@ -6539,54 +6539,58 @@ body {
|
|
|
6539
6539
|
--shuyunBlue6: #123B75;
|
|
6540
6540
|
--shuyunBlue7: #172D4D;
|
|
6541
6541
|
}
|
|
6542
|
-
.
|
|
6543
|
-
.
|
|
6544
|
-
.
|
|
6545
|
-
.
|
|
6542
|
+
.newCloud-goods-selector .newCloud-input-focus .newCloud-input-affix,
|
|
6543
|
+
.newCloud-goods-selector .newCloud-input-focus .newCloud-input-affix,
|
|
6544
|
+
.newCloud-goods-selector .newCloud-input-textarea:focus,
|
|
6545
|
+
.newCloud-goods-selector .newCloud-input:focus {
|
|
6546
6546
|
border-color: var(--shuyunBlue4) !important;
|
|
6547
6547
|
}
|
|
6548
|
-
.
|
|
6548
|
+
.newCloud-goods-selector ::-webkit-scrollbar-track {
|
|
6549
6549
|
background-color: #fff !important;
|
|
6550
6550
|
}
|
|
6551
|
-
.
|
|
6551
|
+
.newCloud-goods-selector ::-webkit-scrollbar-thumb {
|
|
6552
6552
|
background-color: #fff !important;
|
|
6553
6553
|
}
|
|
6554
|
-
.
|
|
6554
|
+
.newCloud-goods-selector ::-webkit-scrollbar {
|
|
6555
|
+
display: none;
|
|
6556
|
+
/* 隐藏滚动条 */
|
|
6557
|
+
}
|
|
6558
|
+
.newCloud-goods-selector .newCloud-modal-header .newCloud-modal-title {
|
|
6555
6559
|
color: rgba(0, 0, 0, 0.85);
|
|
6556
6560
|
cursor: text;
|
|
6557
6561
|
display: block;
|
|
6558
6562
|
width: 100%;
|
|
6559
6563
|
margin-right: 16px;
|
|
6560
6564
|
}
|
|
6561
|
-
.
|
|
6565
|
+
.newCloud-goods-selector .newCloud-dropdowns {
|
|
6562
6566
|
gap: 4px;
|
|
6563
6567
|
grid-gap: 4px;
|
|
6564
6568
|
color: rgba(0, 0, 0, 0.65);
|
|
6565
6569
|
}
|
|
6566
|
-
.
|
|
6570
|
+
.newCloud-goods-selector .newCloud-dropdowns-open {
|
|
6567
6571
|
color: var(--shuyunBlue4);
|
|
6568
6572
|
}
|
|
6569
|
-
.
|
|
6570
|
-
.
|
|
6571
|
-
.
|
|
6573
|
+
.newCloud-goods-selector .newCloud-dropdowns:hover,
|
|
6574
|
+
.newCloud-goods-selector .newCloud-dropdowns:focus,
|
|
6575
|
+
.newCloud-goods-selector .newCloud-dropdowns:active {
|
|
6572
6576
|
color: var(--shuyunBlue4);
|
|
6573
6577
|
}
|
|
6574
|
-
.
|
|
6578
|
+
.newCloud-goods-selector-footer {
|
|
6575
6579
|
display: flex;
|
|
6576
6580
|
flex-direction: row-reverse;
|
|
6577
6581
|
}
|
|
6578
|
-
.
|
|
6582
|
+
.newCloud-goods-selector-footer .cancel {
|
|
6579
6583
|
border: 1px solid #E8E8E8;
|
|
6580
6584
|
color: rgba(0, 0, 0, 0.85);
|
|
6581
6585
|
font-size: 14px;
|
|
6582
6586
|
}
|
|
6583
|
-
.
|
|
6584
|
-
.
|
|
6587
|
+
.newCloud-goods-selector-footer .cancel:hover,
|
|
6588
|
+
.newCloud-goods-selector-footer .cancel:active {
|
|
6585
6589
|
border: 1px solid #05c;
|
|
6586
6590
|
background-color: #FFFFFF;
|
|
6587
6591
|
color: #05c;
|
|
6588
6592
|
}
|
|
6589
|
-
.
|
|
6593
|
+
.newCloud-goods-selector .rc-overflow {
|
|
6590
6594
|
display: flex;
|
|
6591
6595
|
flex-wrap: wrap;
|
|
6592
6596
|
max-width: 100%;
|
|
@@ -6594,56 +6598,56 @@ body {
|
|
|
6594
6598
|
align-items: center;
|
|
6595
6599
|
height: 100%;
|
|
6596
6600
|
}
|
|
6597
|
-
.
|
|
6601
|
+
.newCloud-goods-selector .rc-overflow-item {
|
|
6598
6602
|
flex: none;
|
|
6599
6603
|
max-width: 100%;
|
|
6600
6604
|
display: flex;
|
|
6601
6605
|
align-items: center;
|
|
6602
6606
|
}
|
|
6603
|
-
.
|
|
6607
|
+
.newCloud-goods-selector .newCloud-drawer {
|
|
6604
6608
|
margin: 0 auto;
|
|
6605
6609
|
bottom: 0px;
|
|
6606
6610
|
}
|
|
6607
|
-
.
|
|
6611
|
+
.newCloud-condition-name-item {
|
|
6608
6612
|
display: flex;
|
|
6609
6613
|
align-items: center;
|
|
6610
6614
|
justify-content: space-between;
|
|
6611
6615
|
}
|
|
6612
|
-
.
|
|
6616
|
+
.newCloud-condition-name-item-operate {
|
|
6613
6617
|
display: none;
|
|
6614
6618
|
}
|
|
6615
|
-
.
|
|
6619
|
+
.newCloud-condition-name-item-name {
|
|
6616
6620
|
display: inline-block;
|
|
6617
6621
|
text-overflow: ellipsis;
|
|
6618
6622
|
overflow: hidden;
|
|
6619
6623
|
white-space: nowrap;
|
|
6620
6624
|
}
|
|
6621
|
-
.
|
|
6625
|
+
.newCloud-condition-name-item:hover .newCloud-condition-name-item-operate {
|
|
6622
6626
|
display: inline-flex;
|
|
6623
6627
|
}
|
|
6624
|
-
.
|
|
6628
|
+
.newCloud-goods-selector-rules-container .newCloud-dropdowns-menu-area {
|
|
6625
6629
|
width: 210px;
|
|
6626
6630
|
height: 248px;
|
|
6627
6631
|
overflow-y: scroll;
|
|
6628
6632
|
}
|
|
6629
|
-
.
|
|
6633
|
+
.newCloud-goods-selector-rules-container .newCloud-select-condition-list {
|
|
6630
6634
|
display: flex;
|
|
6631
6635
|
align-items: center;
|
|
6632
6636
|
height: 52px;
|
|
6633
6637
|
}
|
|
6634
|
-
.
|
|
6638
|
+
.newCloud-goods-selector-rules-container .newCloud-select-condition-list .newCloud-divider-item {
|
|
6635
6639
|
margin-left: 12px;
|
|
6636
6640
|
color: rgba(0, 0, 0, 0.45);
|
|
6637
6641
|
font-size: 12px;
|
|
6638
6642
|
margin-top: 8px;
|
|
6639
6643
|
}
|
|
6640
|
-
.
|
|
6644
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group {
|
|
6641
6645
|
padding: 16px;
|
|
6642
6646
|
border-radius: 2px;
|
|
6643
6647
|
border: 1px solid #E8E8E8;
|
|
6644
6648
|
margin-bottom: 16px;
|
|
6645
6649
|
}
|
|
6646
|
-
.
|
|
6650
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group-title {
|
|
6647
6651
|
display: flex;
|
|
6648
6652
|
justify-content: space-between;
|
|
6649
6653
|
line-height: 20px;
|
|
@@ -6651,57 +6655,60 @@ body {
|
|
|
6651
6655
|
font-weight: 500;
|
|
6652
6656
|
color: rgba(0, 0, 0, 0.85);
|
|
6653
6657
|
}
|
|
6654
|
-
.
|
|
6658
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group-title .newCloud-icon {
|
|
6655
6659
|
color: rgba(0, 0, 0, 0.25);
|
|
6656
6660
|
font-size: 14px;
|
|
6657
6661
|
margin-left: 5px;
|
|
6658
6662
|
cursor: pointer;
|
|
6659
6663
|
}
|
|
6660
|
-
.
|
|
6664
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group-title .clear-btn {
|
|
6661
6665
|
font-weight: 400;
|
|
6662
6666
|
color: var(--shuyunBlue4);
|
|
6663
6667
|
cursor: pointer;
|
|
6664
6668
|
}
|
|
6665
|
-
.
|
|
6669
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .setting-conditions {
|
|
6666
6670
|
padding: 0;
|
|
6667
6671
|
background: #fff;
|
|
6668
6672
|
}
|
|
6669
|
-
.
|
|
6673
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .setting-conditions-item {
|
|
6670
6674
|
position: relative;
|
|
6671
6675
|
display: flex;
|
|
6672
6676
|
align-items: center;
|
|
6673
6677
|
min-height: 30px;
|
|
6674
6678
|
}
|
|
6675
|
-
.
|
|
6679
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .setting-conditions-item:not(:last-child) {
|
|
6676
6680
|
margin-top: 16px;
|
|
6677
6681
|
}
|
|
6678
|
-
.
|
|
6679
|
-
|
|
6682
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .setting-conditions-item > *:not(:last-child) {
|
|
6683
|
+
margin: 0 0;
|
|
6684
|
+
}
|
|
6685
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .setting-conditions-item .condition-widget-shop-selector,
|
|
6686
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .setting-conditions-item .condition-widget-box-content {
|
|
6680
6687
|
width: 380px;
|
|
6681
6688
|
}
|
|
6682
|
-
.
|
|
6683
|
-
.
|
|
6689
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .setting-conditions-item .condition-widget-shop-selector > div,
|
|
6690
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .setting-conditions-item .condition-widget-box-content > div {
|
|
6684
6691
|
width: 380px;
|
|
6685
6692
|
}
|
|
6686
|
-
.
|
|
6693
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .setting-conditions-field {
|
|
6687
6694
|
width: 214px;
|
|
6688
6695
|
}
|
|
6689
|
-
.
|
|
6696
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .setting-conditions .newCloud-select.setting-conditions-operator {
|
|
6690
6697
|
width: 160px;
|
|
6691
6698
|
margin: 0 12px;
|
|
6692
6699
|
}
|
|
6693
|
-
.
|
|
6700
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .setting-conditions-remove {
|
|
6694
6701
|
position: absolute;
|
|
6695
6702
|
right: 0;
|
|
6696
6703
|
font-size: 16px;
|
|
6697
6704
|
color: rgba(0, 0, 0, 0.25);
|
|
6698
6705
|
}
|
|
6699
|
-
.
|
|
6706
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .newCloud-dynamic-add-btn {
|
|
6700
6707
|
display: flex;
|
|
6701
6708
|
align-items: center;
|
|
6702
6709
|
margin-top: 16px;
|
|
6703
6710
|
}
|
|
6704
|
-
.
|
|
6711
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-group .newCloud-dynamic-add-btn span {
|
|
6705
6712
|
display: inline-block;
|
|
6706
6713
|
text-align: center;
|
|
6707
6714
|
line-height: 12px;
|
|
@@ -6713,20 +6720,20 @@ body {
|
|
|
6713
6720
|
color: #fff;
|
|
6714
6721
|
font-size: 12px;
|
|
6715
6722
|
}
|
|
6716
|
-
.
|
|
6723
|
+
.newCloud-goods-selector-rules-container .newCloud-rule--bottom-btn {
|
|
6717
6724
|
padding-bottom: 40px;
|
|
6718
6725
|
}
|
|
6719
|
-
.
|
|
6726
|
+
.newCloud-goods-selector-rules-container .newCloud-rule-static-idGroup {
|
|
6720
6727
|
margin-top: 16px;
|
|
6721
6728
|
color: rgba(0, 0, 0, 0.65);
|
|
6722
6729
|
}
|
|
6723
|
-
.
|
|
6730
|
+
.newCloud-goods-preview-container {
|
|
6724
6731
|
background: #FFFFFF;
|
|
6725
6732
|
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1), 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
|
|
6726
6733
|
padding: 16px;
|
|
6727
6734
|
margin-top: 16px;
|
|
6728
6735
|
}
|
|
6729
|
-
.
|
|
6736
|
+
.newCloud-goods-preview-container .newCloud-goods-preview-title {
|
|
6730
6737
|
color: rgba(0, 0, 0, 0.45);
|
|
6731
6738
|
line-height: 24px;
|
|
6732
6739
|
margin-bottom: 16px;
|
|
@@ -6735,23 +6742,77 @@ body {
|
|
|
6735
6742
|
display: flex;
|
|
6736
6743
|
align-items: center;
|
|
6737
6744
|
}
|
|
6738
|
-
.
|
|
6745
|
+
.newCloud-goods-preview-container .newCloud-goods-preview-title-bold {
|
|
6739
6746
|
font-weight: bold;
|
|
6740
6747
|
color: rgba(0, 0, 0, 0.85);
|
|
6741
6748
|
font-size: 16px;
|
|
6742
6749
|
margin-right: 12px;
|
|
6743
6750
|
}
|
|
6744
|
-
.
|
|
6751
|
+
.newCloud-goods-preview-container .newCloud-goods-preview-title-num {
|
|
6745
6752
|
font-weight: normal;
|
|
6746
6753
|
color: rgba(0, 0, 0, 0.85);
|
|
6747
6754
|
font-size: 12px;
|
|
6748
6755
|
}
|
|
6749
|
-
.
|
|
6756
|
+
.newCloud-goods-preview-container .newCloud-goods-preview-table-container .newCloud-table-goods {
|
|
6750
6757
|
height: 504px !important;
|
|
6751
6758
|
max-height: 504px;
|
|
6752
6759
|
min-height: 504px;
|
|
6753
6760
|
overflow: auto;
|
|
6754
6761
|
}
|
|
6762
|
+
.newCloud-goods-selector-goods-table-wrap {
|
|
6763
|
+
height: 100%;
|
|
6764
|
+
display: flex;
|
|
6765
|
+
flex-flow: column;
|
|
6766
|
+
flex: 1;
|
|
6767
|
+
}
|
|
6768
|
+
.newCloud-goods-selector-goods-table-wrap .goods-table-batch {
|
|
6769
|
+
margin-top: 12px;
|
|
6770
|
+
line-height: 20px;
|
|
6771
|
+
display: flex;
|
|
6772
|
+
flex-flow: row nowrap;
|
|
6773
|
+
justify-content: space-between;
|
|
6774
|
+
}
|
|
6775
|
+
.newCloud-goods-selector-goods-table-wrap .goods-table-batch .batch-add {
|
|
6776
|
+
float: right;
|
|
6777
|
+
color: #0083ba;
|
|
6778
|
+
cursor: pointer;
|
|
6779
|
+
}
|
|
6780
|
+
.newCloud-goods-selector-goods-table-wrap .goods-table-batch .toggle-all {
|
|
6781
|
+
color: #0083ba;
|
|
6782
|
+
cursor: pointer;
|
|
6783
|
+
margin-left: 20px;
|
|
6784
|
+
vertical-align: 3px;
|
|
6785
|
+
}
|
|
6786
|
+
.newCloud-goods-selector-goods-table-wrap .goods-table-batch .toggle-all {
|
|
6787
|
+
color: #0083ba;
|
|
6788
|
+
cursor: pointer;
|
|
6789
|
+
margin-left: 20px;
|
|
6790
|
+
vertical-align: 3px;
|
|
6791
|
+
}
|
|
6792
|
+
.newCloud-goods-selector-goods-table-wrap .fake-wrapper {
|
|
6793
|
+
flex: 1;
|
|
6794
|
+
padding-bottom: 10px;
|
|
6795
|
+
}
|
|
6796
|
+
.newCloud-goods-selector-goods-table-wrap .newCloud-table-lite-warp {
|
|
6797
|
+
flex-grow: 1;
|
|
6798
|
+
}
|
|
6799
|
+
.newCloud-goods-selector-goods-table-wrap .newCloud-table-lite-warp .newCloud-table-lite-main .cloud-checkbox-inner:after {
|
|
6800
|
+
box-sizing: content-box !important;
|
|
6801
|
+
}
|
|
6802
|
+
.newCloud-goods-selector-goods-table-wrap .newCloud-table-lite-warp .newCloud-table-lite-main tbody tr > td {
|
|
6803
|
+
height: 57px;
|
|
6804
|
+
}
|
|
6805
|
+
.newCloud-goods-selector-goods-table-wrap .goods-selector-shops {
|
|
6806
|
+
display: -webkit-box;
|
|
6807
|
+
-webkit-box-orient: vertical;
|
|
6808
|
+
-webkit-line-clamp: 2;
|
|
6809
|
+
overflow: hidden;
|
|
6810
|
+
}
|
|
6811
|
+
.newCloud-goods-selector-goods-table-wrap .table-goods-details {
|
|
6812
|
+
vertical-align: -3;
|
|
6813
|
+
display: flex;
|
|
6814
|
+
align-items: center;
|
|
6815
|
+
}
|
|
6755
6816
|
.search-input-container {
|
|
6756
6817
|
display: flex;
|
|
6757
6818
|
align-items: center;
|
|
@@ -6770,31 +6831,31 @@ body {
|
|
|
6770
6831
|
border-top-left-radius: 0;
|
|
6771
6832
|
border-bottom-left-radius: 0;
|
|
6772
6833
|
}
|
|
6773
|
-
.
|
|
6834
|
+
.newCloud-goods-selector-goods-modal {
|
|
6774
6835
|
height: 100%;
|
|
6775
6836
|
}
|
|
6776
|
-
.
|
|
6837
|
+
.newCloud-goods-selector-goods-modal .totals-flag {
|
|
6777
6838
|
display: inline-block;
|
|
6778
6839
|
position: absolute;
|
|
6779
6840
|
top: 15px;
|
|
6780
6841
|
left: 61px;
|
|
6781
6842
|
}
|
|
6782
|
-
.
|
|
6843
|
+
.newCloud-goods-selector-goods-modal .totals-flag-tabs {
|
|
6783
6844
|
left: 141px;
|
|
6784
6845
|
}
|
|
6785
|
-
.
|
|
6846
|
+
.newCloud-goods-selector-goods-modal .newCloud-tabs-header-line {
|
|
6786
6847
|
margin-bottom: 16px;
|
|
6787
6848
|
}
|
|
6788
|
-
.
|
|
6849
|
+
.newCloud-goods-selector-goods-modal .newCloud-tabs .newCloud-tab-content {
|
|
6789
6850
|
font-size: 14px;
|
|
6790
6851
|
}
|
|
6791
|
-
.
|
|
6852
|
+
.newCloud-goods-selector-goods-modal .newCloud-tabs-line-horizontal {
|
|
6792
6853
|
padding: 0;
|
|
6793
6854
|
}
|
|
6794
|
-
.
|
|
6855
|
+
.newCloud-goods-selector-goods-modal-tab-panel {
|
|
6795
6856
|
height: 100%;
|
|
6796
6857
|
}
|
|
6797
|
-
.
|
|
6858
|
+
.newCloud-goods-selector-goods-modal-tabs {
|
|
6798
6859
|
display: flex;
|
|
6799
6860
|
flex-flow: column nowrap;
|
|
6800
6861
|
margin-bottom: -20px;
|
|
@@ -6802,94 +6863,39 @@ body {
|
|
|
6802
6863
|
color: #666;
|
|
6803
6864
|
position: relative;
|
|
6804
6865
|
height: 100%;
|
|
6805
|
-
/* 表格基本样式 */
|
|
6806
6866
|
}
|
|
6807
|
-
.
|
|
6867
|
+
.newCloud-goods-selector-goods-modal-tabs-panel {
|
|
6808
6868
|
height: 100%;
|
|
6809
6869
|
height: 670px;
|
|
6810
6870
|
display: flex;
|
|
6811
6871
|
flex-flow: column nowrap;
|
|
6812
6872
|
overflow: auto;
|
|
6813
6873
|
}
|
|
6814
|
-
.
|
|
6815
|
-
font-size: 14px;
|
|
6816
|
-
color: var(--shuyunBlue4);
|
|
6817
|
-
cursor: pointer;
|
|
6818
|
-
text-align: right;
|
|
6819
|
-
margin-bottom: 16px;
|
|
6820
|
-
margin-top: 8px;
|
|
6821
|
-
}
|
|
6822
|
-
.cloud-goods-selector-new-goods-modal-tabs .goods-table-opt span {
|
|
6823
|
-
display: inline-flex;
|
|
6824
|
-
}
|
|
6825
|
-
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap {
|
|
6826
|
-
height: 100%;
|
|
6827
|
-
display: flex;
|
|
6828
|
-
flex-flow: column;
|
|
6829
|
-
flex: 1;
|
|
6830
|
-
}
|
|
6831
|
-
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .goods-table-batch {
|
|
6832
|
-
margin-top: 12px;
|
|
6833
|
-
line-height: 20px;
|
|
6834
|
-
display: flex;
|
|
6835
|
-
flex-flow: row nowrap;
|
|
6836
|
-
justify-content: space-between;
|
|
6837
|
-
}
|
|
6838
|
-
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .goods-table-batch .batch-add {
|
|
6839
|
-
float: right;
|
|
6840
|
-
color: #0083ba;
|
|
6841
|
-
cursor: pointer;
|
|
6842
|
-
}
|
|
6843
|
-
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .goods-table-batch .toggle-all {
|
|
6844
|
-
color: #0083ba;
|
|
6845
|
-
cursor: pointer;
|
|
6846
|
-
margin-left: 20px;
|
|
6847
|
-
vertical-align: 3px;
|
|
6848
|
-
}
|
|
6849
|
-
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .goods-table-batch .toggle-all {
|
|
6850
|
-
color: #0083ba;
|
|
6851
|
-
cursor: pointer;
|
|
6852
|
-
margin-left: 20px;
|
|
6853
|
-
vertical-align: 3px;
|
|
6854
|
-
}
|
|
6855
|
-
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .fake-wrapper {
|
|
6856
|
-
flex: 1;
|
|
6857
|
-
padding-bottom: 10px;
|
|
6858
|
-
}
|
|
6859
|
-
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .newCloud-table-lite-warp {
|
|
6860
|
-
flex-grow: 1;
|
|
6861
|
-
}
|
|
6862
|
-
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .newCloud-table-lite-warp .newCloud-table-lite-main .cloud-checkbox-inner:after {
|
|
6863
|
-
box-sizing: content-box !important;
|
|
6864
|
-
}
|
|
6865
|
-
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .newCloud-table-lite-warp .newCloud-table-lite-main tbody tr > td {
|
|
6866
|
-
height: 57px;
|
|
6867
|
-
}
|
|
6868
|
-
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .goods-selector-shops {
|
|
6869
|
-
display: -webkit-box;
|
|
6870
|
-
-webkit-box-orient: vertical;
|
|
6871
|
-
-webkit-line-clamp: 2;
|
|
6872
|
-
overflow: hidden;
|
|
6873
|
-
}
|
|
6874
|
-
.cloud-goods-selector-new-goods-modal-tabs .cloud-goods-selector-new-goods-table-wrap .table-goods-details {
|
|
6875
|
-
vertical-align: -3;
|
|
6876
|
-
display: flex;
|
|
6877
|
-
align-items: center;
|
|
6878
|
-
}
|
|
6879
|
-
.cloud-goods-selector-new-goods-modal-tabs .newCloud-pagination {
|
|
6874
|
+
.newCloud-goods-selector-goods-modal-tabs .newCloud-pagination {
|
|
6880
6875
|
justify-content: flex-end;
|
|
6881
6876
|
}
|
|
6882
|
-
.
|
|
6877
|
+
.newCloud-goods-selector-goods-modal-tabs .edit-condition .justify-between {
|
|
6883
6878
|
margin: 27px 0 16px 0;
|
|
6884
6879
|
display: flex;
|
|
6885
6880
|
flex-flow: row nowrap;
|
|
6886
6881
|
justify-content: space-between;
|
|
6887
6882
|
align-items: flex-end;
|
|
6888
6883
|
}
|
|
6889
|
-
.
|
|
6884
|
+
.newCloud-goods-selector-goods-modal-tabs .edit-condition .justify-between button {
|
|
6890
6885
|
font-size: 12px;
|
|
6891
6886
|
margin-right: 10px;
|
|
6892
6887
|
}
|
|
6888
|
+
.goods-table-opt {
|
|
6889
|
+
font-size: 14px;
|
|
6890
|
+
color: var(--shuyunBlue4);
|
|
6891
|
+
cursor: pointer;
|
|
6892
|
+
text-align: right;
|
|
6893
|
+
margin-bottom: 16px;
|
|
6894
|
+
margin-top: 8px;
|
|
6895
|
+
}
|
|
6896
|
+
.goods-table-opt span {
|
|
6897
|
+
display: inline-flex;
|
|
6898
|
+
}
|
|
6893
6899
|
.match-key-new {
|
|
6894
6900
|
display: flex;
|
|
6895
6901
|
flex-wrap: wrap;
|
|
@@ -6990,7 +6996,7 @@ body {
|
|
|
6990
6996
|
.condition-widget-match,
|
|
6991
6997
|
.condition-widget-cascade-selector,
|
|
6992
6998
|
.condition-widget-ccascade-selector,
|
|
6993
|
-
.condition-widget-shop-selector
|
|
6999
|
+
.condition-widget-shop-selector {
|
|
6994
7000
|
display: block;
|
|
6995
7001
|
padding: 0px 4px;
|
|
6996
7002
|
height: 32px;
|
|
@@ -7010,7 +7016,7 @@ body {
|
|
|
7010
7016
|
.condition-widget-match:hover,
|
|
7011
7017
|
.condition-widget-cascade-selector:hover,
|
|
7012
7018
|
.condition-widget-ccascade-selector:hover,
|
|
7013
|
-
.condition-widget-shop-selector
|
|
7019
|
+
.condition-widget-shop-selector:hover {
|
|
7014
7020
|
border-color: rgba(0, 0, 0, 0.25);
|
|
7015
7021
|
}
|
|
7016
7022
|
.condition-widget-category:active,
|
|
@@ -7018,7 +7024,7 @@ body {
|
|
|
7018
7024
|
.condition-widget-match:active,
|
|
7019
7025
|
.condition-widget-cascade-selector:active,
|
|
7020
7026
|
.condition-widget-ccascade-selector:active,
|
|
7021
|
-
.condition-widget-shop-selector
|
|
7027
|
+
.condition-widget-shop-selector:active {
|
|
7022
7028
|
border-color: var(--shuyunBlue4);
|
|
7023
7029
|
}
|
|
7024
7030
|
.condition-widget-category .newCloud-tag,
|
|
@@ -7026,26 +7032,26 @@ body {
|
|
|
7026
7032
|
.condition-widget-match .newCloud-tag,
|
|
7027
7033
|
.condition-widget-cascade-selector .newCloud-tag,
|
|
7028
7034
|
.condition-widget-ccascade-selector .newCloud-tag,
|
|
7029
|
-
.condition-widget-shop-selector
|
|
7035
|
+
.condition-widget-shop-selector .newCloud-tag {
|
|
7030
7036
|
margin-right: 2px;
|
|
7031
7037
|
}
|
|
7032
|
-
.
|
|
7038
|
+
.newCloud-goods-selector-selected-tab .justify-between {
|
|
7033
7039
|
display: flex;
|
|
7034
7040
|
flex-flow: row nowrap;
|
|
7035
7041
|
justify-content: space-between;
|
|
7036
7042
|
align-items: flex-end;
|
|
7037
7043
|
margin-bottom: 16px;
|
|
7038
7044
|
}
|
|
7039
|
-
.
|
|
7045
|
+
.newCloud-goods-selector-selected-tab .justify-between .cloud-select {
|
|
7040
7046
|
width: 110px;
|
|
7041
7047
|
}
|
|
7042
|
-
.
|
|
7048
|
+
.newCloud-goods-selector-selected-tab .justify-between .f-szie-12 {
|
|
7043
7049
|
font-size: 12px;
|
|
7044
7050
|
}
|
|
7045
|
-
.
|
|
7051
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-wrap {
|
|
7046
7052
|
position: relative;
|
|
7047
7053
|
}
|
|
7048
|
-
.
|
|
7054
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container {
|
|
7049
7055
|
position: absolute;
|
|
7050
7056
|
left: 0;
|
|
7051
7057
|
top: 28px;
|
|
@@ -7058,12 +7064,12 @@ body {
|
|
|
7058
7064
|
border: 1px solid #DDDEE1;
|
|
7059
7065
|
z-index: 10;
|
|
7060
7066
|
}
|
|
7061
|
-
.
|
|
7067
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container > p {
|
|
7062
7068
|
padding-top: 30px;
|
|
7063
7069
|
text-align: center;
|
|
7064
7070
|
font-size: 12px;
|
|
7065
7071
|
}
|
|
7066
|
-
.
|
|
7072
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container::before {
|
|
7067
7073
|
content: '';
|
|
7068
7074
|
display: inline-block;
|
|
7069
7075
|
width: 0;
|
|
@@ -7074,10 +7080,10 @@ body {
|
|
|
7074
7080
|
top: -13px;
|
|
7075
7081
|
left: 10px;
|
|
7076
7082
|
}
|
|
7077
|
-
.
|
|
7083
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container dl {
|
|
7078
7084
|
margin: 0;
|
|
7079
7085
|
}
|
|
7080
|
-
.
|
|
7086
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container dt {
|
|
7081
7087
|
padding-left: 10px;
|
|
7082
7088
|
line-height: 30px;
|
|
7083
7089
|
color: #3D3D3D;
|
|
@@ -7085,79 +7091,79 @@ body {
|
|
|
7085
7091
|
font-size: 12px;
|
|
7086
7092
|
border-bottom: 1px solid #EEEEEE;
|
|
7087
7093
|
}
|
|
7088
|
-
.
|
|
7094
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container dd {
|
|
7089
7095
|
color: #3D3D3D;
|
|
7090
7096
|
padding: 10px;
|
|
7091
7097
|
margin: 0;
|
|
7092
7098
|
cursor: pointer;
|
|
7093
7099
|
}
|
|
7094
|
-
.
|
|
7100
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container .scroll-container dd {
|
|
7095
7101
|
display: flex;
|
|
7096
7102
|
align-items: center;
|
|
7097
7103
|
justify-content: space-between;
|
|
7098
7104
|
}
|
|
7099
|
-
.
|
|
7105
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container .scroll-container dd p {
|
|
7100
7106
|
width: calc(100% - 34px);
|
|
7101
7107
|
overflow: hidden;
|
|
7102
7108
|
text-overflow: ellipsis;
|
|
7103
7109
|
white-space: nowrap;
|
|
7104
7110
|
}
|
|
7105
|
-
.
|
|
7111
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container .scroll-container dd:hover {
|
|
7106
7112
|
background-color: #F5F5F5;
|
|
7107
7113
|
}
|
|
7108
|
-
.
|
|
7114
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container .scroll-container dd:hover .pop-wrap {
|
|
7109
7115
|
opacity: 1;
|
|
7110
7116
|
}
|
|
7111
|
-
.
|
|
7117
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container .scroll-container .pop-wrap {
|
|
7112
7118
|
display: flex;
|
|
7113
7119
|
align-items: center;
|
|
7114
7120
|
justify-content: space-between;
|
|
7115
7121
|
width: 30px;
|
|
7116
7122
|
opacity: 0;
|
|
7117
7123
|
}
|
|
7118
|
-
.
|
|
7124
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container .scroll-container .pop-wrap > * {
|
|
7119
7125
|
font-size: 12px;
|
|
7120
7126
|
color: #666;
|
|
7121
7127
|
}
|
|
7122
|
-
.
|
|
7128
|
+
.newCloud-goods-selector-selected-tab .justify-between .history-list-container .scroll-container .pop-wrap > *:hover {
|
|
7123
7129
|
color: #222;
|
|
7124
7130
|
}
|
|
7125
|
-
.
|
|
7131
|
+
.newCloud-goods-selector-selected-tab .justify-between .remove-box {
|
|
7126
7132
|
color: var(--shuyunBlue4);
|
|
7127
7133
|
font-size: 14px;
|
|
7128
7134
|
display: flex;
|
|
7129
7135
|
align-items: center;
|
|
7130
7136
|
}
|
|
7131
|
-
.
|
|
7137
|
+
.newCloud-goods-selector-selected-tab .justify-between .remove-box span {
|
|
7132
7138
|
display: inline-block;
|
|
7133
7139
|
margin-right: 16px;
|
|
7134
7140
|
line-height: 30px;
|
|
7135
7141
|
cursor: pointer;
|
|
7136
7142
|
}
|
|
7137
|
-
.
|
|
7143
|
+
.newCloud-goods-selector-selected-tab .justify-between .remove-box span:hover {
|
|
7138
7144
|
color: var(--shuyunBlue4);
|
|
7139
7145
|
}
|
|
7140
|
-
.
|
|
7146
|
+
.newCloud-goods-selector-selected-tab .query-list-wrap {
|
|
7141
7147
|
margin: 10px 0;
|
|
7142
7148
|
}
|
|
7143
|
-
.
|
|
7149
|
+
.newCloud-goods-selector-selected-tab .query-list-wrap .conditions-details {
|
|
7144
7150
|
background-color: #fff;
|
|
7145
7151
|
padding: 10px 5px;
|
|
7146
7152
|
margin-bottom: 20px;
|
|
7147
7153
|
margin-top: 15px;
|
|
7148
7154
|
}
|
|
7149
|
-
.
|
|
7155
|
+
.newCloud-goods-selector-selected-tab .query-list-wrap .conditions-details .none-box {
|
|
7150
7156
|
text-align: center;
|
|
7151
7157
|
color: #999;
|
|
7152
7158
|
font-size: 14px;
|
|
7153
7159
|
}
|
|
7154
|
-
.
|
|
7160
|
+
.newCloud-goods-selector-selected-tab .query-list-wrap .conditions-details .none-box i {
|
|
7155
7161
|
font-size: 44px;
|
|
7156
7162
|
vertical-align: middle;
|
|
7157
7163
|
margin-right: 12px;
|
|
7158
7164
|
color: #ddd;
|
|
7159
7165
|
}
|
|
7160
|
-
.
|
|
7166
|
+
.newCloud-goods-selector-selected-tab .query-list-wrap .conditions-details li {
|
|
7161
7167
|
height: 40px;
|
|
7162
7168
|
border-bottom: 1px solid #EEEEEE;
|
|
7163
7169
|
line-height: 40px;
|
|
@@ -7166,17 +7172,17 @@ body {
|
|
|
7166
7172
|
font-size: 12px;
|
|
7167
7173
|
display: flex;
|
|
7168
7174
|
}
|
|
7169
|
-
.
|
|
7175
|
+
.newCloud-goods-selector-selected-tab .query-list-wrap .conditions-details li:last-child {
|
|
7170
7176
|
border-bottom: none;
|
|
7171
7177
|
}
|
|
7172
|
-
.
|
|
7178
|
+
.newCloud-goods-selector-selected-tab .query-list-wrap .conditions-details li p {
|
|
7173
7179
|
flex: 1;
|
|
7174
7180
|
padding-right: 8px;
|
|
7175
7181
|
overflow: hidden;
|
|
7176
7182
|
text-overflow: ellipsis;
|
|
7177
7183
|
white-space: nowrap;
|
|
7178
7184
|
}
|
|
7179
|
-
.
|
|
7185
|
+
.newCloud-goods-selector-selected-tab .query-list-wrap .conditions-details li span {
|
|
7180
7186
|
font-size: 12px;
|
|
7181
7187
|
color: #0083BA;
|
|
7182
7188
|
cursor: pointer;
|
|
@@ -7196,11 +7202,11 @@ body {
|
|
|
7196
7202
|
.batch-add-content .batch-add-text {
|
|
7197
7203
|
font-family: Microsoft YaHei, sans-serif;
|
|
7198
7204
|
}
|
|
7199
|
-
.
|
|
7205
|
+
.newCloud-goods-selector-create-condition {
|
|
7200
7206
|
width: 100%;
|
|
7201
7207
|
margin: 0 auto;
|
|
7202
7208
|
}
|
|
7203
|
-
.
|
|
7209
|
+
.newCloud-goods-selector-create-condition ul {
|
|
7204
7210
|
background: #ecf8fc;
|
|
7205
7211
|
border: 1px solid #d2eeff;
|
|
7206
7212
|
padding: 5px 11px;
|
|
@@ -7210,7 +7216,7 @@ body {
|
|
|
7210
7216
|
color: #666;
|
|
7211
7217
|
margin-bottom: 20px;
|
|
7212
7218
|
}
|
|
7213
|
-
.
|
|
7219
|
+
.newCloud-goods-selector-create-condition .input-info {
|
|
7214
7220
|
display: flex;
|
|
7215
7221
|
align-content: center;
|
|
7216
7222
|
font-size: 14px;
|
|
@@ -7219,11 +7225,11 @@ body {
|
|
|
7219
7225
|
margin-bottom: 16px;
|
|
7220
7226
|
margin-top: 16px;
|
|
7221
7227
|
}
|
|
7222
|
-
.
|
|
7228
|
+
.newCloud-goods-selector-create-condition .input-info p {
|
|
7223
7229
|
width: 98px;
|
|
7224
7230
|
text-align: right;
|
|
7225
7231
|
}
|
|
7226
|
-
.
|
|
7232
|
+
.newCloud-goods-selector-create-condition .input-info span {
|
|
7227
7233
|
color: rgba(0, 0, 0, 0.85);
|
|
7228
7234
|
}
|
|
7229
7235
|
.goods-error {
|
|
@@ -7458,19 +7464,19 @@ body {
|
|
|
7458
7464
|
--shuyunBlue6: #123B75;
|
|
7459
7465
|
--shuyunBlue7: #172D4D;
|
|
7460
7466
|
}
|
|
7461
|
-
.
|
|
7467
|
+
.newCloud-goods-selector-goods-form {
|
|
7462
7468
|
display: flex;
|
|
7463
7469
|
flex-flow: row wrap;
|
|
7464
7470
|
align-content: flex-start;
|
|
7465
7471
|
align-items: center;
|
|
7466
7472
|
}
|
|
7467
|
-
.
|
|
7473
|
+
.newCloud-goods-selector-goods-form .search-toggle {
|
|
7468
7474
|
margin-left: 20px;
|
|
7469
7475
|
font-size: 14px;
|
|
7470
7476
|
color: var(--shuyunBlue4);
|
|
7471
7477
|
cursor: pointer;
|
|
7472
7478
|
}
|
|
7473
|
-
.
|
|
7479
|
+
.newCloud-goods-selector-goods-form .goods-form-item {
|
|
7474
7480
|
padding-bottom: 16px;
|
|
7475
7481
|
display: flex;
|
|
7476
7482
|
justify-content: flex-start;
|
|
@@ -7478,17 +7484,17 @@ body {
|
|
|
7478
7484
|
align-items: center;
|
|
7479
7485
|
color: rgba(0, 0, 0, 0.65);
|
|
7480
7486
|
}
|
|
7481
|
-
.
|
|
7487
|
+
.newCloud-goods-selector-goods-form .goods-form-item .newCloud-select {
|
|
7482
7488
|
width: 190px;
|
|
7483
7489
|
}
|
|
7484
|
-
.
|
|
7490
|
+
.newCloud-goods-selector-goods-form .goods-form-item .select {
|
|
7485
7491
|
width: 190px;
|
|
7486
7492
|
}
|
|
7487
|
-
.
|
|
7493
|
+
.newCloud-goods-selector-goods-form .goods-form-item .select-wrapper {
|
|
7488
7494
|
line-height: 18px;
|
|
7489
7495
|
background-color: #fff;
|
|
7490
7496
|
}
|
|
7491
|
-
.
|
|
7497
|
+
.newCloud-goods-selector-goods-form .goods-form-item .goods-form-item-label {
|
|
7492
7498
|
font-size: 14px;
|
|
7493
7499
|
display: inline-block;
|
|
7494
7500
|
width: 100px;
|
|
@@ -7498,62 +7504,62 @@ body {
|
|
|
7498
7504
|
white-space: nowrap;
|
|
7499
7505
|
text-align: right;
|
|
7500
7506
|
}
|
|
7501
|
-
.
|
|
7507
|
+
.newCloud-goods-selector-goods-form .goods-form-item .goods-form-item-input {
|
|
7502
7508
|
width: 190px;
|
|
7503
7509
|
}
|
|
7504
|
-
.
|
|
7510
|
+
.newCloud-goods-selector-goods-form .goods-form-item .goods-form-item-input.input-error {
|
|
7505
7511
|
border: 1px solid #f00;
|
|
7506
7512
|
}
|
|
7507
|
-
.
|
|
7513
|
+
.newCloud-goods-selector-goods-form .goods-form-item .goods-form-item-range {
|
|
7508
7514
|
height: 32px;
|
|
7509
7515
|
width: 88px;
|
|
7510
7516
|
}
|
|
7511
|
-
.
|
|
7517
|
+
.newCloud-goods-selector-goods-form .goods-form-item .newCloud-select {
|
|
7512
7518
|
min-width: 60px !important;
|
|
7513
7519
|
}
|
|
7514
|
-
.
|
|
7520
|
+
.newCloud-goods-selector-goods-form .goods-form-item .newCloud-select-select-options {
|
|
7515
7521
|
min-width: 60px !important;
|
|
7516
7522
|
}
|
|
7517
|
-
.
|
|
7523
|
+
.newCloud-goods-selector-goods-form .goods-form-item .cloud-select-select-options {
|
|
7518
7524
|
width: 150px;
|
|
7519
7525
|
}
|
|
7520
|
-
.
|
|
7526
|
+
.newCloud-goods-selector-goods-form .goods-form-item .goods-form-item-dropdown {
|
|
7521
7527
|
background: #fff;
|
|
7522
7528
|
}
|
|
7523
|
-
.
|
|
7529
|
+
.newCloud-goods-selector-goods-form .goods-form-item .online-time {
|
|
7524
7530
|
font-size: 14px;
|
|
7525
7531
|
}
|
|
7526
|
-
.
|
|
7532
|
+
.newCloud-goods-selector-goods-form .goods-form-item .online-time .newCloud-datepicker-inp {
|
|
7527
7533
|
width: 141px !important;
|
|
7528
7534
|
}
|
|
7529
|
-
.
|
|
7535
|
+
.newCloud-goods-selector-goods-form .goods-form-item .online-time .newCloud-picker-input > input:focus {
|
|
7530
7536
|
border: none !important;
|
|
7531
7537
|
}
|
|
7532
|
-
.
|
|
7538
|
+
.newCloud-goods-selector-goods-form .goods-form-item .outer-id-string {
|
|
7533
7539
|
font-size: 14px;
|
|
7534
7540
|
}
|
|
7535
|
-
.
|
|
7541
|
+
.newCloud-goods-selector-goods-form .goods-form-item .not-online-time .newCloud-datepicker-inp {
|
|
7536
7542
|
width: 194px !important;
|
|
7537
7543
|
}
|
|
7538
|
-
.
|
|
7544
|
+
.newCloud-goods-selector-goods-form .goods-form-item .input-group.input-affix {
|
|
7539
7545
|
width: 150px;
|
|
7540
7546
|
overflow: hidden;
|
|
7541
7547
|
}
|
|
7542
|
-
.
|
|
7548
|
+
.newCloud-goods-selector-goods-form .goods-form-item .goods-form-outerid {
|
|
7543
7549
|
margin-right: 12px;
|
|
7544
7550
|
}
|
|
7545
|
-
.
|
|
7551
|
+
.newCloud-goods-selector-goods-form .operator-area {
|
|
7546
7552
|
box-sizing: border-box;
|
|
7547
7553
|
display: flex;
|
|
7548
7554
|
justify-content: flex-start;
|
|
7549
7555
|
align-items: center;
|
|
7550
7556
|
padding-bottom: 16px;
|
|
7551
7557
|
}
|
|
7552
|
-
.
|
|
7558
|
+
.newCloud-goods-selector-goods-form .operator-area .search-mode {
|
|
7553
7559
|
cursor: pointer;
|
|
7554
7560
|
color: #0083ba;
|
|
7555
7561
|
}
|
|
7556
|
-
.
|
|
7562
|
+
.newCloud-goods-selector-goods-form .operator-area .search-reset {
|
|
7557
7563
|
margin-left: 20px;
|
|
7558
7564
|
font-size: 14px;
|
|
7559
7565
|
color: var(--shuyunBlue4);
|
|
@@ -7562,7 +7568,7 @@ body {
|
|
|
7562
7568
|
.goods-item-date-range {
|
|
7563
7569
|
z-index: 99999999999;
|
|
7564
7570
|
}
|
|
7565
|
-
.add-condition
|
|
7571
|
+
.add-condition .default-flag {
|
|
7566
7572
|
width: 30px;
|
|
7567
7573
|
height: 16px;
|
|
7568
7574
|
display: inline-block;
|
|
@@ -7574,39 +7580,39 @@ body {
|
|
|
7574
7580
|
border-radius: 1px;
|
|
7575
7581
|
transform: scale(0.7);
|
|
7576
7582
|
}
|
|
7577
|
-
.add-condition
|
|
7583
|
+
.add-condition .add-condition-btn {
|
|
7578
7584
|
margin-top: 16px;
|
|
7579
7585
|
color: var(--shuyunBlue4);
|
|
7580
7586
|
cursor: pointer;
|
|
7581
7587
|
}
|
|
7582
|
-
.add-condition
|
|
7588
|
+
.add-condition .add-condition-btn > span {
|
|
7583
7589
|
margin-right: 6px;
|
|
7584
7590
|
}
|
|
7585
|
-
.add-condition
|
|
7591
|
+
.add-condition .isnotdefault-flag {
|
|
7586
7592
|
width: 30px;
|
|
7587
7593
|
height: 16px;
|
|
7588
7594
|
display: inline-block;
|
|
7589
7595
|
}
|
|
7590
|
-
.add-condition
|
|
7596
|
+
.add-condition .cloud-tree-select {
|
|
7591
7597
|
max-width: 380px;
|
|
7592
7598
|
width: 380px;
|
|
7593
7599
|
display: inline-block;
|
|
7594
7600
|
}
|
|
7595
|
-
.add-condition
|
|
7601
|
+
.add-condition .cloud-tree-select-options {
|
|
7596
7602
|
max-width: 380px;
|
|
7597
7603
|
width: 380px;
|
|
7598
7604
|
}
|
|
7599
|
-
.add-condition
|
|
7605
|
+
.add-condition .condition-tip {
|
|
7600
7606
|
font-size: 12px;
|
|
7601
7607
|
color: #999;
|
|
7602
7608
|
}
|
|
7603
|
-
.add-condition
|
|
7609
|
+
.add-condition .opr-btn {
|
|
7604
7610
|
margin-left: 10px;
|
|
7605
7611
|
font-size: 12px;
|
|
7606
7612
|
color: #0083ba;
|
|
7607
7613
|
cursor: pointer;
|
|
7608
7614
|
}
|
|
7609
|
-
.add-condition
|
|
7615
|
+
.add-condition .common-btn {
|
|
7610
7616
|
width: 12px;
|
|
7611
7617
|
height: 12px;
|
|
7612
7618
|
display: inline-block;
|
|
@@ -7619,7 +7625,7 @@ body {
|
|
|
7619
7625
|
line-height: 10px;
|
|
7620
7626
|
font-size: 12px !important;
|
|
7621
7627
|
}
|
|
7622
|
-
.add-condition-icon
|
|
7628
|
+
.add-condition-icon {
|
|
7623
7629
|
display: inline-flex;
|
|
7624
7630
|
justify-content: center;
|
|
7625
7631
|
margin-right: 3px;
|