Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f134ccca3 | |||
| cc06fd9816 |
@@ -237,6 +237,8 @@ function onBodyScroll(): void {
|
||||
.tl-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/* 빈 상태가 표 영역 전체 높이를 채우도록 본문을 가득 채운다 */
|
||||
min-height: 100%;
|
||||
}
|
||||
.tl-headrow {
|
||||
display: grid;
|
||||
@@ -410,6 +412,7 @@ function onBodyScroll(): void {
|
||||
box-shadow: 0 0 0 2px var(--accent);
|
||||
}
|
||||
.tl-empty {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user