فهرست منبع

平板视频 兼容

黄琪勇 10 ماه پیش
والد
کامیت
fee3408b94
1فایلهای تغییر یافته به همراه12 افزوده شده و 2 حذف شده
  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 {