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