@qikdev/vue-ui 0.2.317 → 0.2.318
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 +2 -3
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -7
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +5 -5
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1289,27 +1289,27 @@ a.disabled[data-v-7a924ee2] {
|
|
|
1289
1289
|
width: 1em;
|
|
1290
1290
|
text-align: center;
|
|
1291
1291
|
}
|
|
1292
|
-
.basic-input-style[data-v-
|
|
1292
|
+
.basic-input-style[data-v-4ca23a41] {
|
|
1293
1293
|
color: inherit;
|
|
1294
1294
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1295
1295
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1296
1296
|
}
|
|
1297
|
-
.ux-menu-outer[data-v-
|
|
1297
|
+
.ux-menu-outer[data-v-4ca23a41] {
|
|
1298
1298
|
position: absolute;
|
|
1299
1299
|
z-index: 10;
|
|
1300
1300
|
font-size: 12px;
|
|
1301
1301
|
}
|
|
1302
|
-
.ux-menu-panel[data-v-
|
|
1302
|
+
.ux-menu-panel[data-v-4ca23a41] {
|
|
1303
1303
|
position: absolute;
|
|
1304
1304
|
max-height: 70vh;
|
|
1305
1305
|
overflow: auto;
|
|
1306
1306
|
border: 1px solid color-mix(in lab, currentColor 10%, transparent);
|
|
1307
1307
|
box-shadow: 0 0.2em 1em #0000001a;
|
|
1308
1308
|
}
|
|
1309
|
-
.ux-menu-panel.flex[data-v-
|
|
1309
|
+
.ux-menu-panel.flex[data-v-4ca23a41] {
|
|
1310
1310
|
display: flex;
|
|
1311
1311
|
}
|
|
1312
|
-
.ux-menu-panel[data-v-
|
|
1312
|
+
.ux-menu-panel[data-v-4ca23a41] .ux-list-item {
|
|
1313
1313
|
white-space: nowrap;
|
|
1314
1314
|
text-overflow: ellipsis;
|
|
1315
1315
|
overflow: hidden;
|