cloud-business 0.1.110 → 0.1.111

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.
@@ -5066,8 +5066,7 @@ input::-webkit-search-cancel-button {
5066
5066
  }
5067
5067
  .newCloud-pagination ul {
5068
5068
  display: flex;
5069
- -webkit-padding-start: 0;
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% - 50px);
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;