@qikdev/vue-ui 0.2.315 → 0.2.316
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/dist/lib.es.js +2560 -2480
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +2392 -2310
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +23 -3
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -430,6 +430,26 @@ td[data-v-b180904a] {
|
|
|
430
430
|
td.false[data-v-b180904a] {
|
|
431
431
|
opacity: 0.3;
|
|
432
432
|
}
|
|
433
|
+
.basic-input-style[data-v-0419990c] {
|
|
434
|
+
color: inherit;
|
|
435
|
+
background: color-mix(in lab, currentColor 4%, transparent);
|
|
436
|
+
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
437
|
+
}
|
|
438
|
+
td[data-v-0419990c] {
|
|
439
|
+
text-align: center;
|
|
440
|
+
opacity: 0.5;
|
|
441
|
+
font-size: 0.9em;
|
|
442
|
+
}
|
|
443
|
+
.basic-input-style[data-v-2910d792] {
|
|
444
|
+
color: inherit;
|
|
445
|
+
background: color-mix(in lab, currentColor 4%, transparent);
|
|
446
|
+
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
447
|
+
}
|
|
448
|
+
td[data-v-2910d792] {
|
|
449
|
+
text-align: center;
|
|
450
|
+
opacity: 0.5;
|
|
451
|
+
font-size: 0.9em;
|
|
452
|
+
}
|
|
433
453
|
.basic-input-style[data-v-45dd2b07] {
|
|
434
454
|
color: inherit;
|
|
435
455
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
@@ -627,16 +647,16 @@ td[data-v-f7f4a65b] {
|
|
|
627
647
|
.content-type-cell[data-v-3c0f4d89] {
|
|
628
648
|
white-space: nowrap;
|
|
629
649
|
}
|
|
630
|
-
.basic-input-style[data-v-
|
|
650
|
+
.basic-input-style[data-v-753584f7] {
|
|
631
651
|
color: inherit;
|
|
632
652
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
633
653
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
634
654
|
}
|
|
635
|
-
.value[data-v-
|
|
655
|
+
.value[data-v-753584f7] {
|
|
636
656
|
display: inline-block;
|
|
637
657
|
margin: 0.05em;
|
|
638
658
|
}
|
|
639
|
-
.nowrap[data-v-
|
|
659
|
+
.nowrap[data-v-753584f7] {
|
|
640
660
|
white-space: nowrap;
|
|
641
661
|
}
|
|
642
662
|
.basic-input-style[data-v-323b93e8] {
|