@tplc/wot 0.1.77 → 0.1.79

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,30 @@
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.79](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.63...v0.1.79) (2025-04-08)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.1.77 ([84670e8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/84670e887255587d60cfab6ed967e82176cf41c5))
11
+ * **release:** 0.1.78 ([a7d8ee6](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a7d8ee64e0abce7c136fcf0dd919eac6b82ca919))
12
+ * **release:** 0.4.64 ([ccb6f96](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ccb6f9610ea912b72d1a82752a057ef0a708f844))
13
+
14
+
15
+ ### ✨ Features | 新功能
16
+
17
+ * 修改ui ([9ad7fc6](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9ad7fc61715f24ad63bddfb5739c3129444f5487))
18
+ * 调整布局 ([497999f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/497999f86ec4e6461f747eda7914cc2c5e4b1290))
19
+ * 调整样式 ([2b912d5](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/2b912d5e319a65aa391a1a859fbe7dc202d12305))
20
+ * 调整版本 ([6a46a2c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/6a46a2c1b359c1777d548658fa5fc87cbc1ce29a))
21
+
22
+ ### [0.1.78](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.77...v0.1.78) (2025-04-07)
23
+
24
+
25
+ ### ✨ Features | 新功能
26
+
27
+ * 调整版本 ([6a46a2c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/6a46a2c1b359c1777d548658fa5fc87cbc1ce29a))
28
+
5
29
  ### [0.1.77](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.61...v0.1.77) (2025-04-07)
6
30
 
7
31
 
@@ -64,6 +64,12 @@
64
64
  color: #fff;
65
65
  }
66
66
  }
67
+ .wd-month__day-bottom,
68
+ .wd-month__day-top,
69
+ .wd-month__day-floor,
70
+ .wd-month__day-text {
71
+ color: #fff !important;
72
+ }
67
73
  }
68
74
 
69
75
  @include when(middle) {
@@ -96,6 +102,12 @@
96
102
  .wd-month__day-text-custom {
97
103
  color: #fff;
98
104
  }
105
+ .wd-month__day-bottom,
106
+ .wd-month__day-top,
107
+ .wd-month__day-floor,
108
+ .wd-month__day-text {
109
+ color: #fff !important;
110
+ }
99
111
  }
100
112
 
101
113
  @include when(end) {
@@ -118,6 +130,12 @@
118
130
  .wd-month__day-text-custom {
119
131
  color: #fff;
120
132
  }
133
+ .wd-month__day-bottom,
134
+ .wd-month__day-top,
135
+ .wd-month__day-floor,
136
+ .wd-month__day-text {
137
+ color: #fff !important;
138
+ }
121
139
  }
122
140
 
123
141
  @include when(same) {
@@ -55,7 +55,7 @@ const emit = defineEmits(['error', 'click', 'load'])
55
55
 
56
56
  const rootStyle = computed(() => {
57
57
  const style: Record<string, string | number> = {}
58
- if (isDef(props.height)) {
58
+ if (isDef(props.height) && props.height !== 'auto') {
59
59
  style.height = addUnit(props.height)
60
60
  }
61
61
  if (isDef(props.width)) {
@@ -38,16 +38,18 @@
38
38
  v-bind="item.link"
39
39
  customClass="w-full h-full"
40
40
  >
41
- <image
41
+ <wd-img
42
42
  :src="isObj(item) ? item[valueKey] : item"
43
- class="h-full w-full"
43
+ height="100%"
44
+ width="100%"
44
45
  :mode="imageMode"
45
46
  />
46
47
  </lcb-action-view>
47
- <image
48
+ <wd-img
48
49
  v-else
49
50
  :src="isObj(item) ? item[valueKey] : item"
50
- class="h-full w-full"
51
+ height="100%"
52
+ width="100%"
51
53
  :mode="imageMode"
52
54
  />
53
55
  </view>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "@tplc/wot",
3
3
  "name": "@tplc/wot",
4
- "version": "0.1.77",
4
+ "version": "0.1.79",
5
5
  "keywords": [
6
6
  "wot-design-uni",
7
7
  "国际化",