@tplc/business 0.7.53 → 0.7.54

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.54](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v1.0.25...v0.7.54) (2026-01-07)
6
+
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * **wd-img:** remove unnecessary z-index class from image component ([064ed39](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/064ed3962a45987ac7f22140312659df29259a0d))
11
+
5
12
  ### [0.7.53](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.51...v0.7.53) (2026-01-07)
6
13
 
7
14
 
@@ -215,7 +215,7 @@ const imgOverlayVisible = computed(() => {
215
215
  <slot name="coverImgSection" />
216
216
  <view
217
217
  v-if="imgOverlayVisible"
218
- class="absolute left-0 w-full z-1 p-1 box-border text-white text-shadow-xl bottom-0"
218
+ class="absolute left-0 w-full p-1 box-border text-white text-shadow-xl bottom-0"
219
219
  :style="titleOnImgMaskStyle"
220
220
  >
221
221
  <view class="flex flex-col gap-1 items-start">
@@ -307,7 +307,7 @@ const imgOverlayVisible = computed(() => {
307
307
  <slot name="coverImgSection" />
308
308
  <view
309
309
  v-if="imgOverlayVisible"
310
- class="absolute left-0 w-full z-1 p-1 box-border text-white text-shadow-xl bottom-0"
310
+ class="absolute left-0 w-full p-1 box-border text-white text-shadow-xl bottom-0"
311
311
  :style="titleOnImgMaskStyle"
312
312
  >
313
313
  <view class="flex flex-col gap-1 items-start">
@@ -527,13 +527,10 @@ const imgOverlayVisible = computed(() => {
527
527
  <slot name="itemRightSection" />
528
528
  </view>
529
529
  <slot name="itemBottomSection" />
530
- <view
531
- v-if="attrs.rightBottomIcon && attrs.rightBottomFlag"
532
- class="absolute bottom-7 right-3 z-1"
533
- >
530
+ <view v-if="attrs.rightBottomIcon && attrs.rightBottomFlag" class="absolute bottom-7 right-3">
534
531
  <wd-img :src="attrs.rightBottomIcon" width="120rpx" mode="widthFix" />
535
532
  </view>
536
- <view v-if="attrs.rightTopIcon && attrs.rightTopFlag" class="absolute top-0 right-0 z-1">
533
+ <view v-if="attrs.rightTopIcon && attrs.rightTopFlag" class="absolute top-0 right-0">
537
534
  <wd-img :src="attrs.rightTopIcon" width="120rpx" mode="widthFix" />
538
535
  </view>
539
536
  </view>
@@ -558,7 +555,7 @@ const imgOverlayVisible = computed(() => {
558
555
  <slot name="coverImgSection" />
559
556
  <view
560
557
  v-if="imgOverlayVisible"
561
- class="absolute left-0 w-full z-1 p-1 box-border text-white text-shadow-xl bottom-0"
558
+ class="absolute left-0 w-full p-1 box-border text-white text-shadow-xl bottom-0"
562
559
  :style="titleOnImgMaskStyle"
563
560
  >
564
561
  <view class="flex flex-col gap-1 items-start">
@@ -646,7 +643,7 @@ const imgOverlayVisible = computed(() => {
646
643
  <slot name="coverImgSection" />
647
644
  <view
648
645
  v-if="imgOverlayVisible"
649
- class="absolute left-0 w-full z-1 p-1 box-border text-white text-shadow-xl bottom-0"
646
+ class="absolute left-0 w-full p-1 box-border text-white text-shadow-xl bottom-0"
650
647
  :style="titleOnImgMaskStyle"
651
648
  >
652
649
  <view class="flex flex-col gap-1 items-start">
@@ -842,13 +839,10 @@ const imgOverlayVisible = computed(() => {
842
839
  <slot name="itemBottomSection" />
843
840
  </view>
844
841
  <slot name="itemRightSection" />
845
- <view
846
- v-if="attrs.rightBottomIcon && attrs.rightBottomFlag"
847
- class="absolute bottom-7 right-3 z-1"
848
- >
842
+ <view v-if="attrs.rightBottomIcon && attrs.rightBottomFlag" class="absolute bottom-7 right-3">
849
843
  <wd-img :src="attrs.rightBottomIcon" width="120rpx" mode="widthFix" />
850
844
  </view>
851
- <view v-if="attrs.rightTopIcon && attrs.rightTopFlag" class="absolute top-0 right-0 z-1">
845
+ <view v-if="attrs.rightTopIcon && attrs.rightTopFlag" class="absolute top-0 right-0">
852
846
  <wd-img :src="attrs.rightTopIcon" width="120rpx" mode="widthFix" />
853
847
  </view>
854
848
  </view>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.7.53",
3
+ "version": "0.7.54",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "peerDependencies": {
13
13
  "vue": ">=3.2.47",
14
- "@tplc/wot": "1.0.24"
14
+ "@tplc/wot": "1.0.25"
15
15
  },
16
16
  "engines": {
17
17
  "node": ">=18",