jwyu 2 年之前
父節點
當前提交
e41b6d6457
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/report/chapter/List.vue

+ 7 - 0
src/views/report/chapter/List.vue

@@ -306,7 +306,13 @@ async function handleShowPoster(item){
     min-height: 95vh;
     min-height: 95vh;
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
+    padding-bottom: 130px;
     .bot-btns{
     .bot-btns{
+        position: fixed;
+        left: 0;
+        right: 0;
+        bottom: 0;
+        z-index: 99;
         padding: 20px 0;
         padding: 20px 0;
         display: flex;
         display: flex;
         justify-content: center;
         justify-content: center;
@@ -441,6 +447,7 @@ async function handleShowPoster(item){
 
 
 @media screen and (min-width:$media-width){
 @media screen and (min-width:$media-width){
     .report-chapterlist-page{
     .report-chapterlist-page{
+        padding-bottom: 80px;
         .bot-btns{
         .bot-btns{
             padding: 10px 0;
             padding: 10px 0;
         }
         }