@cloudbase/weda-ui-mp 3.22.5 → 3.23.1

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.
@@ -1480,6 +1480,33 @@ textarea {
1480
1480
  margin-left: 0.25rem;
1481
1481
  }
1482
1482
 
1483
+ .wd-form-tag-input-wrap.wd-form-input-wrap.size-height-md {
1484
+ position: relative;
1485
+ height: auto;
1486
+ min-height: var(--wd-form-item-height-md);
1487
+ }
1488
+ .wd-form-tag-input-wrap.wd-form-input-wrap.size-height-md .wedatea2td-tag-group {
1489
+ font-size: inherit;
1490
+ width: calc(100% - 1rem);
1491
+ display: flex;
1492
+ align-items: center;
1493
+ flex-wrap: wrap;
1494
+ padding: 0.25rem 0;
1495
+ }
1496
+ .wd-form-tag-input-wrap.wd-form-input-wrap.size-height-md .wedatea2td-tag-group .wedatea2td-tag--edit {
1497
+ display: inline-flex;
1498
+ }
1499
+ .wd-form-tag-input-wrap.wd-form-input-wrap.size-height-md .wedatea2td-tag-group input {
1500
+ flex-grow: 1;
1501
+ width: min-content;
1502
+ margin-top: 0.25rem;
1503
+ margin-right: 0.25rem;
1504
+ }
1505
+ .wd-form-tag-input-wrap.wd-form-input-wrap.size-height-md .wd-form-input-wrap__after {
1506
+ position: absolute;
1507
+ right: 0.25rem;
1508
+ }
1509
+
1483
1510
  .wd-form-input-wrap.size-font-sm {
1484
1511
  font: var(--wd-typography-body-sm);
1485
1512
  }
@@ -196,6 +196,33 @@
196
196
  margin-left: 0.25rem;
197
197
  }
198
198
 
199
+ .wd-form-tag-input-wrap.wd-form-input-wrap.size-height-md {
200
+ position: relative;
201
+ height: auto;
202
+ min-height: var(--wd-form-item-height-md);
203
+ }
204
+ .wd-form-tag-input-wrap.wd-form-input-wrap.size-height-md .wedatea2td-tag-group {
205
+ font-size: inherit;
206
+ width: calc(100% - 1rem);
207
+ display: flex;
208
+ align-items: center;
209
+ flex-wrap: wrap;
210
+ padding: 0.25rem 0;
211
+ }
212
+ .wd-form-tag-input-wrap.wd-form-input-wrap.size-height-md .wedatea2td-tag-group .wedatea2td-tag--edit {
213
+ display: inline-flex;
214
+ }
215
+ .wd-form-tag-input-wrap.wd-form-input-wrap.size-height-md .wedatea2td-tag-group input {
216
+ flex-grow: 1;
217
+ width: min-content;
218
+ margin-top: 0.25rem;
219
+ margin-right: 0.25rem;
220
+ }
221
+ .wd-form-tag-input-wrap.wd-form-input-wrap.size-height-md .wd-form-input-wrap__after {
222
+ position: absolute;
223
+ right: 0.25rem;
224
+ }
225
+
199
226
  .wd-form-input-wrap.size-font-sm {
200
227
  font: var(--wd-typography-body-sm);
201
228
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "miniprogram": "./",
4
4
  "packageManager": "yarn@3.0.2",
5
5
  "dependencies": {},
6
- "version": "3.22.5",
6
+ "version": "3.23.1",
7
7
  "main": "./",
8
8
  "publishConfig": {
9
9
  "access": "public"