@qikdev/vue-ui 0.2.308 → 0.2.309
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 +517 -504
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +1316 -1303
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +9 -10
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -913,12 +913,12 @@ tr.inactive[data-v-323b93e8]:after {
|
|
|
913
913
|
background: #b14e4e;
|
|
914
914
|
color: #fff;
|
|
915
915
|
}
|
|
916
|
-
.basic-input-style[data-v-
|
|
916
|
+
.basic-input-style[data-v-bdd928b4] {
|
|
917
917
|
color: inherit;
|
|
918
918
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
919
919
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
920
920
|
}
|
|
921
|
-
.avatar-image[data-v-
|
|
921
|
+
.avatar-image[data-v-bdd928b4] {
|
|
922
922
|
width: 100%;
|
|
923
923
|
display: block;
|
|
924
924
|
border-radius: 100%;
|
|
@@ -926,14 +926,14 @@ tr.inactive[data-v-323b93e8]:after {
|
|
|
926
926
|
position: relative;
|
|
927
927
|
background-color: color-mix(in lab, currentColor 25%, transparent);
|
|
928
928
|
}
|
|
929
|
-
.avatar-image .avatar-img[data-v-
|
|
929
|
+
.avatar-image .avatar-img[data-v-bdd928b4] {
|
|
930
930
|
background-size: cover;
|
|
931
931
|
background-position: center center;
|
|
932
932
|
height: 0;
|
|
933
933
|
padding-bottom: 100%;
|
|
934
934
|
position: relative;
|
|
935
935
|
}
|
|
936
|
-
.avatar-image .initials[data-v-
|
|
936
|
+
.avatar-image .initials[data-v-bdd928b4] {
|
|
937
937
|
display: flex;
|
|
938
938
|
align-items: center;
|
|
939
939
|
justify-content: center;
|
|
@@ -944,7 +944,6 @@ tr.inactive[data-v-323b93e8]:after {
|
|
|
944
944
|
right: 0;
|
|
945
945
|
bottom: 0;
|
|
946
946
|
font-size: 0.9em;
|
|
947
|
-
letter-spacing: 0.1em;
|
|
948
947
|
font-weight: 500;
|
|
949
948
|
color: var(--bg1, currentColor);
|
|
950
949
|
}
|
|
@@ -2992,16 +2991,16 @@ input[data-v-c8feb6c2]:focus {
|
|
|
2992
2991
|
display: flex;
|
|
2993
2992
|
min-height: 300px;
|
|
2994
2993
|
}
|
|
2995
|
-
.basic-input-style[data-v-
|
|
2994
|
+
.basic-input-style[data-v-6ddd93f2] {
|
|
2996
2995
|
color: inherit;
|
|
2997
2996
|
background: color-mix(in lab, currentColor 4%, transparent);
|
|
2998
2997
|
border: 1px solid color-mix(in lab, currentColor 18%, transparent);
|
|
2999
2998
|
}
|
|
3000
|
-
.search[data-v-
|
|
2999
|
+
.search[data-v-6ddd93f2] {
|
|
3001
3000
|
position: relative;
|
|
3002
3001
|
width: 100%;
|
|
3003
3002
|
}
|
|
3004
|
-
.search > .icon[data-v-
|
|
3003
|
+
.search > .icon[data-v-6ddd93f2] {
|
|
3005
3004
|
position: absolute;
|
|
3006
3005
|
right: 0;
|
|
3007
3006
|
top: 50%;
|
|
@@ -3009,7 +3008,7 @@ input[data-v-c8feb6c2]:focus {
|
|
|
3009
3008
|
bottom: 0;
|
|
3010
3009
|
padding: 0 1em;
|
|
3011
3010
|
}
|
|
3012
|
-
.search input[data-v-
|
|
3011
|
+
.search input[data-v-6ddd93f2] {
|
|
3013
3012
|
width: 100%;
|
|
3014
3013
|
border-radius: 5em;
|
|
3015
3014
|
padding: 0.5em 1em;
|
|
@@ -3021,7 +3020,7 @@ input[data-v-c8feb6c2]:focus {
|
|
|
3021
3020
|
background: color-mix(in lab, currentColor 6%, transparent);
|
|
3022
3021
|
border: 1px solid transparent;
|
|
3023
3022
|
}
|
|
3024
|
-
.search input[data-v-
|
|
3023
|
+
.search input[data-v-6ddd93f2]:focus {
|
|
3025
3024
|
background: var(--bg1, #fff);
|
|
3026
3025
|
border: 1px solid var(--primary);
|
|
3027
3026
|
outline: none;
|