cloud-business 0.1.91-15 → 0.1.91-16
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 +4 -0
- package/cloud-business.js +2 -2
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -14274,6 +14274,7 @@ body {
|
|
|
14274
14274
|
cursor: pointer;
|
|
14275
14275
|
}
|
|
14276
14276
|
.account-area-new .customer-account-info-new .uniId-wrap .uniId-state {
|
|
14277
|
+
cursor: pointer;
|
|
14277
14278
|
margin-left: 8px;
|
|
14278
14279
|
border-radius: 13px;
|
|
14279
14280
|
padding: 0 8px;
|
|
@@ -14843,6 +14844,9 @@ body {
|
|
|
14843
14844
|
font-weight: 400;
|
|
14844
14845
|
font-size: 14px;
|
|
14845
14846
|
}
|
|
14847
|
+
.grid-area-new .customer-benefit-area-new .info-tip {
|
|
14848
|
+
cursor: pointer;
|
|
14849
|
+
}
|
|
14846
14850
|
.grid-area-new .customer-order-area-new {
|
|
14847
14851
|
height: calc(100% - 16px);
|
|
14848
14852
|
width: 100%;
|