@tplc/wot 0.1.85 → 0.1.87

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,20 @@
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.87](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.86...v0.1.87) (2025-06-21)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 修改数据 ([5f5f47c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5f5f47ce24c7341992ea839bd4725bd64b0adf2a))
11
+
12
+ ### [0.1.86](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.85...v0.1.86) (2025-06-21)
13
+
14
+
15
+ ### ✨ Features | 新功能
16
+
17
+ * 新增有 ([6518110](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/6518110c12f29389272461464bb8842c050d0e59))
18
+
5
19
  ### [0.1.85](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.134...v0.1.85) (2025-06-21)
6
20
 
7
21
  ### [0.1.84](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.109...v0.1.84) (2025-05-11)
@@ -83,7 +83,7 @@
83
83
  text-align: left;
84
84
 
85
85
  @include when(required) {
86
- .wd-cell__label-inner {
86
+ .wd-cell__title-inner {
87
87
  position: relative;
88
88
  &::after {
89
89
  position: absolute;
@@ -27,8 +27,8 @@
27
27
 
28
28
  <view class="wd-cell__title">
29
29
  <!--title BEGIN-->
30
- <view v-if="title" :class="customTitleClass" class="wd-cell__title-inner">
31
- {{ title }}
30
+ <view v-if="title" :class="customTitleClass">
31
+ <text class="wd-cell__title-inner">{{ title }}</text>
32
32
  </view>
33
33
  <slot v-else name="title"></slot>
34
34
  <!--title END-->
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "@tplc/wot",
3
3
  "name": "@tplc/wot",
4
- "version": "0.1.85",
4
+ "version": "0.1.87",
5
5
  "keywords": [
6
6
  "wot-design-uni",
7
7
  "国际化",