mali-applet-ui 0.2.39 → 0.2.41

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.
@@ -17,6 +17,8 @@
17
17
  </template>
18
18
 
19
19
  <script>
20
+ import XEUtils from 'xe-utils'
21
+
20
22
  export default {
21
23
  name: 'MlListMenuGroup',
22
24
  props: {
@@ -64,7 +64,7 @@ export default {
64
64
 
65
65
  <style lang="scss">
66
66
  .ml-text {
67
- display: inline;
67
+ display: inline-block;
68
68
  padding: 0 4rpx;
69
69
  &.is-underline {
70
70
  text-decoration: underline;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.2.39",
3
+ "version": "0.2.41",
4
4
  "description": "码里云小程序组件库",
5
5
  "scripts": {
6
6
  "release": "node script/release.js && npm publish"