@tplc/business 0.0.12 → 0.0.13

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.
@@ -22,7 +22,12 @@
22
22
  }"
23
23
  />
24
24
  <!-- 左边布局 -->
25
- <view class="navbar-left">
25
+ <view
26
+ class="navbar-left"
27
+ :style="{
28
+ paddingTop,
29
+ }"
30
+ >
26
31
  <!-- 返回按钮 -->
27
32
  <view
28
33
  v-if="styleGroup === 3"
@@ -55,7 +60,13 @@
55
60
  </view>
56
61
  </view>
57
62
  <!-- 中间布局 -->
58
- <view class="navbar-center" v-if="topStyle === 1">
63
+ <view
64
+ class="navbar-center"
65
+ v-if="topStyle === 1"
66
+ :style="{
67
+ paddingTop,
68
+ }"
69
+ >
59
70
  <Search v-if="styleGroup === 2 && titleLocation === 'center'" :back="back" />
60
71
  <Title v-bind="titleProps" v-else-if="styleGroup === 2 || titleLocation === 'center'" />
61
72
  </view>
@@ -232,7 +243,7 @@ onPageScroll(({ scrollTop: top }) => {
232
243
  }
233
244
  }
234
245
 
235
- > :last-child {
246
+ > view:last-child {
236
247
  &:after {
237
248
  display: none;
238
249
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],