diff --git a/src/components/data-form/DataForm.vue b/src/components/data-form/DataForm.vue
index be424f6..e49d975 100644
--- a/src/components/data-form/DataForm.vue
+++ b/src/components/data-form/DataForm.vue
@@ -1,13 +1,16 @@
-
-
-
-
-
+
+
+
\ No newline at end of file
+/** 内容居中 */
+.content-center {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+