feat: ui component finish for chunk preview

This commit is contained in:
AkaraChen
2024-12-04 11:52:05 +08:00
parent bebad5cbdd
commit 629152ff2c
7 changed files with 154 additions and 69 deletions

View File

@ -394,19 +394,6 @@
max-width: 524px;
}
.previewHeader {
position: sticky;
top: 0;
left: 0;
padding-top: 42px;
background-color: #fff;
font-weight: 600;
font-size: 18px;
line-height: 28px;
color: #101828;
z-index: 10;
}
/*
* `fixed` must under `previewHeader` because of style override would not work
*/