Merge branch 'develop' into feat-1714

This commit is contained in:
かっこかり 2024-07-12 16:38:38 +09:00 committed by GitHub
commit 881b7dd6ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
69 changed files with 1096 additions and 461 deletions

View file

@ -8,7 +8,11 @@ SPDX-License-Identifier: AGPL-3.0-only
<div ref="headerEl">
<slot name="header"></slot>
</div>
<div ref="bodyEl" :data-sticky-container-header-height="headerHeight">
<div
ref="bodyEl"
:data-sticky-container-header-height="headerHeight"
:data-sticky-container-footer-height="footerHeight"
>
<slot></slot>
</div>
<div ref="footerEl">