Loading...
Loading...
Compare original and translation side by side
| View | Best for | When to default |
|---|---|---|
| Grid | Visual items: products, images, files, cards | When items are visually distinct and browsing is the primary task |
| List | Moderate detail: tasks, emails, articles | When a key piece of text or metadata drives selection |
| Table | Dense data: orders, reports, user management | When multiple columns of data must be compared |
gridlisttable[Filter ▾] [Sort ▾] [⊞ Grid] [☰ List] [⊟ Table]| 视图 | 最佳适用场景 | 默认启用时机 |
|---|---|---|
| Grid(网格) | 视觉类项目:产品、图片、文件、卡片 | 当项目具有明显视觉差异且浏览为主要任务时 |
| List(列表) | 中等详情类:任务、邮件、文章 | 当关键文本或元数据主导选择决策时 |
| Table(表格) | 高密度数据:订单、报表、用户管理 | 当需要对比多列数据时 |
gridlisttable[Filter ▾] [Sort ▾] [⊞ Grid] [☰ List] [⊟ Table].row {
cursor: pointer;
background: var(--color-surface);
transition: background 100ms ease-out;
}
.row:hover {
background: var(--color-grey-50);
}
.row.selected {
background: var(--color-primary-subtle); /* subtle brand tint */
}.row {
cursor: pointer;
background: var(--color-surface);
transition: background 100ms ease-out;
}
.row:hover {
background: var(--color-grey-50);
}
.row.selected {
background: var(--color-primary-subtle); /* subtle brand tint */
}--color-primary-subtle--color-primary--color-primary.row.selected {
background: var(--color-primary-subtle); /* e.g. hsl(224, 21%, 94%) */
border-left: 3px solid var(--color-primary);
}--color-primary-subtle--color-primary--color-primary.row.selected {
background: var(--color-primary-subtle); /* e.g. hsl(224, 21%, 94%) */
border-left: 3px solid var(--color-primary);
}[✓ 3 selected] [Delete] [Archive] [Export] [Move to ▾] [× Clear][☑ Select all on page] → [Select all 247 results][✓ 3 selected] [Delete] [Archive] [Export] [Move to ▾] [× Clear][☑ Select all on page] → [Select all 247 results]Filter (3)Filter (3)[Name] [Status] [Date] [Amount] ← at rest
[Name] [Status] [Date] [Amount] [Edit] [⋯] ← on hover[Name] [Status] [Date] [Amount] ← 默认状态
[Name] [Status] [Date] [Amount] [Edit] [⋯] ← 悬停状态datavizdataviz--color-primary-subtle--color-primary-subtle