cloud-business 0.1.156 → 0.1.157-2
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 +42 -8
- 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
|
@@ -6812,6 +6812,14 @@ body {
|
|
|
6812
6812
|
vertical-align: -3;
|
|
6813
6813
|
display: flex;
|
|
6814
6814
|
align-items: center;
|
|
6815
|
+
min-width: 0;
|
|
6816
|
+
max-width: 100%;
|
|
6817
|
+
}
|
|
6818
|
+
.newCloud-goods-selector-goods-table-wrap .table-goods-details > div {
|
|
6819
|
+
min-width: 0;
|
|
6820
|
+
flex: 1;
|
|
6821
|
+
max-width: 100%;
|
|
6822
|
+
overflow: hidden;
|
|
6815
6823
|
}
|
|
6816
6824
|
.search-input-container {
|
|
6817
6825
|
display: flex;
|
|
@@ -7288,19 +7296,31 @@ body {
|
|
|
7288
7296
|
.newCloud-goods-selector-pro-table-container ::-webkit-scrollbar-thumb {
|
|
7289
7297
|
background-color: #e1e1e1 !important;
|
|
7290
7298
|
}
|
|
7299
|
+
.newCloud-goods-selector-pro-table-container .table-goods-details {
|
|
7300
|
+
min-width: 0;
|
|
7301
|
+
max-width: 100%;
|
|
7302
|
+
}
|
|
7303
|
+
.newCloud-goods-selector-pro-table-container .table-goods-details > div {
|
|
7304
|
+
min-width: 0;
|
|
7305
|
+
flex: 1;
|
|
7306
|
+
max-width: 100%;
|
|
7307
|
+
overflow: hidden;
|
|
7308
|
+
}
|
|
7291
7309
|
.newCloud-goods-selector-pro-table-container .newCloud-goods-title,
|
|
7292
7310
|
.newCloud-goods-selector-pro-table-container .newCloud-goods-sku-title {
|
|
7293
|
-
|
|
7294
|
-
line-height: 20px;
|
|
7311
|
+
margin: 0;
|
|
7295
7312
|
margin-left: 8px;
|
|
7296
|
-
|
|
7313
|
+
line-height: 20px;
|
|
7297
7314
|
font-size: 14px;
|
|
7315
|
+
max-width: 100%;
|
|
7316
|
+
overflow: hidden;
|
|
7317
|
+
text-overflow: ellipsis;
|
|
7298
7318
|
display: -webkit-box;
|
|
7299
7319
|
-webkit-box-orient: vertical;
|
|
7300
7320
|
-webkit-line-clamp: 2;
|
|
7301
|
-
|
|
7302
|
-
|
|
7303
|
-
word-break:
|
|
7321
|
+
line-clamp: 2;
|
|
7322
|
+
overflow-wrap: anywhere;
|
|
7323
|
+
word-break: break-word;
|
|
7304
7324
|
}
|
|
7305
7325
|
.newCloud-goods-selector-pro-table-container .newCloud-table td {
|
|
7306
7326
|
white-space: normal !important;
|
|
@@ -7360,18 +7380,32 @@ body {
|
|
|
7360
7380
|
height: 24px;
|
|
7361
7381
|
}
|
|
7362
7382
|
.newCloud-goods-selector-pro-table-container .table-link {
|
|
7363
|
-
display:
|
|
7383
|
+
display: flex;
|
|
7364
7384
|
align-items: center;
|
|
7365
7385
|
justify-content: flex-start;
|
|
7386
|
+
min-width: 0;
|
|
7387
|
+
max-width: 100%;
|
|
7388
|
+
width: 100%;
|
|
7389
|
+
box-sizing: border-box;
|
|
7366
7390
|
color: #0066CC;
|
|
7367
7391
|
cursor: pointer;
|
|
7368
7392
|
text-decoration: none;
|
|
7369
7393
|
min-height: 20px;
|
|
7370
7394
|
vertical-align: -11px;
|
|
7371
7395
|
}
|
|
7372
|
-
.newCloud-goods-selector-pro-table-container .table-link img
|
|
7396
|
+
.newCloud-goods-selector-pro-table-container .table-link img,
|
|
7397
|
+
.newCloud-goods-selector-pro-table-container .table-link .unknown-img,
|
|
7398
|
+
.newCloud-goods-selector-pro-table-container .table-link .unknown-img-level1,
|
|
7399
|
+
.newCloud-goods-selector-pro-table-container .table-link .unknown-img-level2 {
|
|
7373
7400
|
display: inline-block;
|
|
7374
7401
|
margin: 0 auto;
|
|
7402
|
+
flex-shrink: 0;
|
|
7403
|
+
}
|
|
7404
|
+
.newCloud-goods-selector-pro-table-container .table-link > *:last-child {
|
|
7405
|
+
min-width: 0;
|
|
7406
|
+
flex: 1;
|
|
7407
|
+
max-width: 100%;
|
|
7408
|
+
overflow: hidden;
|
|
7375
7409
|
}
|
|
7376
7410
|
.newCloud-goods-selector-pro-table-container .table-link .goods-sku-title {
|
|
7377
7411
|
color: #666;
|