@tplc/business 0.7.64 → 0.7.65

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,13 @@
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.65](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.64...v0.7.65) (2026-01-12)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * **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))
11
+
5
12
  ### [0.7.64](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.58...v0.7.64) (2026-01-12)
6
13
 
7
14
 
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.7.64",
3
+ "version": "0.7.65",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],