cloud-business 0.1.129-2 → 0.1.129-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.
- package/cloud-business.css +7 -0
- 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
|
@@ -4791,6 +4791,9 @@ body {
|
|
|
4791
4791
|
.customer-loading {
|
|
4792
4792
|
height: calc(100% - 102px);
|
|
4793
4793
|
}
|
|
4794
|
+
.dynamic-content-info-trades-time-popover {
|
|
4795
|
+
max-width: 400px;
|
|
4796
|
+
}
|
|
4794
4797
|
|
|
4795
4798
|
/**
|
|
4796
4799
|
* index.less
|
|
@@ -6183,6 +6186,10 @@ body {
|
|
|
6183
6186
|
.add-tag-modal .tag-type-area .select-tag-value .cloud-radio-group {
|
|
6184
6187
|
display: inline-block;
|
|
6185
6188
|
}
|
|
6189
|
+
.customer-label-choose-tag-popover {
|
|
6190
|
+
width: 300px!important;
|
|
6191
|
+
max-width: 300px!important;
|
|
6192
|
+
}
|
|
6186
6193
|
|
|
6187
6194
|
.customer-view-icon-svg {
|
|
6188
6195
|
font-size: 16px;
|