@tplc/business 0.7.64 → 0.7.66

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,20 @@
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.7.66](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.65...v0.7.66) (2026-01-12)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * **lcb-img-nav:** update demo page with enhanced layout and new navigation title ([0578991](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/05789916afa8448fa3c38d677ac74437f351fc62))
11
+
12
+ ### [0.7.65](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.64...v0.7.65) (2026-01-12)
13
+
14
+
15
+ ### ✨ Features | 新功能
16
+
17
+ * **lcb-tabs:** enhance tab component with JSON formatted names and improve layout for better responsiveness ([fc19f33](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/fc19f3384c03519075770c9f6a978a859e8b1e60))
18
+
5
19
  ### [0.7.64](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.58...v0.7.64) (2026-01-12)
6
20
 
7
21
 
@@ -200,6 +200,7 @@ const renderItems = computed(() => {
200
200
  :deep(.title) {
201
201
  text-align: start;
202
202
  margin-left: 24rpx;
203
+ flex: 1;
203
204
  }
204
205
  }
205
206
  .title {
@@ -129,6 +129,9 @@ watch(
129
129
  getData()
130
130
  }
131
131
  },
132
+ {
133
+ immediate: true,
134
+ },
132
135
  )
133
136
 
134
137
  const onSaveImg = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.7.64",
3
+ "version": "0.7.66",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],