cc-core-cli 1.0.124 → 1.0.125
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/package.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
|
|
30
31
|
.form-item-related-one2one-select.ant-form-item-has-feedback.ant-form-item-has-error {
|
|
31
32
|
.ant-form-item-children-icon {
|
|
32
33
|
right: 46px;
|
|
@@ -2075,6 +2076,13 @@
|
|
|
2075
2076
|
cursor: pointer;
|
|
2076
2077
|
}
|
|
2077
2078
|
|
|
2079
|
+
.visibility-toggle {
|
|
2080
|
+
cursor: pointer;
|
|
2081
|
+
padding-top: 8px;
|
|
2082
|
+
padding-bottom: 8px;
|
|
2083
|
+
padding-inline-start: 8px;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2078
2086
|
.remove {
|
|
2079
2087
|
display: block;
|
|
2080
2088
|
width: 30px;
|
|
@@ -2674,6 +2682,7 @@
|
|
|
2674
2682
|
margin-right: 5px;
|
|
2675
2683
|
}
|
|
2676
2684
|
|
|
2685
|
+
|
|
2677
2686
|
.modal-change-password {
|
|
2678
2687
|
.mutiline-format {
|
|
2679
2688
|
margin-bottom: 0px;
|