dtable-ui-component 6.0.110-ssk.3 → 6.0.110-ssk.8

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.
@@ -107,7 +107,7 @@ class FilterItemUtils {
107
107
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
108
108
  className: "single-select-check-icon",
109
109
  children: (selectedOption === null || selectedOption === void 0 ? void 0 : selectedOption.id) === option.id && /*#__PURE__*/(0, _jsxRuntime.jsx)("i", {
110
- className: "option-edit dtable-font dtable-icon-check-mark"
110
+ className: "option-edit dtable-font dtable-icon-check"
111
111
  })
112
112
  })]
113
113
  })
@@ -132,7 +132,7 @@ class FilterItemUtils {
132
132
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
133
133
  className: "multiple-check-icon",
134
134
  children: filterTerm.indexOf(option.id) > -1 && /*#__PURE__*/(0, _jsxRuntime.jsx)("i", {
135
- className: "option-edit dtable-font dtable-icon-check-mark"
135
+ className: "option-edit dtable-font dtable-icon-check"
136
136
  })
137
137
  })]
138
138
  })
@@ -49,7 +49,7 @@ class CollaboratorFilter extends _react.Component {
49
49
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
50
50
  className: "collaborator-check-icon",
51
51
  children: isSelected && /*#__PURE__*/(0, _jsxRuntime.jsx)("i", {
52
- className: "option-edit dtable-font dtable-icon-check-mark"
52
+ className: "option-edit dtable-font dtable-icon-check"
53
53
  })
54
54
  })]
55
55
  })
@@ -134,8 +134,8 @@
134
134
  height: 12px;
135
135
  width: 12px;
136
136
  line-height: 12px;
137
- top: 4px;
138
- right: 22px;
137
+ top: 10px !important;
138
+ right: 18px;
139
139
  }
140
140
 
141
141
  .seatable-group-select .seatable-icon-btn:not(.disabled):hover {
@@ -220,7 +220,7 @@ class SelectOptionGroup extends _react.Component {
220
220
  style: style,
221
221
  onMouseDown: this.onMouseDown,
222
222
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
223
- className: "position-relative mb-1",
223
+ className: "position-relative",
224
224
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableSearchInput.default, {
225
225
  className: "option-search-control",
226
226
  placeholder: searchPlaceholder,
@@ -24,6 +24,7 @@
24
24
  display: flex;
25
25
  justify-content: space-between;
26
26
  align-items: center;
27
+ width: 100%;
27
28
  }
28
29
 
29
30
  .option-group-search .form-control {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110-ssk.3",
3
+ "version": "6.0.110-ssk.8",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",