cloud-business 0.1.91-1 → 0.1.91-2
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 +14 -6
- 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
|
@@ -15271,9 +15271,12 @@ body {
|
|
|
15271
15271
|
overflow: hidden;
|
|
15272
15272
|
white-space: nowrap;
|
|
15273
15273
|
text-overflow: ellipsis;
|
|
15274
|
-
color: var(--shuyunBlue4);
|
|
15274
|
+
color: var(--shuyunBlue4) !important;
|
|
15275
15275
|
cursor: pointer;
|
|
15276
15276
|
}
|
|
15277
|
+
.over-length-tip-href:hover {
|
|
15278
|
+
color: var(--shuyunBlue4) !important;
|
|
15279
|
+
}
|
|
15277
15280
|
.text-overflow-other {
|
|
15278
15281
|
overflow: hidden;
|
|
15279
15282
|
white-space: nowrap;
|
|
@@ -15435,7 +15438,6 @@ body {
|
|
|
15435
15438
|
overflow: hidden;
|
|
15436
15439
|
}
|
|
15437
15440
|
.customer-label-area-new .customer-label-content .rfm-module-new,
|
|
15438
|
-
.customer-label-area-new .customer-label-content .custom-module-new,
|
|
15439
15441
|
.customer-label-area-new .customer-label-content .weChat-module-new {
|
|
15440
15442
|
width: 100%;
|
|
15441
15443
|
height: 100%;
|
|
@@ -15444,11 +15446,17 @@ body {
|
|
|
15444
15446
|
overflow-y: auto;
|
|
15445
15447
|
overflow-x: hidden;
|
|
15446
15448
|
}
|
|
15447
|
-
.customer-label-area-new .customer-label-content .
|
|
15448
|
-
|
|
15449
|
-
|
|
15449
|
+
.customer-label-area-new .customer-label-content .custom-module-new {
|
|
15450
|
+
width: 100%;
|
|
15451
|
+
height: 100%;
|
|
15452
|
+
overflow: hidden;
|
|
15453
|
+
}
|
|
15454
|
+
.customer-label-area-new .customer-label-content .custom-module-new .newCloud-loading {
|
|
15455
|
+
padding: 16px;
|
|
15450
15456
|
min-height: 100%;
|
|
15451
|
-
|
|
15457
|
+
overflow-x: hidden;
|
|
15458
|
+
overflow-y: auto;
|
|
15459
|
+
box-sizing: border-box;
|
|
15452
15460
|
}
|
|
15453
15461
|
.customer-label-area-new .customer-label-content .common-title {
|
|
15454
15462
|
display: flex;
|