cloud-business 0.1.115 → 0.1.117-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 +2 -3
- 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
|
@@ -5066,7 +5066,8 @@ input::-webkit-search-cancel-button {
|
|
|
5066
5066
|
}
|
|
5067
5067
|
.newCloud-pagination ul {
|
|
5068
5068
|
display: flex;
|
|
5069
|
-
padding-
|
|
5069
|
+
-webkit-padding-start: 0;
|
|
5070
|
+
padding-inline-start: 0;
|
|
5070
5071
|
}
|
|
5071
5072
|
.newCloud-pagination ul li {
|
|
5072
5073
|
min-width: 32px;
|
|
@@ -10770,7 +10771,6 @@ body {
|
|
|
10770
10771
|
}
|
|
10771
10772
|
.cloud-goods-selector-pro .goods-table-wrap .cloud-table-lite-warp {
|
|
10772
10773
|
flex-grow: 1;
|
|
10773
|
-
scrollbar-width: thin;
|
|
10774
10774
|
}
|
|
10775
10775
|
.cloud-goods-selector-pro .goods-table-wrap .cloud-table-lite-warp .cloud-table-lite-main .cloud-checkbox-inner:after {
|
|
10776
10776
|
box-sizing: content-box !important;
|
|
@@ -17989,7 +17989,6 @@ body {
|
|
|
17989
17989
|
}
|
|
17990
17990
|
.cloud-goods-selector-pro-new .newCloud-goods-table-wrap .newCloud-table-lite-warp {
|
|
17991
17991
|
flex-grow: 1;
|
|
17992
|
-
scrollbar-width: thin;
|
|
17993
17992
|
}
|
|
17994
17993
|
.cloud-goods-selector-pro-new .newCloud-goods-table-wrap .newCloud-table-lite-warp .newCloud-table-lite-main .cloud-checkbox-inner:after {
|
|
17995
17994
|
box-sizing: content-box !important;
|