@tplc/business 0.0.40 → 0.0.41

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.41](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.40...v0.0.41) (2024-10-25)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * sticky 兼容小程序 ([c179ae0](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/c179ae0d276d51e91fe6d7cc3cadb57bf238c969))
11
+
12
+
13
+ ### 🐛 Bug Fixes | Bug 修复
14
+
15
+ * filter颜色 ([ca3cd9c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ca3cd9ca596306580e06305eabad4e5e7ad44d1f))
16
+ * nav 兼容statusbar ([322e6d4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/322e6d46d7bd8c32e45e2236064d8ed16ac0793c))
17
+
5
18
  ### [0.0.40](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.39...v0.0.40) (2024-10-24)
6
19
 
7
20
 
@@ -5,6 +5,7 @@
5
5
  :class="{
6
6
  'lcb-filter__border-top': showPlain ? false : border,
7
7
  'lcb-filter__plain': showPlain,
8
+ '!bg-white': !showPlain,
8
9
  }"
9
10
  class="w-100vw"
10
11
  >
@@ -9,20 +9,20 @@
9
9
  paddingTop,
10
10
  }"
11
11
  >
12
+ <view
13
+ class="navbar-header-background"
14
+ :style="{
15
+ backgroundColor: navbarBgColor,
16
+ opacity: navbarBgOpacity,
17
+ backgroundImage: backgroundType === 'img' ? `url(${backgroundImage})` : '',
18
+ }"
19
+ />
12
20
  <view
13
21
  class="navbar-header"
14
22
  :style="{
15
23
  color: contentColor,
16
24
  }"
17
25
  >
18
- <view
19
- class="navbar-header-background"
20
- :style="{
21
- backgroundColor: navbarBgColor,
22
- opacity: navbarBgOpacity,
23
- backgroundImage: backgroundType === 'img' ? `url(${backgroundImage})` : '',
24
- }"
25
- />
26
26
  <!-- 左边布局 -->
27
27
  <view class="navbar-left z-1">
28
28
  <!-- 返回按钮 -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],