@tplc/business 0.0.4 → 0.0.5

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.
@@ -3,6 +3,8 @@
3
3
  class="customNavigation"
4
4
  :class="{
5
5
  immersiveTop: topStyle === 2,
6
+ }"
7
+ :style="{
6
8
  paddingTop,
7
9
  }"
8
10
  >
@@ -113,6 +115,7 @@ const paddingTop = computed(() => {
113
115
  .customNavigation {
114
116
  position: relative;
115
117
  width: 100%;
118
+ min-height: 44px;
116
119
 
117
120
  .header {
118
121
  position: absolute;
package/global.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  declare module 'vue' {
2
2
  // Helper for Volar
3
3
  export interface GlobalComponents {
4
- 'lcb-img-nav': (typeof import('./types/lcb-img-nav/lcb-img-nav.vue'))['default']
5
- 'lcb-nav': (typeof import('./types/lcb-nav/lcb-nav.vue'))['default']
4
+ 'lcb-img-nav': (typeof import('./types/components/lcb-img-nav/lcb-img-nav.vue'))['default']
5
+ 'lcb-nav': (typeof import('./types/components/lcb-nav/lcb-nav.vue'))['default']
6
6
  }
7
7
  }
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "keywords": [
5
5
  "业务组件i"
6
6
  ],
File without changes