cloud-business 0.1.87-29 → 0.1.87-30
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 +18 -4
- 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
|
@@ -15131,7 +15131,8 @@ body {
|
|
|
15131
15131
|
line-height: 20px;
|
|
15132
15132
|
margin-bottom: 8px;
|
|
15133
15133
|
}
|
|
15134
|
-
.customer-label-area-new .customer-label-content .info-tag-p2
|
|
15134
|
+
.customer-label-area-new .customer-label-content .info-tag-p2 .tag-item {
|
|
15135
|
+
display: flex;
|
|
15135
15136
|
width: calc(100% / 2);
|
|
15136
15137
|
overflow: hidden;
|
|
15137
15138
|
white-space: nowrap;
|
|
@@ -15139,11 +15140,18 @@ body {
|
|
|
15139
15140
|
padding-right: 20px;
|
|
15140
15141
|
box-sizing: border-box;
|
|
15141
15142
|
}
|
|
15143
|
+
.customer-label-area-new .customer-label-content .info-tag-p2 span.tag-item:nth-child(2n) {
|
|
15144
|
+
padding-right: 0;
|
|
15145
|
+
}
|
|
15142
15146
|
.customer-label-area-new .customer-label-content .info-tag-p2 .two-overflow {
|
|
15143
|
-
width: calc(100%
|
|
15147
|
+
width: calc(100% - 60px);
|
|
15148
|
+
overflow: hidden;
|
|
15149
|
+
white-space: nowrap;
|
|
15150
|
+
text-overflow: ellipsis;
|
|
15144
15151
|
padding-right: 0;
|
|
15145
15152
|
}
|
|
15146
|
-
.customer-label-area-new .customer-label-content .info-tag-p3
|
|
15153
|
+
.customer-label-area-new .customer-label-content .info-tag-p3 .tag-item {
|
|
15154
|
+
display: flex;
|
|
15147
15155
|
width: calc(100% / 3);
|
|
15148
15156
|
overflow: hidden;
|
|
15149
15157
|
white-space: nowrap;
|
|
@@ -15151,8 +15159,14 @@ body {
|
|
|
15151
15159
|
padding-right: 20px;
|
|
15152
15160
|
box-sizing: border-box;
|
|
15153
15161
|
}
|
|
15162
|
+
.customer-label-area-new .customer-label-content .info-tag-p3 span.tag-item:nth-child(3n) {
|
|
15163
|
+
padding-right: 0;
|
|
15164
|
+
}
|
|
15154
15165
|
.customer-label-area-new .customer-label-content .info-tag-p3 .three-overflow {
|
|
15155
|
-
|
|
15166
|
+
overflow: hidden;
|
|
15167
|
+
white-space: nowrap;
|
|
15168
|
+
text-overflow: ellipsis;
|
|
15169
|
+
width: calc(100% - 60px);
|
|
15156
15170
|
padding-right: 0;
|
|
15157
15171
|
}
|
|
15158
15172
|
.customer-label-area-new .customer-label-content .common-block-height {
|