@tplc/business 0.3.97 → 0.3.99
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 +14 -0
- package/components/lcb-form/lcb-form.vue +4 -1
- package/package.json +1 -1
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.3.99](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.98...v0.3.99) (2025-03-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* 修改ui ([ae50efe](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/ae50efe91a667d8f040479d6274853c091a791f1))
|
|
11
|
+
|
|
12
|
+
### [0.3.98](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.97...v0.3.98) (2025-03-21)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### ✨ Features | 新功能
|
|
16
|
+
|
|
17
|
+
* form 校验 ([51cce50](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/51cce50ece8f98479fecf9e30c26d755e6188c82))
|
|
18
|
+
|
|
5
19
|
### [0.3.97](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.96...v0.3.97) (2025-03-21)
|
|
6
20
|
|
|
7
21
|
|
|
@@ -269,7 +269,8 @@ watch(
|
|
|
269
269
|
.lcb-form {
|
|
270
270
|
:deep(.wd-radio) {
|
|
271
271
|
line-height: inherit !important;
|
|
272
|
-
padding: 0px;
|
|
272
|
+
padding: 0px !important;
|
|
273
|
+
margin: 0px !important;
|
|
273
274
|
}
|
|
274
275
|
:deep(.wd-radio-group) {
|
|
275
276
|
text-align: left !important;
|
|
@@ -279,6 +280,8 @@ watch(
|
|
|
279
280
|
}
|
|
280
281
|
:deep(.wd-checkbox) {
|
|
281
282
|
line-height: inherit !important;
|
|
283
|
+
padding: 0px !important;
|
|
284
|
+
margin: 0px !important;
|
|
282
285
|
}
|
|
283
286
|
:deep(.wd-checkbox-group) {
|
|
284
287
|
text-align: left !important;
|