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

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.
@@ -97,3 +97,11 @@
97
97
  width: calc(100% - 20px);
98
98
  white-space: nowrap;
99
99
  }
100
+
101
+ .seatable-customize-select .multiple-check-icon,
102
+ .seatable-customize-select .header-icon .dtable-font,
103
+ .seatable-option-group .select-label .header-icon .dtable-font {
104
+ color: var(--bs-icon-secondary-color) !important;
105
+ cursor: default;
106
+ font-size: 14px;
107
+ }
@@ -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,
@@ -98,9 +98,6 @@
98
98
  color: #aaa;
99
99
  } */
100
100
 
101
- /* .seatable-select-option .select-option-name .single-select-option {
102
- margin: 0 0 0 12px;
103
- } */
104
101
 
105
102
  .seatable-select-option .select-option-name .multiple-select-option {
106
103
  margin: 0;
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.13",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",