mali-applet-ui 1.0.43 → 1.0.45

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.
@@ -38,7 +38,7 @@ export default {
38
38
 
39
39
  <style lang="scss">
40
40
  .ml-card {
41
- margin-bottom: 20rpx;
41
+ margin-bottom: $ml-page-interval-margin;
42
42
  border-radius: $ml-border-radius;
43
43
  &.is-bg {
44
44
  background: #fff;
@@ -45,7 +45,7 @@ export default {
45
45
  display: block;
46
46
  border-radius: $ml-border-radius;
47
47
  background: #ffffff;
48
- margin-bottom: 20rpx;
48
+ margin-bottom: $ml-page-interval-margin;
49
49
  color: $ml-font-color;
50
50
  .ml-chunk-group-title {
51
51
  display: flex;
@@ -30,7 +30,7 @@ export default {
30
30
 
31
31
  <style lang="scss">
32
32
  .ml-form-group {
33
- margin-bottom: 20rpx;
33
+ margin-bottom: $ml-page-interval-margin;
34
34
  font-size: $ml-base-font-size;
35
35
  .ml-form-group-header {
36
36
  display: flex;
@@ -268,7 +268,7 @@ export default {
268
268
 
269
269
  <style lang="scss">
270
270
  .ml-list-group {
271
- margin-bottom: 20rpx;
271
+ margin-bottom: $ml-page-interval-margin;
272
272
  color: $uni-text-color;
273
273
  font-size: $ml-base-font-size;
274
274
  .ml-list-group-content {
@@ -169,7 +169,7 @@ export default {
169
169
  // #endif
170
170
  }
171
171
  &.is-padding {
172
- margin-bottom: 20rpx;
172
+ margin-bottom: $ml-page-interval-margin;
173
173
  }
174
174
  &:last-child {
175
175
  margin-bottom: 0;
@@ -156,7 +156,7 @@ export default {
156
156
  .ml-list-menu-group {
157
157
  display: flex;
158
158
  flex-direction: column;
159
- margin-bottom: 20rpx;
159
+ margin-bottom: $ml-page-interval-margin;
160
160
  .ml-list-menu-group-title {
161
161
  display: flex;
162
162
  flex-direction: row;
@@ -41,46 +41,46 @@ export default {
41
41
  border-radius: $ml-border-radius;
42
42
  font-size: $ml-describe-font-size;
43
43
  &.ss-primary {
44
- color: #ffffff;
45
- background: $uni-color-primary;
44
+ color: $uni-color-primary;
45
+ background: #e0efff;
46
46
  }
47
47
  &.ss-success {
48
- color: #ffffff;
49
- background: $uni-color-success;
48
+ color: $uni-color-success;
49
+ background: #e0f5e8;
50
50
  }
51
51
  &.ss-info {
52
- background: #909399;
52
+ background: #eaebed;
53
53
  }
54
54
  &.ss-warning {
55
55
  color: #ffffff;
56
56
  background: $uni-color-warning;
57
57
  }
58
58
  &.ss-danger {
59
- color: #ffffff;
60
- background: $uni-color-error;
59
+ color: $uni-color-error;
60
+ background: #ffeaec;
61
61
  }
62
62
  &.ss-gray {
63
63
  background: $ml-gray-color;
64
64
  }
65
65
  &.ss-blue {
66
- color: #ffffff;
67
- background: $ml-blue-color;
66
+ color: $ml-blue-color;
67
+ background: #e0efff;
68
68
  }
69
69
  &.ss-green {
70
- color: #ffffff;
71
- background: $ml-green-color;
70
+ color: $ml-green-color;
71
+ background: #e0f5e8;
72
72
  }
73
73
  &.ss-pink {
74
- color: #ffffff;
75
- background: $ml-pink-color;
74
+ color: $ml-pink-color;
75
+ background: #ffeaec;
76
76
  }
77
77
  &.ss-orange {
78
- color: #ffffff;
79
- background: $ml-orange-color;
78
+ color: $ml-orange-color;
79
+ background: #ffedd6;
80
80
  }
81
81
  &.ss-purple {
82
- color: #ffffff;
83
- background: $ml-purple-color;
82
+ color: $ml-purple-color;
83
+ background: #f2e9ff;
84
84
  }
85
85
  .ml-status-tag-left-icon,
86
86
  .ml-status-tag-right-icon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "lib",