venus-design 1.0.25 → 1.0.26

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.
@@ -216,7 +216,11 @@ function AntFilterContent(_ref) {
216
216
  return /*#__PURE__*/React.createElement("div", {
217
217
  style: {
218
218
  padding: 12,
219
- width: type === 'date' ? 280 : 200
219
+ width: type === 'date' ? 280 : 200,
220
+ backgroundColor: '#fff',
221
+ borderRadius: 8,
222
+ marginTop: 6,
223
+ boxShadow: '0 2px 8px rgba(0, 0, 0, 0.15)'
220
224
  }
221
225
  }, type === 'text' && /*#__PURE__*/React.createElement(_Input, {
222
226
  placeholder: "\u5173\u952E\u5B57",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",