mali-applet-ui 0.2.17 → 0.2.19

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.
@@ -54,7 +54,8 @@ export default {
54
54
  &.normal-shrink {
55
55
  flex-shrink: 0;
56
56
  }
57
- &.normal-wrap {
57
+ &.normal-wrap,
58
+ &.is-important {
58
59
  overflow: hidden;
59
60
  white-space: normal;
60
61
  word-wrap: break-word;
@@ -72,7 +72,7 @@ export default {
72
72
  if (errMaps) {
73
73
  if (this.ruleMsg) {
74
74
  uni.showToast({
75
- title: '请将必填字段填写完整',
75
+ title: '请填写必填字段',
76
76
  icon: 'error'
77
77
  })
78
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.2.17",
3
+ "version": "0.2.19",
4
4
  "description": "码里云小程序组件库",
5
5
  "scripts": {
6
6
  "release": "node script/release.js && npm publish"