dtable-ui-component 6.0.123-xms.30 → 6.0.123-xms.31

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.
@@ -70,7 +70,7 @@ class DTablePopover extends _react.default.Component {
70
70
  fade: false,
71
71
  hideArrow: hideArrow,
72
72
  innerClassName: innerClassName,
73
- className: popoverClassName,
73
+ className: "seatable-popover ".concat(popoverClassName),
74
74
  modifiers: modifiers,
75
75
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
76
76
  ref: ref => this.dtablePopoverRef = ref,
@@ -162,6 +162,9 @@
162
162
  .notification-body .notification-footer {
163
163
  height: 40px;
164
164
  border-top: 1px solid #eee !important;
165
+ border-bottom-left-radius: 8px;
166
+ border-bottom-right-radius: 8px;
167
+ background: #eee;
165
168
  }
166
169
 
167
170
  .notification-body .notification-footer:hover {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.123xms.30",
3
+ "version": "6.0.123xms.31",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",