@afeefa/vue-app 0.0.187 → 0.0.188
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.188
|
package/package.json
CHANGED
package/src/components/AInfo.vue
CHANGED
@@ -25,17 +25,19 @@ export default class AInfo extends Vue {
|
|
25
25
|
</script>
|
26
26
|
|
27
27
|
<style lang="scss" scoped>
|
28
|
-
|
29
|
-
margin-right: .4rem;
|
30
|
-
}
|
31
|
-
|
32
|
-
.xSmall {
|
33
|
-
padding: .3rem .6rem;
|
34
|
-
font-size: .9rem;
|
35
|
-
|
28
|
+
.v-alert {
|
36
29
|
:deep(.v-icon) {
|
37
|
-
margin-left: .2rem;
|
38
30
|
margin-right: .4rem;
|
39
31
|
}
|
32
|
+
|
33
|
+
.xSmall {
|
34
|
+
padding: .3rem .6rem;
|
35
|
+
font-size: .9rem;
|
36
|
+
|
37
|
+
:deep(.v-icon) {
|
38
|
+
margin-left: .2rem;
|
39
|
+
margin-right: .4rem;
|
40
|
+
}
|
41
|
+
}
|
40
42
|
}
|
41
43
|
</style>
|