s-material-react 1.9.995 → 1.9.997

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.
@@ -174,9 +174,9 @@
174
174
  background: rgba(255, 255, 255, 1);
175
175
  border-top: 1px solid #eeeeee;
176
176
  overflow: hidden;
177
- position: sticky;
178
- bottom: 100px;
179
-
177
+ position: fixed;
178
+ bottom: 49px;
179
+ z-index: 10000000;
180
180
  .choose {
181
181
  display: flex;
182
182
  justify-content: center;
@@ -331,7 +331,7 @@
331
331
  padding: 31px 6px;
332
332
  position: absolute;
333
333
  left: 0;
334
- z-index: 1000;
334
+ z-index: 100;
335
335
  top: 0;
336
336
  background: rgba(39, 44, 53, 0.73);
337
337
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s-material-react",
3
- "version": "1.9.995",
3
+ "version": "1.9.997",
4
4
  "description": "'组件库'",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": [