@kaiyinchem/ky-uniui 1.0.22 → 1.0.23
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/components/ky-cell.vue +7 -9
- package/package.json +1 -1
package/components/ky-cell.vue
CHANGED
|
@@ -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
|
-
|
|
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 {
|