ebaoferc 2.0.9-beta.0 → 2.0.9-beta.1
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.
|
@@ -102,8 +102,10 @@ var MaskTxt = function MaskTxt(props, ref) {
|
|
|
102
102
|
var showIcon = function showIcon() {
|
|
103
103
|
if (loading) return /*#__PURE__*/_jsx(LoadingOutlined, {});
|
|
104
104
|
return isMask ? /*#__PURE__*/_jsx(EyeInvisibleOutlined, {
|
|
105
|
+
className: styles.icon,
|
|
105
106
|
onClick: handleView
|
|
106
107
|
}) : /*#__PURE__*/_jsx(EyeOutlined, {
|
|
108
|
+
className: styles.icon,
|
|
107
109
|
onClick: function onClick() {
|
|
108
110
|
return setIsMask(true);
|
|
109
111
|
}
|