1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +00:00

optimize page cover style (#6392)

* optimize page cover style

* update sdoc editor version
This commit is contained in:
杨顺强
2024-07-22 14:01:34 +08:00
committed by GitHub
parent 29ebcaef00
commit e94eb3ab66
4 changed files with 12 additions and 11 deletions

View File

@@ -10,6 +10,7 @@ const WIKI_COVER_LIST = [
'wiki-cover-6.jpg',
'wiki-cover-7.jpg',
'wiki-cover-8.jpg',
'wiki-cover-9.jpg',
];
export { FOLDER, PAGE, WIKI_COVER_LIST };

View File

@@ -48,15 +48,15 @@
.wiki-page-cover-panel__body {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
gap: 10px;
background-color: #fff;
overflow-y: auto;
}
.wiki-page-cover-panel .wiki-cover-gallery-img {
width: 120px;
height: 64px;
width: 240px;
height: 72px;
cursor: pointer;
}