|
@@ -513,6 +513,7 @@ async function handleReportOpt(type){
|
|
|
<style lang="scss" scoped>
|
|
|
.chapter-detail-edit-page{
|
|
|
height: 100dvh;
|
|
|
+ min-height: 95vh;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
overflow: hidden;
|
|
@@ -602,6 +603,7 @@ async function handleReportOpt(type){
|
|
|
@media screen and (min-width:$media-width){
|
|
|
.chapter-detail-edit-page{
|
|
|
height: calc(100dvh - 60px);
|
|
|
+ min-height: calc(95vh - 60px);
|
|
|
}
|
|
|
.main-wrap{
|
|
|
margin-top: 15px;
|