cloud-business 0.1.105-1 → 0.1.106

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