dtable-ui-component 6.0.110-oot.11 → 6.0.110-oot.12

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.
@@ -116,8 +116,11 @@ class DTableCustomizeSelect extends _react.Component {
116
116
  }) : /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
117
117
  className: "select-placeholder",
118
118
  children: placeholder
119
- }), !isLocked && /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
120
- symbol: "down"
119
+ }), !isLocked && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
120
+ className: "d-inline-flex align-items-center",
121
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
122
+ symbol: "down"
123
+ })
121
124
  })]
122
125
  }), this.state.isShowSelectOptions && !isInModal && /*#__PURE__*/(0, _jsxRuntime.jsx)(_selectOptionGroup.default, {
123
126
  value: value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110oot.11",
3
+ "version": "6.0.110oot.12",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",