cloud-business 0.1.110 → 0.1.111-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 +23 -3
- 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
|
@@ -5066,8 +5066,7 @@ input::-webkit-search-cancel-button {
|
|
|
5066
5066
|
}
|
|
5067
5067
|
.newCloud-pagination ul {
|
|
5068
5068
|
display: flex;
|
|
5069
|
-
-
|
|
5070
|
-
padding-inline-start: 0;
|
|
5069
|
+
padding-inline-start: 0;
|
|
5071
5070
|
}
|
|
5072
5071
|
.newCloud-pagination ul li {
|
|
5073
5072
|
min-width: 32px;
|
|
@@ -15529,7 +15528,7 @@ body {
|
|
|
15529
15528
|
max-height: 200px;
|
|
15530
15529
|
}
|
|
15531
15530
|
.customer-loading {
|
|
15532
|
-
height: calc(100% -
|
|
15531
|
+
height: calc(100% - 102px);
|
|
15533
15532
|
}
|
|
15534
15533
|
|
|
15535
15534
|
/**
|
|
@@ -17319,6 +17318,24 @@ body {
|
|
|
17319
17318
|
height: 0;
|
|
17320
17319
|
}
|
|
17321
17320
|
|
|
17321
|
+
.customer-view-new-send-detail {
|
|
17322
|
+
display: flex;
|
|
17323
|
+
flex-direction: column;
|
|
17324
|
+
gap: 16px;
|
|
17325
|
+
color: rgba(0, 0, 0, 0.85);
|
|
17326
|
+
background: #FAFAFA;
|
|
17327
|
+
padding: 12px;
|
|
17328
|
+
}
|
|
17329
|
+
.customer-view-new-send-detail .customer-view-new-send-detail-row {
|
|
17330
|
+
display: flex;
|
|
17331
|
+
}
|
|
17332
|
+
.customer-view-new-send-detail .customer-view-new-send-detail-row label {
|
|
17333
|
+
color: rgba(0, 0, 0, 0.65);
|
|
17334
|
+
}
|
|
17335
|
+
.customer-view-new-send-detail .customer-view-new-send-detail-row p {
|
|
17336
|
+
flex: 1;
|
|
17337
|
+
}
|
|
17338
|
+
|
|
17322
17339
|
.shop-form {
|
|
17323
17340
|
display: flex;
|
|
17324
17341
|
align-items: center;
|
|
@@ -17896,6 +17913,9 @@ body {
|
|
|
17896
17913
|
display: inline-block;
|
|
17897
17914
|
position: absolute;
|
|
17898
17915
|
top: 15px;
|
|
17916
|
+
left: 61px;
|
|
17917
|
+
}
|
|
17918
|
+
.cloud-goods-selector-pro-container-new .totals-flag-tabs {
|
|
17899
17919
|
left: 141px;
|
|
17900
17920
|
}
|
|
17901
17921
|
.cloud-goods-selector-pro-container-new .newCloud-tabs-header-line {
|