mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 01:52:02 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
12 lines
172 B
CSS
12 lines
172 B
CSS
@reference "../../../../../styles/globals.css";
|
|
|
|
.logTable td {
|
|
padding: 7px 8px;
|
|
box-sizing: border-box;
|
|
max-width: 200px;
|
|
}
|
|
|
|
.pagination li {
|
|
list-style: none;
|
|
}
|