mali-applet-ui 0.1.93 → 0.1.95

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.
@@ -41,6 +41,7 @@ export default {
41
41
  <style lang="scss">
42
42
  .ml-col {
43
43
  white-space: normal;
44
+ word-wrap: break-word;
44
45
  word-break: keep-all;
45
46
  $spans: 4.16667%, 8.33333%, 12.5%, 16.66667%, 20.83333%, 25%, 29.16667%, 33.33333%,
46
47
  37.5%, 41.66667%, 45.83333%, 50%, 54.16667%, 58.33333%, 62.5%, 66.66667%,
@@ -105,10 +105,10 @@ export default {
105
105
  left: 114rpx;
106
106
  background-color: #f56c6c;
107
107
  color: #fff;
108
- border-radius: 20rpx;
108
+ border-radius: 16rpx;
109
109
  display: inline-block;
110
- width: 20rpx;
111
- height: 20rpx;
110
+ width: 16rpx;
111
+ height: 16rpx;
112
112
  }
113
113
  .ml-tabbar-icon {
114
114
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.1.93",
3
+ "version": "0.1.95",
4
4
  "description": "码里云小程序组件库",
5
5
  "scripts": {
6
6
  "release": "node script/release.js && npm publish"