cloud-business 0.1.91-23 → 0.1.91-25
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 +65 -5
- 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
|
@@ -5597,6 +5597,7 @@ input::-webkit-search-cancel-button {
|
|
|
5597
5597
|
.newCloud-table-body {
|
|
5598
5598
|
flex: 1;
|
|
5599
5599
|
overflow: auto auto !important;
|
|
5600
|
+
z-index: 1;
|
|
5600
5601
|
}
|
|
5601
5602
|
.newCloud-table-tbody tr.newCloud-table-row-select td,
|
|
5602
5603
|
.newCloud-table-body tr.newCloud-table-row-select td {
|
|
@@ -5803,15 +5804,15 @@ input::-webkit-search-cancel-button {
|
|
|
5803
5804
|
.newCloud-table .title-container .filter-icon.has-filter-value {
|
|
5804
5805
|
color: var(--shuyunBlue4);
|
|
5805
5806
|
}
|
|
5806
|
-
.newCloud-table .title-
|
|
5807
|
+
.newCloud-table .title-with-tip {
|
|
5807
5808
|
display: inline-flex;
|
|
5808
5809
|
align-items: center;
|
|
5809
5810
|
}
|
|
5810
|
-
.newCloud-table .title-
|
|
5811
|
+
.newCloud-table .title-with-tip .title-tip-icon {
|
|
5811
5812
|
margin: 0 4px;
|
|
5812
5813
|
color: rgba(0, 0, 0, 0.25);
|
|
5813
5814
|
}
|
|
5814
|
-
.newCloud-table .title-
|
|
5815
|
+
.newCloud-table .title-with-tip.title-with-tip-left {
|
|
5815
5816
|
flex-direction: row-reverse;
|
|
5816
5817
|
}
|
|
5817
5818
|
.newCloud-table-sticky-holder {
|
|
@@ -6285,6 +6286,64 @@ input::-webkit-search-cancel-button {
|
|
|
6285
6286
|
}
|
|
6286
6287
|
}
|
|
6287
6288
|
|
|
6289
|
+
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
6290
|
+
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
6291
|
+
.newCloud-table-column-tpl-text {
|
|
6292
|
+
width: 100%;
|
|
6293
|
+
white-space: nowrap;
|
|
6294
|
+
overflow: hidden;
|
|
6295
|
+
text-overflow: ellipsis;
|
|
6296
|
+
}
|
|
6297
|
+
.newCloud-table-column-tpl-multi-text {
|
|
6298
|
+
width: 100%;
|
|
6299
|
+
overflow: hidden;
|
|
6300
|
+
text-overflow: ellipsis;
|
|
6301
|
+
display: -webkit-box;
|
|
6302
|
+
-webkit-line-clamp: 2;
|
|
6303
|
+
-webkit-box-orient: vertical;
|
|
6304
|
+
}
|
|
6305
|
+
.newCloud-table-column-tpl-link {
|
|
6306
|
+
width: 100%;
|
|
6307
|
+
cursor: pointer;
|
|
6308
|
+
color: var(--shuyunBlue4);
|
|
6309
|
+
white-space: nowrap;
|
|
6310
|
+
overflow: hidden;
|
|
6311
|
+
text-overflow: ellipsis;
|
|
6312
|
+
}
|
|
6313
|
+
.newCloud-table-column-tpl-multi-link {
|
|
6314
|
+
width: 100%;
|
|
6315
|
+
cursor: pointer;
|
|
6316
|
+
color: var(--shuyunBlue4);
|
|
6317
|
+
overflow: hidden;
|
|
6318
|
+
text-overflow: ellipsis;
|
|
6319
|
+
display: -webkit-box;
|
|
6320
|
+
-webkit-line-clamp: 2;
|
|
6321
|
+
-webkit-box-orient: vertical;
|
|
6322
|
+
}
|
|
6323
|
+
.newCloud-table-column-tpl-tag {
|
|
6324
|
+
display: flex;
|
|
6325
|
+
flex-wrap: wrap;
|
|
6326
|
+
gap: 8px;
|
|
6327
|
+
}
|
|
6328
|
+
.newCloud-table-column-tpl-tag-item {
|
|
6329
|
+
min-width: -moz-fit-content;
|
|
6330
|
+
min-width: fit-content;
|
|
6331
|
+
max-width: 100%;
|
|
6332
|
+
padding: 1px 4px;
|
|
6333
|
+
line-height: 18px;
|
|
6334
|
+
font-size: 12px;
|
|
6335
|
+
color: rgba(0, 0, 0, 0.65);
|
|
6336
|
+
background-color: #f5f5f5;
|
|
6337
|
+
border-color: #f5f5f5;
|
|
6338
|
+
cursor: default;
|
|
6339
|
+
white-space: nowrap;
|
|
6340
|
+
overflow: hidden;
|
|
6341
|
+
text-overflow: ellipsis;
|
|
6342
|
+
}
|
|
6343
|
+
.newCloud-table-column-tpl-tag-item.more {
|
|
6344
|
+
cursor: pointer;
|
|
6345
|
+
}
|
|
6346
|
+
|
|
6288
6347
|
/* 不要在此引入normalize.less及其他放置公用无需编译的css */
|
|
6289
6348
|
/* 不要在此引入animation.less及其他放置公用无需编译的css */
|
|
6290
6349
|
.newCloud-card {
|
|
@@ -6980,10 +7039,11 @@ input::-webkit-search-cancel-button {
|
|
|
6980
7039
|
position: fixed;
|
|
6981
7040
|
background: white;
|
|
6982
7041
|
transition: top 500ms, right 500ms, bottom 500ms, left 500ms;
|
|
6983
|
-
z-index:
|
|
7042
|
+
z-index: -1;
|
|
6984
7043
|
}
|
|
6985
7044
|
.newCloud-drawer1.show {
|
|
6986
7045
|
box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
|
|
7046
|
+
z-index: 1010;
|
|
6987
7047
|
}
|
|
6988
7048
|
.newCloud-drawer1.top {
|
|
6989
7049
|
top: 0;
|
|
@@ -18216,7 +18276,7 @@ body {
|
|
|
18216
18276
|
color: #E8E8E8;
|
|
18217
18277
|
}
|
|
18218
18278
|
.add-goods-btn .add-goods-match-search {
|
|
18219
|
-
padding: 0
|
|
18279
|
+
padding: 0 11px;
|
|
18220
18280
|
color: rgba(0, 0, 0, 0.65);
|
|
18221
18281
|
cursor: pointer;
|
|
18222
18282
|
}
|