@tplc/business 0.5.13 → 0.5.14

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.5.14](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.13...v0.5.14) (2025-10-11)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 更新版本 ([72a74ed](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/72a74ed6bdb18784f628b8f4ccf2124a2ad7807d))
11
+
5
12
  ### [0.5.13](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.10...v0.5.13) (2025-10-11)
6
13
 
7
14
 
@@ -243,6 +243,7 @@ const jumpInterceptorHandler: any = (item: ImageItem) => () => {
243
243
  min-height: 200px;
244
244
  position: relative;
245
245
  overflow: hidden;
246
+ z-index: 0;
246
247
  .carousel-block {
247
248
  position: absolute;
248
249
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.5.13",
3
+ "version": "0.5.14",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],