dtable-ui-component 6.0.110-ppy.2 → 6.0.110-xko.1

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.
@@ -146,10 +146,6 @@ const MenuSelectStyle = exports.MenuSelectStyle = {
146
146
  valueContainer: (provided, state) => ({
147
147
  ...provided,
148
148
  padding: '2px 8px 2px 16px'
149
- }),
150
- dropdownIndicator: (provided, state) => ({
151
- ...provided,
152
- padding: 0
153
149
  })
154
150
  };
155
151
  const DropdownIndicator = props => {
@@ -161,7 +157,7 @@ const DropdownIndicator = props => {
161
157
  fontSize: '12px',
162
158
  marginLeft: '-2px',
163
159
  color: '#666666',
164
- paddingRight: '16px'
160
+ marginRight: '16px'
165
161
  }
166
162
  })
167
163
  });
@@ -222,7 +218,7 @@ const Option = props => {
222
218
  style: {
223
219
  fontSize: '14px',
224
220
  color: '#666666',
225
- paddingLeft: '16px'
221
+ marginLeft: '16px'
226
222
  }
227
223
  })]
228
224
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.110-ppy.2",
3
+ "version": "6.0.110-xko.1",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^5.0.4",