@tplc/business 0.5.73 → 0.5.74

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.74](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.73...v0.5.74) (2025-12-04)
6
+
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * action str ([a5b5ea7](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/a5b5ea77527c84904dfca663923b69ede964ae35))
11
+
5
12
  ### [0.5.73](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.72...v0.5.73) (2025-12-04)
6
13
 
7
14
  ### [0.5.72](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.5.71...v0.5.72) (2025-12-04)
@@ -8,12 +8,12 @@
8
8
  overflowX: scrollX ? 'auto' : 'initial',
9
9
  ...innerStyle,
10
10
  }"
11
- class="h-full z-1"
11
+ class="h-ful"
12
12
  >
13
13
  <view
14
14
  v-for="(item, index) in list"
15
15
  :key="item.id"
16
- class="slot-wrapper"
16
+ class="slot-wrapper z-1"
17
17
  :style="{
18
18
  ...getStyle(index),
19
19
  overflowX,
@@ -129,13 +129,10 @@ const showArea = computed(() => {
129
129
  </script>
130
130
 
131
131
  <style lang="scss" scoped>
132
- // 小程序的情况
133
- // #ifdef MP-WEIXIN
134
132
  .slot-wrapper {
135
- :deep(> view) {
133
+ :deep(> *) {
136
134
  width: 100%;
137
- height: 100%;
135
+ height: auto;
138
136
  }
139
137
  }
140
- // #endif
141
138
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.5.73",
3
+ "version": "0.5.74",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],