easy3wui 1.5.88-beta6 → 1.5.88-beta7
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.
|
@@ -127,9 +127,9 @@ var Easy3wButton = function (_Component) {
|
|
|
127
127
|
onClick: function onClick(e) {
|
|
128
128
|
return _this.onClickFunc(e, obj.func);
|
|
129
129
|
},
|
|
130
|
-
loading: obj.loading
|
|
130
|
+
loading: obj.loading,
|
|
131
|
+
className: (0, _classnames2['default'])(['e3wFootBtn'])
|
|
131
132
|
}, typeProps, {
|
|
132
|
-
className: (0, _classnames2['default'])(['e3wFootBtn']),
|
|
133
133
|
key: index
|
|
134
134
|
}),
|
|
135
135
|
obj.cName
|
|
@@ -194,7 +194,7 @@ var Easy3wButton = function (_Component) {
|
|
|
194
194
|
}, key: index },
|
|
195
195
|
_react2['default'].createElement(
|
|
196
196
|
_button2['default'],
|
|
197
|
-
(0, _extends3['default'])({
|
|
197
|
+
(0, _extends3['default'])({ className: (0, _classnames2['default'])(['btn', 'e3wFootBtn']) }, typeProps),
|
|
198
198
|
cName
|
|
199
199
|
)
|
|
200
200
|
);
|