This commit is contained in:
2026-02-12 22:15:26 +08:00
parent 6e26f66338
commit 4bba4786cc
52 changed files with 25 additions and 33 deletions

View File

@@ -64,7 +64,7 @@ const LoginModal = ({ visible, onClose, onLoginSuccess }) => {
open={visible}
onCancel={onClose}
footer={null}
destroyOnClose={true}
destroyOnClose
centered
>
<Form

View File

@@ -65,8 +65,9 @@ const Home = () => {
if (loading) {
return (
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '50vh' }}>
<Spin size="large" tip="加载硬件配置中..." />
<div style={{ display: 'flex', flexDirection: 'column', justifyContent: 'center', alignItems: 'center', height: '50vh' }}>
<Spin size="large" />
<div style={{ marginTop: 20, color: '#00b96b' }}>加载硬件配置中...</div>
</div>
);
}
@@ -127,7 +128,7 @@ const Home = () => {
>
<Card
className="tech-card glass-panel"
bordered={false}
variant="borderless"
cover={
<div style={{
height: 200,