dtable-ui-component 5.2.5-alpha1 → 5.2.5-alpha2
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.
|
@@ -106,7 +106,7 @@ const MenuSelectStyle = exports.MenuSelectStyle = {
|
|
|
106
106
|
// 仅用于测试
|
|
107
107
|
color: 'pink'
|
|
108
108
|
}),
|
|
109
|
-
|
|
109
|
+
IndicatorsContainer: () => ({
|
|
110
110
|
padding: '8px 4px'
|
|
111
111
|
})
|
|
112
112
|
};
|
|
@@ -132,7 +132,12 @@ const ClearIndicator = _ref => {
|
|
|
132
132
|
...innerProps,
|
|
133
133
|
onMouseDown
|
|
134
134
|
};
|
|
135
|
-
return /*#__PURE__*/_react.default.createElement(_reactSelect.components.ClearIndicator, props
|
|
135
|
+
return /*#__PURE__*/_react.default.createElement(_reactSelect.components.ClearIndicator, props, /*#__PURE__*/_react.default.createElement("span", {
|
|
136
|
+
className: "dtable-font dtable-icon-fork-number",
|
|
137
|
+
style: {
|
|
138
|
+
fontSize: '12px'
|
|
139
|
+
}
|
|
140
|
+
}));
|
|
136
141
|
};
|
|
137
142
|
exports.ClearIndicator = ClearIndicator;
|
|
138
143
|
const MenuList = props => /*#__PURE__*/_react.default.createElement("div", {
|