cloud-business 0.1.82-7 → 0.1.82-9
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 +14 -3
- 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
|
@@ -16709,6 +16709,9 @@ body {
|
|
|
16709
16709
|
display: flex;
|
|
16710
16710
|
justify-content: flex-end;
|
|
16711
16711
|
}
|
|
16712
|
+
.super-sms-select-model > .supper-sms-select-query i {
|
|
16713
|
+
color: #000000;
|
|
16714
|
+
}
|
|
16712
16715
|
|
|
16713
16716
|
.dy-sms-test-account {
|
|
16714
16717
|
background-color: #fff;
|
|
@@ -16829,10 +16832,12 @@ body {
|
|
|
16829
16832
|
margin-bottom: 15px;
|
|
16830
16833
|
position: relative;
|
|
16831
16834
|
box-sizing: content-box;
|
|
16835
|
+
padding-left: 30px;
|
|
16832
16836
|
}
|
|
16833
16837
|
.super-sms-tip p {
|
|
16834
16838
|
margin: 0;
|
|
16835
16839
|
line-height: 20px;
|
|
16840
|
+
text-indent: -16px;
|
|
16836
16841
|
}
|
|
16837
16842
|
.super-sms-tip.collapsed {
|
|
16838
16843
|
height: 15px;
|
|
@@ -16847,18 +16852,24 @@ body {
|
|
|
16847
16852
|
.super-sms-tip > .supper-sms-tip-toggle i {
|
|
16848
16853
|
color: #0083ba;
|
|
16849
16854
|
}
|
|
16855
|
+
.super-sms-content .send-time-spec {
|
|
16856
|
+
margin-left: 8px;
|
|
16857
|
+
margin-right: 8px;
|
|
16858
|
+
}
|
|
16850
16859
|
.super-sms-content .super-sms-model {
|
|
16851
16860
|
display: flex;
|
|
16861
|
+
align-items: center;
|
|
16862
|
+
height: 32px;
|
|
16852
16863
|
}
|
|
16853
16864
|
.super-sms-content .super-sms-model > button {
|
|
16854
|
-
margin-
|
|
16865
|
+
margin-right: 12px;
|
|
16855
16866
|
}
|
|
16856
16867
|
.super-sms-content .super-sms-model .sms-model-name > span:first-child {
|
|
16857
16868
|
margin-right: 10px;
|
|
16858
16869
|
}
|
|
16859
16870
|
.super-sms-content .extra-tip {
|
|
16860
|
-
color: #
|
|
16861
|
-
margin-left:
|
|
16871
|
+
color: #000000;
|
|
16872
|
+
margin-left: 12px;
|
|
16862
16873
|
line-height: 30px;
|
|
16863
16874
|
}
|
|
16864
16875
|
.super-sms-content .extra-tip > span {
|