Kaynağa Gözat

更改tab页高度

hao lei 1 yıl önce
ebeveyn
işleme
11243e83ef
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      src/components/TabList/index.vue

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

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