cloud-business 0.1.82-9 → 0.1.83-1
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 +37 -17
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -16710,7 +16710,15 @@ body {
|
|
|
16710
16710
|
justify-content: flex-end;
|
|
16711
16711
|
}
|
|
16712
16712
|
.super-sms-select-model > .supper-sms-select-query i {
|
|
16713
|
-
color:
|
|
16713
|
+
color: rgba(0, 0, 0, 0.25);
|
|
16714
|
+
cursor: pointer;
|
|
16715
|
+
}
|
|
16716
|
+
.super-sms-select-model-modal footer {
|
|
16717
|
+
justify-content: flex-start;
|
|
16718
|
+
flex-direction: row-reverse;
|
|
16719
|
+
}
|
|
16720
|
+
.super-sms-select-model-modal footer > button {
|
|
16721
|
+
margin-left: 16px;
|
|
16714
16722
|
}
|
|
16715
16723
|
|
|
16716
16724
|
.dy-sms-test-account {
|
|
@@ -16724,6 +16732,9 @@ body {
|
|
|
16724
16732
|
height: 30px;
|
|
16725
16733
|
position: relative;
|
|
16726
16734
|
}
|
|
16735
|
+
.dy-sms-test-account > .dy-sms-input-wrapper input:focus {
|
|
16736
|
+
border: 1px solid var(--shuyunBlue4) !important;
|
|
16737
|
+
}
|
|
16727
16738
|
.dy-sms-test-account > .dy-sms-input-wrapper .error-minor-tooltip {
|
|
16728
16739
|
display: block;
|
|
16729
16740
|
position: absolute;
|
|
@@ -16754,14 +16765,15 @@ body {
|
|
|
16754
16765
|
}
|
|
16755
16766
|
|
|
16756
16767
|
.supper-sms-preview {
|
|
16757
|
-
width:
|
|
16758
|
-
height:
|
|
16768
|
+
width: 256px;
|
|
16769
|
+
height: 496px;
|
|
16759
16770
|
background: #fff;
|
|
16760
|
-
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
|
|
16761
16771
|
border: 1px solid #e8e8e8;
|
|
16772
|
+
border-radius: 20px;
|
|
16773
|
+
overflow: hidden;
|
|
16762
16774
|
}
|
|
16763
16775
|
.supper-sms-preview > section > header {
|
|
16764
|
-
height:
|
|
16776
|
+
height: 20px;
|
|
16765
16777
|
background-color: #fff;
|
|
16766
16778
|
display: flex;
|
|
16767
16779
|
align-items: center;
|
|
@@ -16769,15 +16781,15 @@ body {
|
|
|
16769
16781
|
}
|
|
16770
16782
|
.supper-sms-preview > section > header > div {
|
|
16771
16783
|
width: 84px;
|
|
16772
|
-
height:
|
|
16784
|
+
height: 4px;
|
|
16773
16785
|
background: #e8e8e8;
|
|
16774
16786
|
border-radius: 4px;
|
|
16775
16787
|
}
|
|
16776
16788
|
.supper-sms-preview > section > div {
|
|
16777
16789
|
position: relative;
|
|
16778
|
-
height:
|
|
16779
|
-
line-height:
|
|
16780
|
-
font-size:
|
|
16790
|
+
height: 30px;
|
|
16791
|
+
line-height: 30px;
|
|
16792
|
+
font-size: 14px;
|
|
16781
16793
|
text-align: center;
|
|
16782
16794
|
color: rgba(0, 0, 0, 0.85);
|
|
16783
16795
|
background-color: #fff;
|
|
@@ -16790,18 +16802,20 @@ body {
|
|
|
16790
16802
|
color: rgba(0, 0, 0, 0.45);
|
|
16791
16803
|
}
|
|
16792
16804
|
.supper-sms-preview > div {
|
|
16793
|
-
height:
|
|
16805
|
+
height: 428px;
|
|
16794
16806
|
overflow-y: auto;
|
|
16807
|
+
padding: 8px;
|
|
16808
|
+
box-sizing: border-box;
|
|
16795
16809
|
}
|
|
16796
16810
|
.supper-sms-preview > div .super-sms-component-item {
|
|
16797
16811
|
height: auto;
|
|
16798
|
-
margin:
|
|
16812
|
+
margin-bottom: 12px;
|
|
16799
16813
|
padding: 10px;
|
|
16800
|
-
font-size:
|
|
16801
|
-
line-height:
|
|
16814
|
+
font-size: 12px;
|
|
16815
|
+
line-height: 18px;
|
|
16802
16816
|
background-color: #e5e6ea;
|
|
16803
16817
|
word-break: break-all;
|
|
16804
|
-
border-radius:
|
|
16818
|
+
border-radius: 5px;
|
|
16805
16819
|
display: flex;
|
|
16806
16820
|
flex-direction: column;
|
|
16807
16821
|
align-items: center;
|
|
@@ -16868,7 +16882,7 @@ body {
|
|
|
16868
16882
|
margin-right: 10px;
|
|
16869
16883
|
}
|
|
16870
16884
|
.super-sms-content .extra-tip {
|
|
16871
|
-
color:
|
|
16885
|
+
color: rgba(0, 0, 0, 0.45);
|
|
16872
16886
|
margin-left: 12px;
|
|
16873
16887
|
line-height: 30px;
|
|
16874
16888
|
}
|
|
@@ -16879,8 +16893,14 @@ body {
|
|
|
16879
16893
|
display: inline-block;
|
|
16880
16894
|
}
|
|
16881
16895
|
.super-sms-content .super-sms-test-label i {
|
|
16882
|
-
color:
|
|
16883
|
-
|
|
16896
|
+
color: rgba(0, 0, 0, 0.25);
|
|
16897
|
+
font-size: 16px;
|
|
16898
|
+
vertical-align: bottom;
|
|
16899
|
+
margin-left: 4px;
|
|
16900
|
+
}
|
|
16901
|
+
.super-sms-selector-footer {
|
|
16902
|
+
display: flex;
|
|
16903
|
+
flex-direction: row-reverse;
|
|
16884
16904
|
}
|
|
16885
16905
|
|
|
16886
16906
|
body {
|