yootd 0.2.29 → 0.2.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.
@@ -152,7 +152,7 @@
152
152
  right: 16px;
153
153
  height: 1px;
154
154
  background-color: #e5e5e5;
155
- z-index: 100;
155
+ z-index: 9;
156
156
  }
157
157
  &-content-no-bg::before {
158
158
  content: '';
@@ -162,7 +162,7 @@
162
162
  right: 16px;
163
163
  height: 1px;
164
164
  background-color: #e5e5e5;
165
- z-index: 100;
165
+ z-index: 9;
166
166
  }
167
167
  &__content-active {
168
168
  background-color: var(--ant-color-primary-border);
@@ -188,12 +188,12 @@ export var Aside = function Aside(_ref) {
188
188
  overflowY: overflow ? 'auto' : 'visible'
189
189
  })
190
190
  }, titleShow && /*#__PURE__*/React.createElement("div", {
191
- className: "".concat(mb.b('title'))
192
- }, /*#__PURE__*/React.createElement("span", {
193
- className: "".concat(mb.b('title').e('title-text')),
191
+ className: "".concat(mb.b('title')),
194
192
  style: {
195
193
  position: overflow ? 'sticky' : 'static'
196
194
  }
195
+ }, /*#__PURE__*/React.createElement("span", {
196
+ className: "".concat(mb.b('title').e('title-text'))
197
197
  }, title), customBtn != null ? customBtn : /*#__PURE__*/React.createElement("div", {
198
198
  className: "".concat(mb.b('title').e('add-btn-icon')),
199
199
  style: {
@@ -11,7 +11,7 @@
11
11
  justify-content: space-between;
12
12
  background-color: #fff;
13
13
  top: 0;
14
- z-index: 999;
14
+ z-index: 10;
15
15
  &__title-text {
16
16
  font-size: 18px;
17
17
  font-weight: bold;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yootd",
3
- "version": "0.2.29",
3
+ "version": "0.2.30",
4
4
  "description": "基于 Antd 二次开发的组件库",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",