cloud-business 0.1.95-3 → 0.1.96-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 +1 -17
- 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
|
@@ -20366,25 +20366,9 @@ body {
|
|
|
20366
20366
|
display: flex;
|
|
20367
20367
|
width: 500px;
|
|
20368
20368
|
height: 30px;
|
|
20369
|
-
justify-content: flex-end
|
|
20369
|
+
justify-content: flex-end;
|
|
20370
20370
|
align-items: center;
|
|
20371
20371
|
}
|
|
20372
|
-
.cloud-dy-sms-editor .dy-sms-content > form .dy-sms-error-text {
|
|
20373
|
-
color: #f5222d;
|
|
20374
|
-
}
|
|
20375
|
-
.cloud-dy-sms-editor .dy-sms-content > form .dy-sms-error-text > p {
|
|
20376
|
-
margin-top: 0;
|
|
20377
|
-
margin-bottom: 0;
|
|
20378
|
-
font-size: 12px;
|
|
20379
|
-
margin-top: 4px;
|
|
20380
|
-
line-height: 1.4;
|
|
20381
|
-
}
|
|
20382
|
-
.cloud-dy-sms-editor .dy-sms-content > form .dy-sms-tips-icon {
|
|
20383
|
-
margin-left: 2px;
|
|
20384
|
-
position: relative;
|
|
20385
|
-
top: 2px;
|
|
20386
|
-
color: #319fe1;
|
|
20387
|
-
}
|
|
20388
20372
|
.cloud-dy-sms-editor .dy-sms-content > form .dy-test-phone {
|
|
20389
20373
|
position: relative;
|
|
20390
20374
|
}
|