From b9d3d60e0f8fe1166a0addcc8295365cbe65a7bf Mon Sep 17 00:00:00 2001
From: Lan <6995syu@163.com>
Date: 星期四, 26 十一月 2020 01:17:42 +0800
Subject: [PATCH] perf: Add the style injection of the top row to the form. (#102)

---
 src/components/Form/src/props.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/components/Form/src/props.ts b/src/components/Form/src/props.ts
index b4dfed8..2306f16 100644
--- a/src/components/Form/src/props.ts
+++ b/src/components/Form/src/props.ts
@@ -28,6 +28,9 @@
     type: Object as PropType<any>,
     default: null,
   },
+  baseRowStyle: {
+    type: Object as PropType<any>,
+  },
   baseColProps: {
     type: Object as PropType<any>,
   },

--
Gitblit v1.8.0