first commit
This commit is contained in:
1
frontend/dist/assets/index-CgJtb3L8.css
vendored
Normal file
1
frontend/dist/assets/index-CgJtb3L8.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 40px #0003;width:400px}.dashboard-layout{min-height:100vh}.dashboard-sider{background:#001529!important}.dashboard-header{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.dashboard-content{padding:24px;background:#f0f2f5;min-height:calc(100vh - 64px)}.stat-card{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 2px #0000001a}.stat-card h3{color:#8c8c8c;font-size:14px;margin-bottom:8px}.stat-card .value{color:#262626;font-size:32px;font-weight:600}.stat-card .trend{font-size:12px;margin-top:8px}.stat-card .trend.up{color:#52c41a}.stat-card .trend.down{color:#ff4d4f}
|
||||
479
frontend/dist/assets/index-drhrDAg9.js
vendored
Normal file
479
frontend/dist/assets/index-drhrDAg9.js
vendored
Normal file
File diff suppressed because one or more lines are too long
14
frontend/dist/index.html
vendored
Normal file
14
frontend/dist/index.html
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>智能星球计划</title>
|
||||
<script type="module" crossorigin src="/assets/index-drhrDAg9.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CgJtb3L8.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user