cloud-business 0.1.106 → 0.1.108-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 +4 -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
|
@@ -18490,11 +18490,12 @@ body {
|
|
|
18490
18490
|
color: #666;
|
|
18491
18491
|
}
|
|
18492
18492
|
.newCloud-goods-selector-pro-table-container .text-overflow {
|
|
18493
|
+
display: inline-block;
|
|
18494
|
+
width: 140px;
|
|
18493
18495
|
overflow: hidden;
|
|
18496
|
+
white-space: nowrap;
|
|
18494
18497
|
text-overflow: ellipsis;
|
|
18495
|
-
|
|
18496
|
-
-webkit-line-clamp: 2;
|
|
18497
|
-
-webkit-box-orient: vertical;
|
|
18498
|
+
cursor: default;
|
|
18498
18499
|
}
|
|
18499
18500
|
.newCloud-table td .newCloud-checkbox-disabled .newCloud-checkbox-inner {
|
|
18500
18501
|
border-color: #d9d9d9 !important;
|