@tplc/business 0.4.127 → 0.4.128

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.4.128](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.126...v0.4.128) (2025-06-15)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 修改card问题 ([f64c8a7](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f64c8a7caf4450862f60c366ac333336ae6d5827))
11
+ * 修改图片地址 ([e713149](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/e7131493ade2f760285c81e87242fce5ccdf02ac))
12
+
13
+
14
+ ### 🚀 Chore | 构建/工程依赖/工具
15
+
16
+ * **release:** 0.4.127 ([ac4edba](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ac4edbafabd30501a6bb7e339d245f05516c20dc))
17
+
5
18
  ### [0.4.127](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.120...v0.4.127) (2025-06-13)
6
19
 
7
20
 
@@ -124,7 +124,7 @@ const itemStyle = computed(() => {
124
124
  <view
125
125
  v-if="layoutType === 'horizontal'"
126
126
  :class="className"
127
- class="flex flex-col gap-1 px-2 bg-white relative overflow-clip"
127
+ class="flex flex-col gap-1 px-2 bg-white relative overflow-clip box-border"
128
128
  :style="itemStyle"
129
129
  >
130
130
  <slot name="itemSection" />
@@ -278,7 +278,7 @@ const itemStyle = computed(() => {
278
278
  <!-- 竖向布局 -->
279
279
  <view
280
280
  v-if="layoutType === 'vertical'"
281
- class="flex bg-white relative overflow-hidden"
281
+ class="flex bg-white relative overflow-hidden box-border"
282
282
  :class="className"
283
283
  :style="itemStyle"
284
284
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.127",
3
+ "version": "0.4.128",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],