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/types/form.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/components/Form/src/types/form.ts b/src/components/Form/src/types/form.ts
index e4226a3..3a19696 100644
--- a/src/components/Form/src/types/form.ts
+++ b/src/components/Form/src/types/form.ts
@@ -53,6 +53,9 @@
   // Col configuration for the entire form
   wrapperCol?: Partial<ColEx>;
 
+  // General row style
+  baseRowStyle?: object;
+
   // General col configuration
   baseColProps?: Partial<ColEx>;
 

--
Gitblit v1.8.0