diff --git a/src/components/Form/AutoDataForm/components/NestedField.vue b/src/components/Form/AutoDataForm/components/NestedField.vue
index c41be8a0c..0466548fe 100644
--- a/src/components/Form/AutoDataForm/components/NestedField.vue
+++ b/src/components/Form/AutoDataForm/components/NestedField.vue
@@ -105,10 +105,16 @@ export default {
}
-
diff --git a/src/components/Widgets/SvgIcon/index.vue b/src/components/Widgets/SvgIcon/index.vue
index 957f415c5..a0b5a02f4 100644
--- a/src/components/Widgets/SvgIcon/index.vue
+++ b/src/components/Widgets/SvgIcon/index.vue
@@ -60,6 +60,6 @@ export default {
display: inline-block;
}
::v-deep path {
- fill: inherit!important;
+ fill: inherit !important;
}
diff --git a/src/layout/components/GenericCreateUpdateForm/index.vue b/src/layout/components/GenericCreateUpdateForm/index.vue
index 66f72be24..0aa27553a 100644
--- a/src/layout/components/GenericCreateUpdateForm/index.vue
+++ b/src/layout/components/GenericCreateUpdateForm/index.vue
@@ -386,5 +386,4 @@ export default {
.ibox >>> .el-card__body {
padding-top: 30px;
}
-
diff --git a/src/views/settings/Feature/Announcement.vue b/src/views/settings/Feature/Announcement.vue
index 57f15a067..dc67cf55e 100644
--- a/src/views/settings/Feature/Announcement.vue
+++ b/src/views/settings/Feature/Announcement.vue
@@ -63,7 +63,3 @@ export default {
}
}
-
-
diff --git a/src/views/settings/Feature/index.vue b/src/views/settings/Feature/index.vue
index 894d88ac0..0f3464b6f 100644
--- a/src/views/settings/Feature/index.vue
+++ b/src/views/settings/Feature/index.vue
@@ -55,7 +55,3 @@ export default {
}
}
-
-