Browse Source

更改tab页高度

hao lei 1 year ago
parent
commit
11243e83ef
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/components/TabList/index.vue

+ 3 - 2
src/components/TabList/index.vue

@@ -393,6 +393,7 @@ export default {
 .tab-content {
 .tab-content {
     width: 100%;
     width: 100%;
     // flex: 1;
     // flex: 1;
+    min-height: 40vh;
     overflow: scroll;
     overflow: scroll;
     background-image: url(../../images/tab-content.png);
     background-image: url(../../images/tab-content.png);
     background-size: 100% 100%;
     background-size: 100% 100%;
@@ -401,10 +402,10 @@ export default {
     
     
 }
 }
 .short {
 .short {
-  height: 210px;
+  height: 40vh;
 }
 }
 .long {
 .long {
-  height: 440px;
+  height: 50vh;
 }
 }
 .ordinary {
 .ordinary {
   height: 67.79vh;
   height: 67.79vh;