s-material-react 2.1.7 → 2.1.8

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.
@@ -165,20 +165,21 @@
165
165
  }
166
166
 
167
167
  .cart-dashboard {
168
- height: 80px;
168
+ height: 50px;
169
169
  // line-height: 60px;
170
170
  width: 100%;
171
- padding: 0 15px 30px;
171
+ padding: 0 15px;
172
172
  box-sizing: border-box;
173
173
  display: flex;
174
174
  justify-content: space-between;
175
175
  background: rgba(255, 255, 255, 1);
176
176
  border-top: 1px solid #eeeeee;
177
177
  overflow: hidden;
178
- position: sticky;
179
- bottom: 100px;
178
+ position: fixed;
179
+ /*postcss-pxtransform ignore next*/
180
+ bottom: 50px;
180
181
  // margin-bottom: -20px;
181
- transform: translateY(20px);
182
+ // transform: translateY(20px);
182
183
  z-index: 100;
183
184
  .choose {
184
185
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s-material-react",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "description": "'组件库'",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": [