sone-ui-component-3.2.4 2.1.32 → 2.1.34

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.
package/src/index.js CHANGED
@@ -57,7 +57,7 @@ if (typeof window !== 'undefined' && window.Vue) {
57
57
  }
58
58
 
59
59
  export default {
60
- version: '2.1.32',
60
+ version: '2.1.34',
61
61
  locale: locale.use,
62
62
  i18n: locale.i18n,
63
63
  install,
@@ -299,7 +299,7 @@
299
299
  color: $--color-primary;
300
300
  cursor: pointer;
301
301
  font-size: 12px;
302
- margin: 0;
302
+ margin: 0 !important;
303
303
  padding: 0 0 0 10px;
304
304
  }
305
305
  }