cloud-business 0.1.91-4 → 0.1.91-6

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.
@@ -14862,6 +14862,9 @@ body {
14862
14862
  overflow-y: auto;
14863
14863
  overflow-x: hidden;
14864
14864
  }
14865
+ .grid-area-new .customer-order-area-new .order-table-body .order-temp-tip-width {
14866
+ width: calc(100% - 60px);
14867
+ }
14865
14868
  .grid-area-new .customer-order-area-new .order-table-body .order-info {
14866
14869
  width: 100%;
14867
14870
  margin-top: 13px;
@@ -14918,19 +14921,19 @@ body {
14918
14921
  width: 180px;
14919
14922
  }
14920
14923
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-special {
14921
- width: 350px !important;
14924
+ width: 330px !important;
14922
14925
  }
14923
14926
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-0 {
14924
- width: calc((100% - 180px - 180px - 350px - 120px) / 2);
14927
+ width: calc((100% - 180px - 180px - 330px - 120px) / 2);
14925
14928
  }
14926
14929
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-1 {
14927
- width: calc((100% - 180px - 180px - 180px - 350px - 150px) / 2);
14930
+ width: calc((100% - 180px - 180px - 180px - 330px - 150px) / 2);
14928
14931
  }
14929
14932
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-1-2 {
14930
- width: calc((100% - 180px - 180px - 350px - 150px) / 3);
14933
+ width: calc((100% - 180px - 180px - 330px - 150px) / 3);
14931
14934
  }
14932
14935
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-common-width-2 {
14933
- width: calc((100% - 180px - 180px - 180px - 350px - 180px) / 3);
14936
+ width: calc((100% - 180px - 180px - 180px - 330px - 180px) / 3);
14934
14937
  }
14935
14938
  .grid-area-new .customer-order-area-new .order-table-body .order-title .order-shop {
14936
14939
  overflow: hidden;
@@ -14972,13 +14975,23 @@ body {
14972
14975
  .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp:nth-child(1) {
14973
14976
  margin-bottom: 10px;
14974
14977
  }
14978
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(1) {
14979
+ width: calc(100% - 90px - 350px - 180px - 180px);
14980
+ }
14981
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(2) {
14982
+ width: 350px ;
14983
+ }
14984
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(3),
14985
+ .grid-area-new .customer-order-area-new .order-table-body .order-title-another .title-section-temp .order-temp:nth-child(4) {
14986
+ width: 180px ;
14987
+ }
14975
14988
  .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp {
14976
14989
  display: flex;
14990
+ align-items: center;
14977
14991
  height: 20px;
14978
14992
  line-height: 20px;
14979
14993
  font-size: 12px;
14980
14994
  color: rgba(0, 0, 0, 0.85);
14981
- width: calc((100% - 90px) / 4);
14982
14995
  margin-left: 30px;
14983
14996
  overflow: hidden;
14984
14997
  white-space: nowrap;
@@ -14987,6 +15000,9 @@ body {
14987
15000
  .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp .copy-order-id {
14988
15001
  color: rgba(0, 0, 0, 0.85) !important;
14989
15002
  cursor: pointer;
15003
+ overflow: hidden;
15004
+ white-space: nowrap;
15005
+ text-overflow: ellipsis;
14990
15006
  }
14991
15007
  .grid-area-new .customer-order-area-new .order-table-body .order-title-another .order-temp span:nth-child(1) {
14992
15008
  color: rgba(0, 0, 0, 0.65);
@@ -15871,15 +15887,13 @@ body {
15871
15887
  .customer-label-area-new .customer-label-content .common-block:last-child {
15872
15888
  margin-bottom: 16px;
15873
15889
  }
15874
- .customer-label-area-new .customer-label-content .tag-item-com {
15875
- padding-left: 14px;
15876
- }
15877
- .customer-label-area-new .customer-label-content .info-tag {
15890
+ .customer-label-area-new .customer-label-content .common-block .info-tag {
15878
15891
  width: 100%;
15879
15892
  display: flex;
15880
15893
  flex-flow: wrap;
15894
+ gap: 0 6px;
15881
15895
  }
15882
- .customer-label-area-new .customer-label-content .info-tag span {
15896
+ .customer-label-area-new .customer-label-content .common-block .info-tag span {
15883
15897
  display: block;
15884
15898
  height: 20px;
15885
15899
  font-size: 14px;
@@ -15888,61 +15902,64 @@ body {
15888
15902
  line-height: 20px;
15889
15903
  margin-bottom: 8px;
15890
15904
  }
15891
- .customer-label-area-new .customer-label-content .info-tag-not-depend {
15905
+ .customer-label-area-new .customer-label-content .common-block .info-tag-wx {
15906
+ gap: 0 20px;
15907
+ }
15908
+ .customer-label-area-new .customer-label-content .common-block .info-tag-not-depend {
15892
15909
  padding: 0 14px;
15893
15910
  box-sizing: border-box;
15894
15911
  }
15895
- .customer-label-area-new .customer-label-content .tag-item-edit {
15912
+ .customer-label-area-new .customer-label-content .common-block .tag-item-edit {
15896
15913
  cursor: pointer;
15897
15914
  }
15898
- .customer-label-area-new .customer-label-content .tag-item-edit-title {
15915
+ .customer-label-area-new .customer-label-content .common-block .tag-item-edit-title {
15899
15916
  color: rgba(0, 0, 0, 0.65);
15900
15917
  }
15901
- .customer-label-area-new .customer-label-content .info-tag-p2 .tag-item {
15918
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p2 .tag-item {
15902
15919
  display: flex;
15903
15920
  width: calc((100% - 20px) / 2);
15904
15921
  overflow: hidden;
15905
15922
  white-space: nowrap;
15906
15923
  text-overflow: ellipsis;
15907
- margin-right: 20px;
15908
15924
  box-sizing: border-box;
15909
15925
  }
15910
- .customer-label-area-new .customer-label-content .info-tag-p2 .tag-item span p {
15926
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p2 .tag-item span p {
15911
15927
  display: inline-block;
15912
15928
  }
15913
- .customer-label-area-new .customer-label-content .info-tag-p2 .tag-item span p:nth-child(1) {
15929
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p2 .tag-item span p:nth-child(1) {
15914
15930
  color: rgba(0, 0, 0, 0.65);
15915
15931
  }
15916
- .customer-label-area-new .customer-label-content .info-tag-p2 span.tag-item:nth-child(2n) {
15917
- margin-right: 0;
15932
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p2 > span.tag-item-com {
15933
+ padding-left: 14px !important;
15934
+ width: calc((100% - 6px) / 2);
15918
15935
  }
15919
- .customer-label-area-new .customer-label-content .info-tag-p2 .two-overflow {
15936
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p2 .two-overflow {
15920
15937
  width: calc(100% - 60px);
15921
15938
  overflow: hidden;
15922
15939
  white-space: nowrap;
15923
15940
  text-overflow: ellipsis;
15924
15941
  padding-right: 0;
15925
15942
  }
15926
- .customer-label-area-new .customer-label-content .info-tag-p3 .tag-item {
15943
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p3 .tag-item {
15927
15944
  display: flex;
15928
15945
  width: calc((100% - 40px) / 3);
15929
- margin-right: 20px;
15930
15946
  overflow: hidden;
15931
15947
  white-space: nowrap;
15932
15948
  text-overflow: ellipsis;
15933
15949
  box-sizing: border-box;
15934
15950
  }
15935
- .customer-label-area-new .customer-label-content .info-tag-p3 span.tag-item:nth-child(3n) {
15936
- margin-right: 0;
15951
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p3 > span.tag-item-com {
15952
+ padding-left: 14px !important;
15953
+ width: calc((100% - 12px) / 3);
15937
15954
  }
15938
- .customer-label-area-new .customer-label-content .info-tag-p3 .three-overflow {
15955
+ .customer-label-area-new .customer-label-content .common-block .info-tag-p3 .three-overflow {
15939
15956
  overflow: hidden;
15940
15957
  white-space: nowrap;
15941
15958
  text-overflow: ellipsis;
15942
15959
  width: calc(100% - 60px);
15943
15960
  padding-right: 0;
15944
15961
  }
15945
- .customer-label-area-new .customer-label-content .text-overflow {
15962
+ .customer-label-area-new .customer-label-content .common-block .text-overflow {
15946
15963
  overflow: hidden;
15947
15964
  white-space: nowrap;
15948
15965
  text-overflow: ellipsis;
@@ -16068,7 +16085,7 @@ body {
16068
16085
  padding-top: 7px;
16069
16086
  }
16070
16087
  .customer-label-area-new .customer-label-content .weChat-module-new .wc-tag {
16071
- padding: 16px;
16088
+ padding: 16px 16px 8px 16px;
16072
16089
  box-sizing: border-box;
16073
16090
  }
16074
16091
  .customer-label-area-new .customer-label-content .weChat-module-new .empty-div {
@@ -16093,7 +16110,8 @@ body {
16093
16110
  line-height: 20px;
16094
16111
  margin-bottom: 14px;
16095
16112
  }
16096
- .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .tag-item-com {
16113
+ .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-name {
16114
+ padding-left: 14px;
16097
16115
  margin-bottom: 0;
16098
16116
  }
16099
16117
  .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag > span {
@@ -16103,6 +16121,9 @@ body {
16103
16121
  padding-top: 16px;
16104
16122
  padding-bottom: 8px;
16105
16123
  }
16124
+ .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-item .instance-title {
16125
+ padding-left: 14px !important;
16126
+ }
16106
16127
  .customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-item:not(:last-child) {
16107
16128
  border-bottom: 1px solid #E8E8E8;
16108
16129
  }