@fle-ui/plus-table 1.2.10 → 1.2.21-beta.0

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.
package/es/index.js CHANGED
@@ -455,7 +455,7 @@ var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
455
455
  onClose: function onClose() {
456
456
  return setSearchDrawer(false);
457
457
  },
458
- title: "\u9AD8\u7EA7\u7B5B\u9009",
458
+ title: '高级筛选',
459
459
  width: 380,
460
460
  rootStyle: {
461
461
  position: 'fixed',
@@ -489,8 +489,10 @@ var PlusTable = /*#__PURE__*/forwardRef(function (props, ref) {
489
489
  style: {
490
490
  position: 'fixed',
491
491
  bottom: 0,
492
+ background: 'white',
492
493
  display: 'flex',
493
494
  width: '380px',
495
+ borderTop: '1px solid #f0f0f0',
494
496
  right: '0',
495
497
  justifyContent: 'space-around',
496
498
  padding: '16px',
package/lib/index.js CHANGED
@@ -455,7 +455,7 @@ var PlusTable = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
455
455
  onClose: function onClose() {
456
456
  return setSearchDrawer(false);
457
457
  },
458
- title: "\u9AD8\u7EA7\u7B5B\u9009",
458
+ title: '高级筛选',
459
459
  width: 380,
460
460
  rootStyle: {
461
461
  position: 'fixed',
@@ -489,8 +489,10 @@ var PlusTable = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
489
489
  style: {
490
490
  position: 'fixed',
491
491
  bottom: 0,
492
+ background: 'white',
492
493
  display: 'flex',
493
494
  width: '380px',
495
+ borderTop: '1px solid #f0f0f0',
494
496
  right: '0',
495
497
  justifyContent: 'space-around',
496
498
  padding: '16px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/plus-table",
3
- "version": "1.2.10",
3
+ "version": "1.2.21-beta.0",
4
4
  "description": "@fle-ui/plus-table",
5
5
  "keywords": [
6
6
  "fle-ui",
@@ -46,5 +46,5 @@
46
46
  "@ant-design/pro-components": "^2.7.0",
47
47
  "dayjs": "^1.11.10"
48
48
  },
49
- "gitHead": "cabb2f4f78963f6580e7bf77c93f82de1e817c8f"
49
+ "gitHead": "a53bcfc7f0c88c745b91d7f53f3d3e51458fd636"
50
50
  }