feat: complete TASK-WP0-05 storage capacity
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Dada 容量状态验收探针</title>
|
||||
<style>
|
||||
body { font-family: system-ui, sans-serif; margin: 32px; color: #1f2328; }
|
||||
main { max-width: 720px; }
|
||||
.bar { height: 18px; background: #d0d7de; border-radius: 4px; overflow: hidden; }
|
||||
.bar > span { display: block; height: 100%; background: #cf222e; width: 100%; }
|
||||
table { border-collapse: collapse; margin-top: 24px; width: 100%; }
|
||||
th, td { border-bottom: 1px solid #d8dee4; padding: 8px; text-align: left; }
|
||||
</style>
|
||||
</head>
|
||||
<body><main id="root"></main><script type="module" src="/tests/e2e/fixtures/storage-capacity.ts"></script></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user