cloud-business 0.1.109 → 0.1.110-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 +19 -1
- 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
|
@@ -15529,7 +15529,7 @@ body {
|
|
|
15529
15529
|
max-height: 200px;
|
|
15530
15530
|
}
|
|
15531
15531
|
.customer-loading {
|
|
15532
|
-
height: calc(100% -
|
|
15532
|
+
height: calc(100% - 102px);
|
|
15533
15533
|
}
|
|
15534
15534
|
|
|
15535
15535
|
/**
|
|
@@ -17319,6 +17319,24 @@ body {
|
|
|
17319
17319
|
height: 0;
|
|
17320
17320
|
}
|
|
17321
17321
|
|
|
17322
|
+
.customer-view-new-send-detail {
|
|
17323
|
+
display: flex;
|
|
17324
|
+
flex-direction: column;
|
|
17325
|
+
gap: 16px;
|
|
17326
|
+
color: rgba(0, 0, 0, 0.85);
|
|
17327
|
+
background: #FAFAFA;
|
|
17328
|
+
padding: 12px;
|
|
17329
|
+
}
|
|
17330
|
+
.customer-view-new-send-detail .customer-view-new-send-detail-row {
|
|
17331
|
+
display: flex;
|
|
17332
|
+
}
|
|
17333
|
+
.customer-view-new-send-detail .customer-view-new-send-detail-row label {
|
|
17334
|
+
color: rgba(0, 0, 0, 0.65);
|
|
17335
|
+
}
|
|
17336
|
+
.customer-view-new-send-detail .customer-view-new-send-detail-row p {
|
|
17337
|
+
flex: 1;
|
|
17338
|
+
}
|
|
17339
|
+
|
|
17322
17340
|
.shop-form {
|
|
17323
17341
|
display: flex;
|
|
17324
17342
|
align-items: center;
|