@@ -31,6 +31,7 @@
}
.moveTit {
+ justify-content: center;
position: relative;
display: flex;
@@ -153,6 +153,7 @@ function A2Edit({ editId, isLook, closeFu, editFu, addFu, myType }: Props) {
>
<div className="A2MainSon">
<Form
+ scrollToFirstError={true}
ref={FormBoxRef}
name="basic"
labelCol={{ span: 2 }}
@@ -159,6 +159,7 @@ function B1Plate() {
<div className="main">
@@ -82,6 +82,7 @@ function B2Edit({ editId, isLook, closeFu, editFu, addFu, myType }: Props) {
<div className="B2MainSon">
@@ -34,6 +34,7 @@
@@ -75,6 +75,7 @@ function UserAdd({ id, closePage, upTableList, addTableList }: Props) {
<div className="userAddMain">
labelCol={{ span: 5 }}
@@ -279,6 +279,7 @@ function Layout() {
wrapperCol={{ span: 16 }}