chenlei 8 ماه پیش
والد
کامیت
e55688eea3
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      packages/pc/src/views/Detail/components/Video/index.vue

+ 4 - 2
packages/pc/src/views/Detail/components/Video/index.vue

@@ -21,6 +21,7 @@
     <div style="display: flex; justify-content: center">
       <el-pagination
         hide-on-single-page
+        :page-size="1"
         layout="prev, pager, next"
         :total="total"
         prev-text="上一页"
@@ -96,13 +97,14 @@ watch(
     margin: 20px 0;
     display: flex;
     align-items: center;
+    flex-direction: column;
     gap: 80px;
     cursor: pointer;
 
     .el-image {
       flex-shrink: 0;
-      width: 547px;
-      height: 295px;
+      width: 800px;
+      height: 500px;
     }
     &-inner {
       p:first-child {