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:
|
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:
|
165
|
+
z-index: 9;
|
166
166
|
}
|
167
167
|
&__content-active {
|
168
168
|
background-color: var(--ant-color-primary-border);
|
package/dist/aside/index.js
CHANGED
@@ -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: {
|
package/dist/aside/index.scss
CHANGED