mali-applet-ui 0.0.85 → 0.0.86

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: 20rpx 0;
46
+ margin-bottom: 20rpx;
47
47
  .ml-chunk-group-title {
48
48
  display: flex;
49
49
  flex-direction: row;
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <view class="ml-form-group" :class="className">
2
+ <view class="ml-form-group" :class="className || ''">
3
3
  <view v-if="title || $slots.title" class="ml-form-group-title">
4
4
  <slot name="title">
5
5
  <text>{{ title }}</text>
@@ -26,9 +26,9 @@ export default {
26
26
 
27
27
  <style lang="scss">
28
28
  .ml-form-group {
29
- margin: 20rpx 0;
30
29
  border-radius: 10rpx;
31
30
  background: #ffffff;
31
+ margin-bottom: 20rpx;
32
32
  .ml-form-group-title {
33
33
  display: flex;
34
34
  align-items: center;
@@ -145,7 +145,7 @@ export default {
145
145
 
146
146
  <style lang="scss">
147
147
  .ml-list-group {
148
- margin: 20rpx 0;
148
+ margin-bottom: 20rpx;
149
149
  .ml-list-group-content {
150
150
  display: flex;
151
151
  flex-direction: column;
@@ -19,6 +19,9 @@
19
19
  <script>
20
20
  export default {
21
21
  name: 'MlListMenuGroup',
22
+ options: {
23
+ virtualHost: true
24
+ },
22
25
  props: {
23
26
  title: String,
24
27
  prefixIcon: String,
@@ -37,7 +40,7 @@ export default {
37
40
  .ml-list-menu-group {
38
41
  display: flex;
39
42
  flex-direction: column;
40
- margin: 20rpx 0;
43
+ margin-bottom: 20rpx;
41
44
  background: #ffffff;
42
45
  .ml-list-menu-group-title {
43
46
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "components",