

- 'tableTop2'>
- <Form form={form}>
- <Row gutter={24}>
- <Col span={4.8}>
- // 输入框的内容
- Col>
- .....
-
- <Col className='btnALL' span={4.8}>
- // 按钮的内容
-
- Col>
- Row>
- Form>
-
-
-
-
-
- .tableTop2 {
- margin: 10px 0 0 10px;
- min-height: 125px;
- // position: relative; 之前的写法
-
- .btnALL {
- // position: absolute;
- // right: -10px;
- // bottom: 20px;
-
-
- padding-bottom: 20px; // 现在的写法
- margin-left: auto;
- }
- }