/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/table/table-http/table-http-example.css
42 строки
583 B
Kristiyan Kostadinov
docs(material/table): switch http example to resource (#33480)
08 июл 2026, 08:24
Не верифицирован
08 июл 2026, 08:24
3337b18
Код
Авторство
О чём код?
/* Structure */ .example-container { position: relative; } .example-table-container { position: relative; height: 400px; overflow: auto; } table { width: 100%; } .example-loading-shade { position: absolute; top: 0; left: 0; bottom: 56px; right: 0; background: rgba(0, 0, 0, 0.15); z-index: 1; display: flex; align-items: center; justify-content: center; } .example-rate-limit-reached { max-width: 360px; text-align: center; } /* Column Widths */ .mat-column-number, .mat-column-state { width: 64px; } .mat-column-created { width: 124px; }