cloud-business 0.1.104-1 → 0.1.104-3
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 +15 -4
- 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
|
@@ -6105,8 +6105,8 @@ input::-webkit-search-cancel-button {
|
|
|
6105
6105
|
.newCloud-table-box.newCloud-table-full-column .newCloud-table-expend-icon {
|
|
6106
6106
|
display: none;
|
|
6107
6107
|
}
|
|
6108
|
-
.newCloud-table-box.newCloud-table-config-column tr td:last-child,
|
|
6109
|
-
.newCloud-table-box.newCloud-table-config-column tr th:last-
|
|
6108
|
+
.newCloud-table-box.newCloud-table-config-column tbody tr td:last-child,
|
|
6109
|
+
.newCloud-table-box.newCloud-table-config-column thead tr th:nth-last-of-type(-n+1) {
|
|
6110
6110
|
padding-right: 40px;
|
|
6111
6111
|
}
|
|
6112
6112
|
.newCloud-table-box.newCloud-table-loading {
|
|
@@ -6163,11 +6163,15 @@ input::-webkit-search-cancel-button {
|
|
|
6163
6163
|
.newCloud-table-box.newCloud-table-use-custom-scroll.newCloud-table-support-resize .newCloud-table-resizeable:nth-last-of-type(2) .react-resizable-handle-se {
|
|
6164
6164
|
display: none;
|
|
6165
6165
|
}
|
|
6166
|
+
.newCloud-table-box.newCloud-table-no-scroll .newCloud-table-container {
|
|
6167
|
+
height: auto;
|
|
6168
|
+
}
|
|
6166
6169
|
.newCloud-table-tooltip {
|
|
6167
6170
|
min-width: 236px;
|
|
6168
|
-
max-height: 300px;
|
|
6169
6171
|
overflow: auto;
|
|
6170
6172
|
padding: 16px;
|
|
6173
|
+
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.3) !important;
|
|
6174
|
+
border-radius: 3px;
|
|
6171
6175
|
}
|
|
6172
6176
|
.newCloud-table-tooltip-content {
|
|
6173
6177
|
display: flex;
|
|
@@ -6175,7 +6179,7 @@ input::-webkit-search-cancel-button {
|
|
|
6175
6179
|
gap: 12px;
|
|
6176
6180
|
}
|
|
6177
6181
|
.newCloud-table-tooltip-content > li {
|
|
6178
|
-
width:
|
|
6182
|
+
width: 180px;
|
|
6179
6183
|
white-space: nowrap;
|
|
6180
6184
|
overflow: hidden;
|
|
6181
6185
|
text-overflow: ellipsis;
|
|
@@ -18622,6 +18626,13 @@ body {
|
|
|
18622
18626
|
.newCloud-goods-selector-pro-table-container .table-link .goods-sku-title {
|
|
18623
18627
|
color: #666;
|
|
18624
18628
|
}
|
|
18629
|
+
.newCloud-goods-selector-pro-table-container .text-overflow {
|
|
18630
|
+
overflow: hidden;
|
|
18631
|
+
text-overflow: ellipsis;
|
|
18632
|
+
display: -webkit-box;
|
|
18633
|
+
-webkit-line-clamp: 2;
|
|
18634
|
+
-webkit-box-orient: vertical;
|
|
18635
|
+
}
|
|
18625
18636
|
.newCloud-table td .newCloud-checkbox-disabled .newCloud-checkbox-inner {
|
|
18626
18637
|
border-color: #d9d9d9 !important;
|
|
18627
18638
|
}
|