mali-applet-ui 0.2.57 → 0.2.58

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.
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <view class="ml-chunk-group" :class="[className || '', status ? `ss-${status}` : '', align ? `align-${align}` : '', {'is-vertical': vertical, 'is-header': title || $slots.title}]">
2
+ <view class="ml-chunk-group" :class="[className || '', status ? `ss-${status}` : '', align ? `align-${align}` : '', {'is-status': !!status, 'is-vertical': vertical, 'is-header': title || $slots.title}]">
3
3
  <view v-if="title || $slots.title" class="ml-chunk-group-title">
4
4
  <slot name="title">
5
5
  <view v-if="prefixIcon" class="ml-chunk-group-left-icon">
@@ -71,6 +71,13 @@ export default {
71
71
  flex-direction: column;
72
72
  }
73
73
  }
74
+ &.is-status {
75
+ &.is-header {
76
+ .ml-chunk-group-body {
77
+ padding-bottom: 20rpx;
78
+ }
79
+ }
80
+ }
74
81
  &.align-left {
75
82
  text-align: left;
76
83
  }
@@ -125,7 +125,7 @@ export default {
125
125
 
126
126
  <style lang="scss">
127
127
  .ml-select-picker {
128
- display: inline-block;
128
+ display: block;
129
129
  font-size: $uni-font-size-base;
130
130
  box-sizing: border-box;
131
131
  padding: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.2.57",
3
+ "version": "0.2.58",
4
4
  "description": "码里云小程序组件库",
5
5
  "scripts": {
6
6
  "release": "node script/release.js && npm publish"