mali-applet-ui 0.1.77 → 0.1.78

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,6 +1,6 @@
1
1
  <template>
2
2
  <view class="ml-drawer" :class="[className || '', `placement-${placement || 'bottom'}`, {'is-visible': visible, 'is-animate': isAnimate}]" @tap="tapMaskEvent">
3
- <view v-if="visible" class="ml-drawer-warpper" @tap.stop>
3
+ <view v-if="visible" class="ml-drawer-warpper" @tap.stop.prevent>
4
4
  <view v-if="showHeader" class="ml-drawer-header">
5
5
  <slot name="header">
6
6
  <view v-if="title" class="ml-drawer-header-title">{{ title }}</view>
@@ -182,13 +182,11 @@ export default {
182
182
  flex-direction: row;
183
183
  align-items: center;
184
184
  padding: 10rpx 20rpx;
185
- min-height: 80rpx;
185
+ min-height: 90rpx;
186
+ font-size: $uni-font-size-lg;
186
187
  }
187
188
  .ml-drawer-header-title {
188
189
  text-align: center;
189
- height: 70rpx;
190
- line-height: 70rpx;
191
- font-size: $uni-font-size-base;
192
190
  overflow: hidden;
193
191
  text-overflow: ellipsis;
194
192
  white-space: nowrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "0.1.77",
3
+ "version": "0.1.78",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "components",