/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/table/table-multiple-header-footer/table-multiple-header-footer-example.css
19 строк
245 B
Annie Wang
docs(material/table): fix table examples (#22792)
25 май 2021, 23:03
Не верифицирован
25 май 2021, 23:03
555852e
Код
Авторство
О чём код?
table { width: 100%; } .example-first-header-row th { border-bottom: none; } .example-second-header-row { font-style: italic; } .example-first-footer-row { font-weight: bold; } .example-second-footer-row td { font-style: italic; }