jwyu 2 年之前
父节点
当前提交
113265d91a

+ 2 - 0
src/views/report/AddReport.vue

@@ -368,6 +368,7 @@ async function reportPublish(id){
 }
 .add-report-page{
     height: 100dvh;
+    min-height: 95vh;
     display: flex;
     flex-direction: column;
     overflow: hidden;
@@ -375,6 +376,7 @@ async function reportPublish(id){
 @media screen and (min-width:$media-width){
     .add-report-page{
         height: calc(100dvh - 60px);
+        min-height: calc(95vh - 60px);
     }
 }
 .van-cell{

+ 2 - 0
src/views/report/EditReport.vue

@@ -440,6 +440,7 @@ async function reportPublish(id){
 }
 .add-report-page{
     height: 100dvh;
+    min-height: 95vh;
     display: flex;
     flex-direction: column;
     overflow: hidden;
@@ -447,6 +448,7 @@ async function reportPublish(id){
 @media screen and (min-width:$media-width){
     .add-report-page{
         height: calc(100dvh - 60px);
+        min-height: calc(95vh - 60px);
     }
 }
 .van-cell{

+ 2 - 0
src/views/report/ReportDayWeekAdd.vue

@@ -200,6 +200,7 @@ function close(){
 <style lang="scss" scoped>
 .dayweek-report-add{
     height: 100dvh;
+    min-height: 95vh;
     position: relative;
     background: #EDEDED;
     :deep(.cell-con){
@@ -233,6 +234,7 @@ function close(){
 @media screen and (min-width:$media-width){
     .dayweek-report-add{
         height: calc(100dvh - 60px);
+        min-height: calc(95vh - 60px);
         .bot-btns{
             bottom: 24px;
         }

+ 2 - 0
src/views/report/chapter/Detail.vue

@@ -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;

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

@@ -303,6 +303,7 @@ async function handleShowPoster(item){
 <style lang="scss" scoped>
 .report-chapterlist-page{
     height: 100dvh;
+    min-height: 95vh;
     display: flex;
     flex-direction: column;
     .bot-btns{

+ 2 - 0
src/views/reportEn/AddReport.vue

@@ -376,6 +376,7 @@ function reportPublish(id){
 <style lang="scss" scoped>
 .reporten-add-page{
     height: 100dvh;
+    min-height: 95vh;
     display: flex;
     flex-direction: column;
     overflow: hidden;
@@ -383,6 +384,7 @@ function reportPublish(id){
 @media screen and (min-width:$media-width){
     .reporten-add-page{
         height: calc(100dvh - 60px);
+        min-height: calc(95vh - 60px);
     }
 }
 .van-cell{