@qikdev/vue-ui 0.2.262 → 0.2.263
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 +5 -5
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +5 -5
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +9 -9
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -3438,18 +3438,18 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3438
3438
|
opacity: 0.5;
|
|
3439
3439
|
font-size: 0.8em;
|
|
3440
3440
|
}
|
|
3441
|
-
.basic-input-style[data-v-
|
|
3441
|
+
.basic-input-style[data-v-0ff8fe54] {
|
|
3442
3442
|
color: inherit;
|
|
3443
3443
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3444
3444
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3445
3445
|
}
|
|
3446
|
-
.content-browser[data-v-
|
|
3446
|
+
.content-browser[data-v-0ff8fe54] {
|
|
3447
3447
|
position: relative;
|
|
3448
3448
|
}
|
|
3449
|
-
.loading[data-v-
|
|
3449
|
+
.loading[data-v-0ff8fe54] {
|
|
3450
3450
|
opacity: 0.5;
|
|
3451
3451
|
}
|
|
3452
|
-
.filter-column[data-v-
|
|
3452
|
+
.filter-column[data-v-0ff8fe54] {
|
|
3453
3453
|
padding: 1em;
|
|
3454
3454
|
background: color-mix(in lab, #000 1%, transparent);
|
|
3455
3455
|
border-left: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
@@ -3458,27 +3458,27 @@ td[data-v-f5a130e8]:first-child {
|
|
|
3458
3458
|
flex: none;
|
|
3459
3459
|
font-size: clamp(13px, 0.8em, 17px);
|
|
3460
3460
|
}
|
|
3461
|
-
.large-icon[data-v-
|
|
3461
|
+
.large-icon[data-v-0ff8fe54] {
|
|
3462
3462
|
font-size: 6em;
|
|
3463
3463
|
margin-bottom: 1rem;
|
|
3464
3464
|
opacity: 0.5;
|
|
3465
3465
|
}
|
|
3466
|
-
.column-panel[data-v-
|
|
3466
|
+
.column-panel[data-v-0ff8fe54] {
|
|
3467
3467
|
background: #fff;
|
|
3468
3468
|
font-size: 0.9em;
|
|
3469
3469
|
}
|
|
3470
|
-
.empty[data-v-
|
|
3470
|
+
.empty[data-v-0ff8fe54] {
|
|
3471
3471
|
background: rgba(0, 0, 0, 0.05);
|
|
3472
3472
|
text-align: center;
|
|
3473
3473
|
white-space: pre-line;
|
|
3474
3474
|
align-items: center;
|
|
3475
3475
|
justify-content: center;
|
|
3476
3476
|
}
|
|
3477
|
-
.empty .panel[data-v-
|
|
3477
|
+
.empty .panel[data-v-0ff8fe54] {
|
|
3478
3478
|
max-width: 400px;
|
|
3479
3479
|
background: var(--bg1, #fff);
|
|
3480
3480
|
}
|
|
3481
|
-
.footer[data-v-
|
|
3481
|
+
.footer[data-v-0ff8fe54] {
|
|
3482
3482
|
padding: 0.5em 1em;
|
|
3483
3483
|
border-top: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3484
3484
|
}
|