mali-applet-ui 0.2.8 → 0.2.9

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.
@@ -229,7 +229,7 @@ export default {
229
229
  }
230
230
  }
231
231
  &.is-border {
232
- .ml-amount-input-inp
232
+ .ml-amount-input-inp,
233
233
  .ml-amount-input-simulate {
234
234
  border: 1px solid #e5e5e5;
235
235
  border-radius: $ml-border-radius;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "码里云小程序组件库",
5
5
  "scripts": {
6
6
  "release": "node script/release.js && npm publish"