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