cloud-business 0.1.91-5 → 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.
- package/cloud-business.css +28 -23
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -15887,15 +15887,13 @@ body {
|
|
|
15887
15887
|
.customer-label-area-new .customer-label-content .common-block:last-child {
|
|
15888
15888
|
margin-bottom: 16px;
|
|
15889
15889
|
}
|
|
15890
|
-
.customer-label-area-new .customer-label-content .
|
|
15891
|
-
padding-left: 14px;
|
|
15892
|
-
}
|
|
15893
|
-
.customer-label-area-new .customer-label-content .info-tag {
|
|
15890
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag {
|
|
15894
15891
|
width: 100%;
|
|
15895
15892
|
display: flex;
|
|
15896
15893
|
flex-flow: wrap;
|
|
15894
|
+
gap: 0 6px;
|
|
15897
15895
|
}
|
|
15898
|
-
.customer-label-area-new .customer-label-content .info-tag span {
|
|
15896
|
+
.customer-label-area-new .customer-label-content .common-block .info-tag span {
|
|
15899
15897
|
display: block;
|
|
15900
15898
|
height: 20px;
|
|
15901
15899
|
font-size: 14px;
|
|
@@ -15904,61 +15902,64 @@ body {
|
|
|
15904
15902
|
line-height: 20px;
|
|
15905
15903
|
margin-bottom: 8px;
|
|
15906
15904
|
}
|
|
15907
|
-
.customer-label-area-new .customer-label-content .info-tag-
|
|
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 {
|
|
15908
15909
|
padding: 0 14px;
|
|
15909
15910
|
box-sizing: border-box;
|
|
15910
15911
|
}
|
|
15911
|
-
.customer-label-area-new .customer-label-content .tag-item-edit {
|
|
15912
|
+
.customer-label-area-new .customer-label-content .common-block .tag-item-edit {
|
|
15912
15913
|
cursor: pointer;
|
|
15913
15914
|
}
|
|
15914
|
-
.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 {
|
|
15915
15916
|
color: rgba(0, 0, 0, 0.65);
|
|
15916
15917
|
}
|
|
15917
|
-
.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 {
|
|
15918
15919
|
display: flex;
|
|
15919
15920
|
width: calc((100% - 20px) / 2);
|
|
15920
15921
|
overflow: hidden;
|
|
15921
15922
|
white-space: nowrap;
|
|
15922
15923
|
text-overflow: ellipsis;
|
|
15923
|
-
margin-right: 20px;
|
|
15924
15924
|
box-sizing: border-box;
|
|
15925
15925
|
}
|
|
15926
|
-
.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 {
|
|
15927
15927
|
display: inline-block;
|
|
15928
15928
|
}
|
|
15929
|
-
.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) {
|
|
15930
15930
|
color: rgba(0, 0, 0, 0.65);
|
|
15931
15931
|
}
|
|
15932
|
-
.customer-label-area-new .customer-label-content .info-tag-p2 span.tag-item
|
|
15933
|
-
|
|
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);
|
|
15934
15935
|
}
|
|
15935
|
-
.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 {
|
|
15936
15937
|
width: calc(100% - 60px);
|
|
15937
15938
|
overflow: hidden;
|
|
15938
15939
|
white-space: nowrap;
|
|
15939
15940
|
text-overflow: ellipsis;
|
|
15940
15941
|
padding-right: 0;
|
|
15941
15942
|
}
|
|
15942
|
-
.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 {
|
|
15943
15944
|
display: flex;
|
|
15944
15945
|
width: calc((100% - 40px) / 3);
|
|
15945
|
-
margin-right: 20px;
|
|
15946
15946
|
overflow: hidden;
|
|
15947
15947
|
white-space: nowrap;
|
|
15948
15948
|
text-overflow: ellipsis;
|
|
15949
15949
|
box-sizing: border-box;
|
|
15950
15950
|
}
|
|
15951
|
-
.customer-label-area-new .customer-label-content .info-tag-p3 span.tag-item
|
|
15952
|
-
|
|
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);
|
|
15953
15954
|
}
|
|
15954
|
-
.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 {
|
|
15955
15956
|
overflow: hidden;
|
|
15956
15957
|
white-space: nowrap;
|
|
15957
15958
|
text-overflow: ellipsis;
|
|
15958
15959
|
width: calc(100% - 60px);
|
|
15959
15960
|
padding-right: 0;
|
|
15960
15961
|
}
|
|
15961
|
-
.customer-label-area-new .customer-label-content .text-overflow {
|
|
15962
|
+
.customer-label-area-new .customer-label-content .common-block .text-overflow {
|
|
15962
15963
|
overflow: hidden;
|
|
15963
15964
|
white-space: nowrap;
|
|
15964
15965
|
text-overflow: ellipsis;
|
|
@@ -16084,7 +16085,7 @@ body {
|
|
|
16084
16085
|
padding-top: 7px;
|
|
16085
16086
|
}
|
|
16086
16087
|
.customer-label-area-new .customer-label-content .weChat-module-new .wc-tag {
|
|
16087
|
-
padding: 16px;
|
|
16088
|
+
padding: 16px 16px 8px 16px;
|
|
16088
16089
|
box-sizing: border-box;
|
|
16089
16090
|
}
|
|
16090
16091
|
.customer-label-area-new .customer-label-content .weChat-module-new .empty-div {
|
|
@@ -16109,7 +16110,8 @@ body {
|
|
|
16109
16110
|
line-height: 20px;
|
|
16110
16111
|
margin-bottom: 14px;
|
|
16111
16112
|
}
|
|
16112
|
-
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .tag-
|
|
16113
|
+
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-name {
|
|
16114
|
+
padding-left: 14px;
|
|
16113
16115
|
margin-bottom: 0;
|
|
16114
16116
|
}
|
|
16115
16117
|
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag > span {
|
|
@@ -16119,6 +16121,9 @@ body {
|
|
|
16119
16121
|
padding-top: 16px;
|
|
16120
16122
|
padding-bottom: 8px;
|
|
16121
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
|
+
}
|
|
16122
16127
|
.customer-label-area-new .customer-label-content .custom-module-new .dependent-tag .dependent-tag-item:not(:last-child) {
|
|
16123
16128
|
border-bottom: 1px solid #E8E8E8;
|
|
16124
16129
|
}
|