mali-applet-ui 0.0.84 → 0.0.85

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.
@@ -43,7 +43,7 @@ export default {
43
43
  display: block;
44
44
  border-radius: 10rpx;
45
45
  background: #ffffff;
46
- margin: 0 10rpx;
46
+ margin: 20rpx 0;
47
47
  .ml-chunk-group-title {
48
48
  display: flex;
49
49
  flex-direction: row;
@@ -145,7 +145,7 @@ export default {
145
145
 
146
146
  <style lang="scss">
147
147
  .ml-list-group {
148
- padding: 0 10rpx;
148
+ margin: 20rpx 0;
149
149
  .ml-list-group-content {
150
150
  display: flex;
151
151
  flex-direction: column;
@@ -62,6 +62,12 @@ export default {
62
62
  margin: 20rpx 0;
63
63
  border-radius: 10rpx;
64
64
  background: #ffffff;
65
+ &:first-child {
66
+ margin-top: 0;
67
+ }
68
+ &:last-child {
69
+ margin-bottom: 0;
70
+ }
65
71
  .ml-list-item-content {
66
72
  display: flex;
67
73
  flex-direction: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.0.84",
3
+ "version": "0.0.85",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "components",