@qikdev/vue-ui 0.2.250 → 0.2.251
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 +67 -46
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +55 -40
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +5 -5
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1158,26 +1158,26 @@ a.disabled[data-v-7a924ee2] {
|
|
|
1158
1158
|
width: 1em;
|
|
1159
1159
|
text-align: center;
|
|
1160
1160
|
}
|
|
1161
|
-
.basic-input-style[data-v-
|
|
1161
|
+
.basic-input-style[data-v-df62da5c] {
|
|
1162
1162
|
color: inherit;
|
|
1163
1163
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
1164
1164
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
1165
1165
|
}
|
|
1166
|
-
.ux-menu-outer[data-v-
|
|
1166
|
+
.ux-menu-outer[data-v-df62da5c] {
|
|
1167
1167
|
position: absolute;
|
|
1168
1168
|
z-index: 10;
|
|
1169
1169
|
}
|
|
1170
|
-
.ux-menu-panel[data-v-
|
|
1170
|
+
.ux-menu-panel[data-v-df62da5c] {
|
|
1171
1171
|
position: absolute;
|
|
1172
1172
|
max-height: 70vh;
|
|
1173
1173
|
overflow: auto;
|
|
1174
1174
|
border: 1px solid color-mix(in lab, currentColor 10%, transparent);
|
|
1175
1175
|
box-shadow: 0 0.2em 1em #0000001a;
|
|
1176
1176
|
}
|
|
1177
|
-
.ux-menu-panel.flex[data-v-
|
|
1177
|
+
.ux-menu-panel.flex[data-v-df62da5c] {
|
|
1178
1178
|
display: flex;
|
|
1179
1179
|
}
|
|
1180
|
-
.ux-menu-panel[data-v-
|
|
1180
|
+
.ux-menu-panel[data-v-df62da5c] .ux-list-item {
|
|
1181
1181
|
white-space: nowrap;
|
|
1182
1182
|
text-overflow: ellipsis;
|
|
1183
1183
|
overflow: hidden;
|