cloud-business 0.1.83 → 0.1.84
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 +7 -0
- 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
|
@@ -16713,6 +16713,13 @@ body {
|
|
|
16713
16713
|
color: rgba(0, 0, 0, 0.25);
|
|
16714
16714
|
cursor: pointer;
|
|
16715
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;
|
|
16722
|
+
}
|
|
16716
16723
|
|
|
16717
16724
|
.dy-sms-test-account {
|
|
16718
16725
|
background-color: #fff;
|