cloud-business 0.1.131-2 → 0.1.131-4

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.
@@ -6507,14 +6507,14 @@ body {
6507
6507
  flex: 1;
6508
6508
  }
6509
6509
 
6510
- .wechatPhone {
6510
+ .customer-view-wechat-detail {
6511
6511
  width: 256px;
6512
6512
  height: 494px;
6513
6513
  background-size: contain;
6514
6514
  background-repeat: no-repeat;
6515
6515
  padding: 76px 16px 43px;
6516
6516
  }
6517
- .wechatPhone .previewContent {
6517
+ .customer-view-wechat-detail .customer-view-wechat-preview {
6518
6518
  height: auto;
6519
6519
  overflow-y: auto;
6520
6520
  padding: 12px 18px;
@@ -6523,32 +6523,32 @@ body {
6523
6523
  background: #fff;
6524
6524
  border-radius: 4px;
6525
6525
  }
6526
- .wechatPhone .previewContent .title {
6526
+ .customer-view-wechat-detail .customer-view-wechat-preview .customer-view-wechat-preview-title {
6527
6527
  display: flex;
6528
6528
  justify-content: space-between;
6529
6529
  font-size: 14px;
6530
6530
  color: #3c3c3c;
6531
6531
  font-weight: 500;
6532
6532
  }
6533
- .wechatPhone .previewContent .fixVariate {
6533
+ .customer-view-wechat-detail .customer-view-wechat-preview .customer-view-wechat-preview-fix-variate {
6534
6534
  color: rgba(0, 0, 0, 0.45);
6535
6535
  line-height: 20px;
6536
6536
  }
6537
- .wechatPhone .previewContent .variateItem {
6537
+ .customer-view-wechat-detail .customer-view-wechat-preview .customer-view-wechat-preview-variate-item {
6538
6538
  display: flex;
6539
6539
  align-items: flex-start;
6540
6540
  color: rgba(0, 0, 0, 0.85);
6541
6541
  }
6542
- .wechatPhone .previewContent .variateItem .variateValue {
6542
+ .customer-view-wechat-detail .customer-view-wechat-preview .customer-view-wechat-preview-variate-item .customer-view-wechat-preview-variate-value {
6543
6543
  width: -moz-fit-content;
6544
6544
  width: fit-content;
6545
6545
  word-break: break-all;
6546
6546
  white-space: break-spaces;
6547
6547
  }
6548
- .wechatPhone .previewContent .startWords {
6548
+ .customer-view-wechat-detail .customer-view-wechat-preview .customer-view-wechat-preview-start-words {
6549
6549
  margin-bottom: 8px;
6550
6550
  }
6551
- .wechatPhone .previewContent .detail {
6551
+ .customer-view-wechat-detail .customer-view-wechat-preview .customer-view-wechat-preview-detail {
6552
6552
  display: flex;
6553
6553
  justify-content: space-between;
6554
6554
  padding-top: 10px;