@tplc/business 0.3.98 → 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 +7 -0
- package/components/lcb-form/lcb-form.vue +4 -4
- package/package.json +1 -1
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.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
|
+
|
|
5
12
|
### [0.3.98](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.3.97...v0.3.98) (2025-03-21)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -269,8 +269,8 @@ watch(
|
|
|
269
269
|
.lcb-form {
|
|
270
270
|
:deep(.wd-radio) {
|
|
271
271
|
line-height: inherit !important;
|
|
272
|
-
padding: 0px;
|
|
273
|
-
margin: 0px;
|
|
272
|
+
padding: 0px !important;
|
|
273
|
+
margin: 0px !important;
|
|
274
274
|
}
|
|
275
275
|
:deep(.wd-radio-group) {
|
|
276
276
|
text-align: left !important;
|
|
@@ -280,8 +280,8 @@ watch(
|
|
|
280
280
|
}
|
|
281
281
|
:deep(.wd-checkbox) {
|
|
282
282
|
line-height: inherit !important;
|
|
283
|
-
padding: 0px;
|
|
284
|
-
margin: 0px;
|
|
283
|
+
padding: 0px !important;
|
|
284
|
+
margin: 0px !important;
|
|
285
285
|
}
|
|
286
286
|
:deep(.wd-checkbox-group) {
|
|
287
287
|
text-align: left !important;
|