@tplc/business 0.4.186 → 0.4.187

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.4.187](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.186...v0.4.187) (2025-08-10)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 自动滚动顶部 ([25b60f4](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/25b60f43311ca51a2ed164bdb891f40e4c6471f1))
11
+
5
12
  ### [0.4.186](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.185...v0.4.186) (2025-08-10)
6
13
 
7
14
 
@@ -191,10 +191,6 @@ const handleTouchEnd = () => {
191
191
  top: 0;
192
192
  left: 0;
193
193
  }
194
- .full-screen-flow {
195
- width: 100%;
196
- height: 100vh;
197
- }
198
194
 
199
195
  .full-screen-swiper {
200
196
  :deep(.wd-swiper, uni-swiper, .uni-swiper-wrapper, .uni-swiper-wrapper, .lcb-banner-block) {
@@ -202,4 +198,12 @@ const handleTouchEnd = () => {
202
198
  height: 100% !important;
203
199
  }
204
200
  }
201
+ .full-screen-flow {
202
+ width: 100%;
203
+ height: 100vh;
204
+ :deep(.wd-swiper, uni-swiper, .uni-swiper-wrapper, .uni-swiper-wrapper, .lcb-banner-block) {
205
+ width: 100% !important;
206
+ height: 100vh !important;
207
+ }
208
+ }
205
209
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.186",
3
+ "version": "0.4.187",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],