cloud-business 0.1.117-2 → 0.1.118
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 -2
- 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,7 +88,6 @@ p {
|
|
|
88
88
|
li {
|
|
89
89
|
list-style: none;
|
|
90
90
|
}
|
|
91
|
-
/* 自定义滚动条样式 */
|
|
92
91
|
|
|
93
92
|
@keyframes cloudSlideUpIn {
|
|
94
93
|
0% {
|
|
@@ -7695,7 +7694,7 @@ input::-webkit-search-cancel-button {
|
|
|
7695
7694
|
color: rgba(0, 0, 0, 0.25);
|
|
7696
7695
|
}
|
|
7697
7696
|
.newCloud-input-number-add-on-container {
|
|
7698
|
-
display:
|
|
7697
|
+
display: flex;
|
|
7699
7698
|
align-items: center;
|
|
7700
7699
|
}
|
|
7701
7700
|
.newCloud-input-number-add-on-container .add-on {
|