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

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.
@@ -17,7 +17,7 @@
17
17
  align-items: center;
18
18
  justify-content: center;
19
19
  height: 50px;
20
- border-bottom: 1px solid #ededed;
20
+ border-bottom: 1px solid #eee;
21
21
  font-size: 16px;
22
22
  font-weight: 600;
23
23
  position: relative;
@@ -161,14 +161,7 @@
161
161
 
162
162
  .notification-body .notification-footer {
163
163
  height: 40px;
164
- display: flex;
165
- align-items: center;
166
- justify-content: center;
167
- background: #f9f9f9;
168
- cursor: pointer;
169
- border-bottom-left-radius: 8px;
170
- border-bottom-right-radius: 8px;
171
- border-top: 1px solid #ededed;
164
+ border-top: 1px solid #eee !important;
172
165
  }
173
166
 
174
167
  .notification-body .notification-footer:hover {
@@ -87,8 +87,8 @@ class NotificationPopover extends _react.default.Component {
87
87
  ref: ref => this.notificationsWrapperRef = ref,
88
88
  children: this.props.children
89
89
  })
90
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
91
- className: "notification-footer",
90
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("button", {
91
+ className: "notification-footer border-0 bg-transparent d-block w-100",
92
92
  onClick: this.onNotificationDialogToggle,
93
93
  children: footerText
94
94
  })]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.123xms.28",
3
+ "version": "6.0.123xms.30",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "5.0.9",