@@ -81,14 +81,28 @@ const Login: React.FC = () => {
<Input.Password size="large" placeholder="请输入密码" />
</Form.Item>
<Form.Item>
- <Button
- type="primary"
- htmlType="submit"
- size="large"
- className="w-full"
- >
- 登录
- </Button>
+ <Row gutter={16}>
+ <Col span={12}>
+ <Button
+ type="primary"
+ htmlType="submit"
+ size="large"
+ className="w-full"
+ >
+ 登录
+ </Button>
+ </Col>
+ 急诊
+ </Row>
</Form>
</Card>