Browse Source

平板视频 兼容

黄琪勇 10 months ago
parent
commit
fee3408b94
1 changed files with 12 additions and 2 deletions
  1. 12 2
      src/views/creation/index.module.less

+ 12 - 2
src/views/creation/index.module.less

@@ -662,8 +662,18 @@
 }
 
 // 平板样式
-.creationTablet{
-
+.creation{
+  &.creationTablet{
+    .playSection{
+      height: 340px;
+    }
+    .musicSection{
+      min-height: calc(100vh - var(--barheight) - 20px - 14vh - 340px - 55px - 80px);
+    }
+    .musicShareSection{
+      min-height: calc(100vh - var(--barheight) - 20vh - 340px - 55px);
+    }
+  }
 }
 
 .loadingPop {