@kaiyinchem/ky-uniui 1.0.22 → 1.0.24

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.
@@ -276,8 +276,6 @@
276
276
  }
277
277
 
278
278
  &.textarea {
279
- display: block;
280
- justify-content: initial;
281
279
  &.left {
282
280
  .opt-item-main {
283
281
  align-items: flex-start;
@@ -285,6 +283,7 @@
285
283
  .opt-textarea {
286
284
  margin-top: 0;
287
285
  flex: 1;
286
+ text-align: left;
288
287
  }
289
288
  .opt-right {
290
289
  display: flex;
@@ -296,6 +295,7 @@
296
295
  display: flex;
297
296
  background-color: var(--bg-gray);
298
297
  border-radius: 12rpx;
298
+ flex: 1;
299
299
  .opt-uni-textarea {
300
300
  flex: 1;
301
301
  height: 120rpx;
@@ -304,14 +304,12 @@
304
304
  }
305
305
  }
306
306
  .opt-left {
307
- display: block;
308
- flex: none;
309
- }
310
- .opt-right {
311
- display: block;
312
- flex: none;
313
- justify-content: initial;
307
+ flex-shrink: 0;
314
308
  }
309
+ .opt-right {
310
+ display: flex;
311
+ flex: 1;
312
+ }
315
313
  }
316
314
 
317
315
  &:active {
@@ -153,6 +153,9 @@
153
153
  }
154
154
  }
155
155
  }
156
+ .ky-tab-text {
157
+ white-space: nowrap;
158
+ }
156
159
  &.card {
157
160
  .ky-tab-components {
158
161
  .ky-tab-box {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.0.22",
10
+ "version": "1.0.24",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"