fix: align dashboard quick entry actions
This commit is contained in:
@@ -442,13 +442,13 @@ function Dashboard() {
|
||||
<Row gutter={[16, 16]}>
|
||||
<Col xs={24}>
|
||||
<Card>
|
||||
<Space direction="vertical" size={12} style={{ width: '100%' }}>
|
||||
<div>
|
||||
<Title level={5} style={{ margin: 0 }}>快捷入口</Title>
|
||||
<Space direction="vertical" size={12} className="dashboard-quick-entry">
|
||||
<div className="dashboard-quick-entry__copy">
|
||||
<Title level={5} className="dashboard-quick-entry__title">快捷入口</Title>
|
||||
<Text type="secondary">快速访问地球可视化页面</Text>
|
||||
</div>
|
||||
<Link to="/earth">
|
||||
<Button type="primary" icon={<GlobalOutlined />}>
|
||||
<Link to="/earth" className="dashboard-quick-entry__link">
|
||||
<Button type="primary" icon={<GlobalOutlined />} className="dashboard-quick-entry__button">
|
||||
访问 Earth
|
||||
</Button>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user