@tplc/wot 0.1.43 → 0.1.44

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.1.44](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.43...v0.1.44) (2024-12-26)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 调整 windowinfo ([c9f5b91](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/c9f5b910b666ca64c5d37c3c0d8b1f9de9d7dbcb))
11
+
5
12
  ### [0.1.43](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.2.35...v0.1.43) (2024-12-26)
6
13
 
7
14
 
@@ -204,10 +204,10 @@
204
204
 
205
205
  @include e(view) {
206
206
  @include when(show-confirm) {
207
- height: 644px;
207
+ height: 544px;
208
208
 
209
209
  @include when(range) {
210
- height: 634px;
210
+ height: 534px;
211
211
  }
212
212
  }
213
213
  }
@@ -284,7 +284,7 @@ watch(
284
284
  newValue.indexOf('range') > -1 ? rangeTabs.indexOf(newValue) || 0 : tabs.indexOf(newValue)
285
285
  currentTab.value = index
286
286
  }
287
- panelHeight.value = props.showConfirm ? 588 : 650
287
+ panelHeight.value = props.showConfirm ? 488 : 570
288
288
  currentType.value = deepClone(newValue)
289
289
  },
290
290
  {
@@ -296,7 +296,7 @@ watch(
296
296
  watch(
297
297
  () => props.showConfirm,
298
298
  (val) => {
299
- panelHeight.value = val ? 588 : 650
299
+ panelHeight.value = val ? 488 : 570
300
300
  },
301
301
  {
302
302
  deep: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "@tplc/wot",
3
3
  "name": "@tplc/wot",
4
- "version": "0.1.43",
4
+ "version": "0.1.44",
5
5
  "keywords": [
6
6
  "wot-design-uni",
7
7
  "国际化",