cloud-business 0.1.149 → 0.1.151-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 +5 -7
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -7291,7 +7291,6 @@ body {
|
|
|
7291
7291
|
.newCloud-goods-selector-pro-table-container .newCloud-goods-title,
|
|
7292
7292
|
.newCloud-goods-selector-pro-table-container .newCloud-goods-sku-title {
|
|
7293
7293
|
display: inline-block;
|
|
7294
|
-
width: 161px;
|
|
7295
7294
|
line-height: 20px;
|
|
7296
7295
|
margin-left: 8px;
|
|
7297
7296
|
vertical-align: 6px;
|
|
@@ -7303,18 +7302,17 @@ body {
|
|
|
7303
7302
|
word-wrap: break-word;
|
|
7304
7303
|
word-break: normal;
|
|
7305
7304
|
}
|
|
7306
|
-
.newCloud-goods-selector-pro-table-container .newCloud-goods-sku-title {
|
|
7307
|
-
display: inline-block;
|
|
7308
|
-
width: 140px;
|
|
7309
|
-
white-space: nowrap;
|
|
7310
|
-
text-overflow: ellipsis;
|
|
7311
|
-
}
|
|
7312
7305
|
.newCloud-goods-selector-pro-table-container .newCloud-table td {
|
|
7313
7306
|
white-space: normal !important;
|
|
7314
7307
|
}
|
|
7315
7308
|
.newCloud-goods-selector-pro-table-container .newCloud-table thead tr th:first-child .newCloud-checkbox-wrapper {
|
|
7316
7309
|
display: none !important;
|
|
7317
7310
|
}
|
|
7311
|
+
.newCloud-goods-selector-pro-table-container .newCloud-table thead tr th:nth-of-type(2):after {
|
|
7312
|
+
width: 0 !important;
|
|
7313
|
+
height: 0 !important;
|
|
7314
|
+
display: none !important;
|
|
7315
|
+
}
|
|
7318
7316
|
.newCloud-goods-selector-pro-table-container .newCloud-table-two-level-tree .newCloud-table-row-level-1 td.newCloud-table-row-expand-column + td {
|
|
7319
7317
|
padding-left: 50px !important;
|
|
7320
7318
|
}
|