cloud-business 0.1.115 → 0.1.116

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.
@@ -1791,7 +1791,7 @@ input::-webkit-search-cancel-button {
1791
1791
  color: rgba(0, 0, 0, 0.45);
1792
1792
  }
1793
1793
  .newCloud-ccascader-menu-item-keyword {
1794
- color: var(--shuyunBlue3);
1794
+ color: var(--shuyunBlue4);
1795
1795
  }
1796
1796
  .newCloud-ccascader-disabled,
1797
1797
  .newCloud-ccascader-disabled input {
@@ -4450,7 +4450,7 @@ input::-webkit-search-cancel-button {
4450
4450
  .newCloud-input-addon {
4451
4451
  position: relative;
4452
4452
  padding: 0 8px;
4453
- color: #666;
4453
+ color: rgba(0, 0, 0, 0.65);
4454
4454
  font-size: 14px;
4455
4455
  line-height: 1;
4456
4456
  text-align: center;
@@ -5066,7 +5066,8 @@ input::-webkit-search-cancel-button {
5066
5066
  }
5067
5067
  .newCloud-pagination ul {
5068
5068
  display: flex;
5069
- padding-inline-start: 0;
5069
+ -webkit-padding-start: 0;
5070
+ padding-inline-start: 0;
5070
5071
  }
5071
5072
  .newCloud-pagination ul li {
5072
5073
  min-width: 32px;
@@ -7692,6 +7693,46 @@ input::-webkit-search-cancel-button {
7692
7693
  .newCloud-input-number .newCloud-input-number-input::placeholder {
7693
7694
  color: rgba(0, 0, 0, 0.25);
7694
7695
  }
7696
+ .newCloud-input-number-add-on-container {
7697
+ display: flex;
7698
+ align-items: center;
7699
+ }
7700
+ .newCloud-input-number-add-on-container .add-on {
7701
+ padding: 0 12px;
7702
+ color: rgba(0, 0, 0, 0.65);
7703
+ font-size: 14px;
7704
+ text-align: center;
7705
+ background-color: #fafafa;
7706
+ border: 1px solid #e8e8e8;
7707
+ height: 32px;
7708
+ line-height: 30px;
7709
+ box-sizing: border-box;
7710
+ }
7711
+ .newCloud-input-number-add-on-container .newCloud-input-number {
7712
+ width: 100%;
7713
+ }
7714
+ .newCloud-input-number-add-on-container.newCloud-input-number-add-before .add-on {
7715
+ border-right: none;
7716
+ border-radius: 2px 0 0 2px;
7717
+ }
7718
+ .newCloud-input-number-add-on-container.newCloud-input-number-add-before .newCloud-input-number {
7719
+ border-radius: 0 2px 2px 0;
7720
+ }
7721
+ .newCloud-input-number-add-on-container.newCloud-input-number-add-after .add-on {
7722
+ border-left: none;
7723
+ border-radius: 0 2px 2px 0;
7724
+ }
7725
+ .newCloud-input-number-add-on-container.newCloud-input-number-add-after .newCloud-input-number {
7726
+ border-radius: 2px 0 0 2px;
7727
+ }
7728
+ .newCloud-input-number-add-on-container.small .add-on {
7729
+ height: 28px;
7730
+ line-height: 26px;
7731
+ }
7732
+ .newCloud-input-number-add-on-container.large .add-on {
7733
+ height: 36px;
7734
+ line-height: 34px;
7735
+ }
7695
7736
 
7696
7737
  /* 不要在此引入normalize.less及其他放置公用无需编译的css */
7697
7738
  /* 不要在此引入animation.less及其他放置公用无需编译的css */
@@ -8287,8 +8328,6 @@ input::-webkit-search-cancel-button {
8287
8328
  overflow: auto;
8288
8329
  box-sizing: border-box;
8289
8330
  font-size: 14px;
8290
- scrollbar-width: thin;
8291
- scrollbar-color: #d9d9d9 #f5f5f5;
8292
8331
  }
8293
8332
  .newCloud-modal-body::-webkit-scrollbar {
8294
8333
  width: 8px;
@@ -8401,6 +8440,163 @@ input::-webkit-search-cancel-button {
8401
8440
  pointer-events: none;
8402
8441
  }
8403
8442
 
8443
+ /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8444
+ /* 不要在此引入animation.less及其他放置公用无需编译的css */
8445
+ .newCloud-notification {
8446
+ display: flex;
8447
+ align-items: baseline;
8448
+ gap: 9px;
8449
+ padding: 20px;
8450
+ background: #FFFFFF;
8451
+ box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.3);
8452
+ border-radius: 12px;
8453
+ }
8454
+ .newCloud-notification.small {
8455
+ border-radius: 3px;
8456
+ }
8457
+ .newCloud-notification.middle {
8458
+ border-radius: 6px;
8459
+ }
8460
+ .newCloud-notification.light-theme {
8461
+ color: white;
8462
+ }
8463
+ .newCloud-notification.light-theme .info-icon {
8464
+ color: white!important;
8465
+ }
8466
+ .newCloud-notification.light-theme header,
8467
+ .newCloud-notification.light-theme main,
8468
+ .newCloud-notification.light-theme header i.close-icon {
8469
+ color: white;
8470
+ }
8471
+ .newCloud-notification-content {
8472
+ flex: 1;
8473
+ }
8474
+ .newCloud-notification .info-icon {
8475
+ position: relative;
8476
+ top: 2px;
8477
+ font-size: 20px;
8478
+ }
8479
+ .newCloud-notification .info-icon.info {
8480
+ color: #496BF5;
8481
+ }
8482
+ .newCloud-notification .info-icon.success {
8483
+ color: #21BA45;
8484
+ }
8485
+ .newCloud-notification .info-icon.fail {
8486
+ color: #E74949;
8487
+ }
8488
+ .newCloud-notification .info-icon.warn {
8489
+ color: #FD830A;
8490
+ }
8491
+ .newCloud-notification header {
8492
+ display: flex;
8493
+ align-items: center;
8494
+ justify-content: space-between;
8495
+ height: 24px;
8496
+ line-height: 24px;
8497
+ font-size: 16px;
8498
+ font-weight: 500;
8499
+ color: rgba(0, 0, 0, 0.85);
8500
+ margin-bottom: 8px;
8501
+ }
8502
+ .newCloud-notification header i.close-icon {
8503
+ font-size: 16px;
8504
+ color: #D8D8D8;
8505
+ cursor: pointer;
8506
+ }
8507
+ .newCloud-notification main {
8508
+ line-height: 20px;
8509
+ font-size: 14px;
8510
+ font-weight: 400;
8511
+ color: rgba(0, 0, 0, 0.65);
8512
+ overflow: hidden;
8513
+ text-overflow: ellipsis;
8514
+ display: -webkit-box;
8515
+ -webkit-line-clamp: 3;
8516
+ -webkit-box-orient: vertical;
8517
+ }
8518
+ .newCloud-notification footer {
8519
+ display: flex;
8520
+ align-items: center;
8521
+ flex-direction: row-reverse;
8522
+ gap: 16px;
8523
+ margin-top: 20px;
8524
+ }
8525
+
8526
+ /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8527
+ /* 不要在此引入animation.less及其他放置公用无需编译的css */
8528
+ .newCloud-notification-container {
8529
+ z-index: 1100;
8530
+ position: fixed;
8531
+ }
8532
+ .newCloud-notification-container .newCloud-notification-wrapper {
8533
+ position: absolute;
8534
+ width: 360px;
8535
+ transition: all 300ms;
8536
+ margin-bottom: 20px;
8537
+ }
8538
+ .newCloud-notification-container .newCloud-notification-wrapper.fade-out {
8539
+ opacity: 0;
8540
+ }
8541
+ .newCloud-notification-container.top-left {
8542
+ top: 20px;
8543
+ }
8544
+ .newCloud-notification-container.top-left .newCloud-notification-wrapper {
8545
+ left: -360px;
8546
+ }
8547
+ .newCloud-notification-container.top-left .newCloud-notification-wrapper.fade-in {
8548
+ left: 20px;
8549
+ }
8550
+ .newCloud-notification-container.top-right {
8551
+ top: 20px;
8552
+ right: 0;
8553
+ }
8554
+ .newCloud-notification-container.top-right .newCloud-notification-wrapper {
8555
+ right: -360px;
8556
+ }
8557
+ .newCloud-notification-container.top-right .newCloud-notification-wrapper.fade-in {
8558
+ right: 20px;
8559
+ }
8560
+ .newCloud-notification-container.bottom-left {
8561
+ bottom: 114px;
8562
+ }
8563
+ .newCloud-notification-container.bottom-left .newCloud-notification-wrapper {
8564
+ left: -360px;
8565
+ }
8566
+ .newCloud-notification-container.bottom-left .newCloud-notification-wrapper.fade-in {
8567
+ left: 20px;
8568
+ }
8569
+ .newCloud-notification-container.bottom-right {
8570
+ bottom: 114px;
8571
+ right: 20px;
8572
+ }
8573
+ .newCloud-notification-container.bottom-right .newCloud-notification-wrapper {
8574
+ right: -360px;
8575
+ }
8576
+ .newCloud-notification-container.bottom-right .newCloud-notification-wrapper.fade-in {
8577
+ right: 0;
8578
+ }
8579
+ .newCloud-notification-container.top {
8580
+ top: 20px;
8581
+ left: calc(50% - 360px / 2);
8582
+ }
8583
+ .newCloud-notification-container.top .newCloud-notification-wrapper {
8584
+ top: -114px;
8585
+ }
8586
+ .newCloud-notification-container.top .newCloud-notification-wrapper.fade-in {
8587
+ top: 0!important;
8588
+ }
8589
+ .newCloud-notification-container.bottom {
8590
+ bottom: 0;
8591
+ left: calc(50% - 360px / 2);
8592
+ }
8593
+ .newCloud-notification-container.bottom .newCloud-notification-wrapper {
8594
+ bottom: -114px;
8595
+ }
8596
+ .newCloud-notification-container.bottom .newCloud-notification-wrapper.fade-in {
8597
+ bottom: 0!important;
8598
+ }
8599
+
8404
8600
  /* 不要在此引入normalize.less及其他放置公用无需编译的css */
8405
8601
  /* 不要在此引入animation.less及其他放置公用无需编译的css */
8406
8602
  .newCloud-breadcrumbs {
@@ -10770,7 +10966,6 @@ body {
10770
10966
  }
10771
10967
  .cloud-goods-selector-pro .goods-table-wrap .cloud-table-lite-warp {
10772
10968
  flex-grow: 1;
10773
- scrollbar-width: thin;
10774
10969
  }
10775
10970
  .cloud-goods-selector-pro .goods-table-wrap .cloud-table-lite-warp .cloud-table-lite-main .cloud-checkbox-inner:after {
10776
10971
  box-sizing: content-box !important;
@@ -17989,7 +18184,6 @@ body {
17989
18184
  }
17990
18185
  .cloud-goods-selector-pro-new .newCloud-goods-table-wrap .newCloud-table-lite-warp {
17991
18186
  flex-grow: 1;
17992
- scrollbar-width: thin;
17993
18187
  }
17994
18188
  .cloud-goods-selector-pro-new .newCloud-goods-table-wrap .newCloud-table-lite-warp .newCloud-table-lite-main .cloud-checkbox-inner:after {
17995
18189
  box-sizing: content-box !important;