Przeglądaj źródła

修改底栏空白

tangjunhao 7 miesięcy temu
rodzic
commit
8367a055bd
3 zmienionych plików z 5 dodań i 4 usunięć
  1. 2 1
      src/style/index.css
  2. 3 2
      src/style/style.css
  3. 0 1
      src/views/home.vue

+ 2 - 1
src/style/index.css

@@ -444,6 +444,7 @@ margin-top: -6px;
 .femFooter {
   position: absolute;
   /* position: fixed; */
+  
   width: 100%;
   bottom: 0px;
 }
@@ -462,7 +463,7 @@ margin-top: -6px;
 }
 .main_model{
   width: 100%;
-  height: 78vh;
+  height: 100%;
   display: flex;
   flex-direction: column;
 

+ 3 - 2
src/style/style.css

@@ -328,7 +328,7 @@ border-radius: 10px 10px 10px 10px;
   }
   .main_model{
     width: 100%;
-    height:calc(100vh - .9531rem) ;
+    height:100%;
     text-align: center;
     position: relative;
   }
@@ -447,6 +447,7 @@ margin-top: -6px;
 .femFooter {
   position: absolute;
   /* position: fixed; */
+  min-height: 300px;
   width: 100%;
   bottom: 0px;
 }
@@ -469,13 +470,13 @@ margin-top: -6px;
 }
 .main_model{
   width: 100%;
-  /* height: 80vh; */
   display: flex;
   flex-direction: column;
 
 }
 .main_container{
   width: 100%;
+  height: 100%;
 }
 .maxh221{
  height: calc(100vh - 1.8802rem);

+ 0 - 1
src/views/home.vue

@@ -1452,7 +1452,6 @@
                   </div>
                 </div>
                 <div class="main_model" v-show='flowshow'>
-                  <!-- //v-if="activeName=='Role'" -->
                   <vuefindex ref="vuefval" :Xfiol="dialog.Xfiol" :jboptimizer="dialog.jboptimizer"
                     :optimizer="dialog.optimizer" @optimizerfalse="optimizerfalse($event)"></vuefindex>
                 </div>