@tplc/wot 1.0.19 → 1.0.20
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
|
+
### [1.0.20](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v1.0.19...v1.0.20) (2025-12-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### 💄 Styles | 风格
|
|
9
|
+
|
|
10
|
+
* Enhance wd-select-picker styles with improved dark theme support, error handling, and loading states ([9476eca](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/9476eca4b1dc70be0240178274fa8266a8877353))
|
|
11
|
+
|
|
5
12
|
### [1.0.19](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v1.0.18...v1.0.19) (2025-12-29)
|
|
6
13
|
|
|
7
14
|
### [1.0.18](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v1.0.17...v1.0.18) (2025-12-29)
|
|
@@ -98,10 +98,11 @@
|
|
|
98
98
|
@include when(required) {
|
|
99
99
|
.wd-select-picker__label-inner {
|
|
100
100
|
position: relative;
|
|
101
|
+
padding-left: $-cell-padding;
|
|
101
102
|
&::after {
|
|
102
103
|
position: absolute;
|
|
103
104
|
top: 2px;
|
|
104
|
-
|
|
105
|
+
left: 0rpx;
|
|
105
106
|
font-size: $-cell-required-size;
|
|
106
107
|
line-height: 1.1;
|
|
107
108
|
color: $-cell-required-color;
|