@qikdev/vue-ui 0.2.324 → 0.2.325
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 +6 -4
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +6 -4
- package/dist/lib.umd.js.map +1 -1
- package/dist/vue-ui.css +13 -13
- package/package.json +1 -1
package/dist/vue-ui.css
CHANGED
|
@@ -628,12 +628,12 @@ td[data-v-7029d50e] {
|
|
|
628
628
|
font-size: 0.9em;
|
|
629
629
|
opacity: 0.5;
|
|
630
630
|
}
|
|
631
|
-
.basic-input-style[data-v-
|
|
631
|
+
.basic-input-style[data-v-6f2d4cea] {
|
|
632
632
|
color: inherit;
|
|
633
633
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
634
634
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
635
635
|
}
|
|
636
|
-
.ux-circle[data-v-
|
|
636
|
+
.ux-circle[data-v-6f2d4cea] {
|
|
637
637
|
width: 0.8em;
|
|
638
638
|
height: 0.8em;
|
|
639
639
|
display: inline-block;
|
|
@@ -3032,35 +3032,35 @@ input.ux-color-input[data-v-91624210] {
|
|
|
3032
3032
|
.files .file-item[data-v-d29a9855]:last-child {
|
|
3033
3033
|
border-bottom: none;
|
|
3034
3034
|
}
|
|
3035
|
-
.basic-input-style[data-v-
|
|
3035
|
+
.basic-input-style[data-v-56e030b2] {
|
|
3036
3036
|
color: inherit;
|
|
3037
3037
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
3038
3038
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
3039
3039
|
}
|
|
3040
|
-
.ux-multi-group[data-v-
|
|
3041
|
-
.ux-single-group[data-v-
|
|
3040
|
+
.ux-multi-group[data-v-56e030b2],
|
|
3041
|
+
.ux-single-group[data-v-56e030b2] {
|
|
3042
3042
|
margin: 2.5em 0;
|
|
3043
3043
|
}
|
|
3044
|
-
.ux-multi-group[data-v-
|
|
3045
|
-
.ux-single-group[data-v-
|
|
3044
|
+
.ux-multi-group[data-v-56e030b2]:first-child,
|
|
3045
|
+
.ux-single-group[data-v-56e030b2]:first-child {
|
|
3046
3046
|
margin-top: 0;
|
|
3047
3047
|
}
|
|
3048
|
-
.ux-multi-group[data-v-
|
|
3049
|
-
.ux-single-group[data-v-
|
|
3048
|
+
.ux-multi-group[data-v-56e030b2]:last-child,
|
|
3049
|
+
.ux-single-group[data-v-56e030b2]:last-child {
|
|
3050
3050
|
margin-bottom: 0;
|
|
3051
3051
|
}
|
|
3052
|
-
.ux-group-title[data-v-
|
|
3052
|
+
.ux-group-title[data-v-56e030b2] {
|
|
3053
3053
|
font-size: 1.2em;
|
|
3054
3054
|
margin-bottom: 1em;
|
|
3055
3055
|
margin-top: 1em;
|
|
3056
3056
|
}
|
|
3057
|
-
.arrows[data-v-
|
|
3057
|
+
.arrows[data-v-56e030b2] {
|
|
3058
3058
|
cursor: pointer;
|
|
3059
3059
|
}
|
|
3060
|
-
.arrows .ux-icon[data-v-
|
|
3060
|
+
.arrows .ux-icon[data-v-56e030b2] {
|
|
3061
3061
|
opacity: 0.3;
|
|
3062
3062
|
}
|
|
3063
|
-
[data-v-
|
|
3063
|
+
[data-v-56e030b2] .panel {
|
|
3064
3064
|
margin-bottom: 0.5em;
|
|
3065
3065
|
}
|
|
3066
3066
|
.basic-input-style[data-v-491bd3a3] {
|