Jelajahi Sumber

Merge branch 'iteration-20260411' into jenkins-test

lex-wxl 1 hari lalu
induk
melakukan
279ee22d8a
1 mengubah file dengan 5 tambahan dan 4 penghapusan
  1. 5 4
      src/components/VipPurchaseModal/index.module.less

+ 5 - 4
src/components/VipPurchaseModal/index.module.less

@@ -31,16 +31,17 @@
     margin-bottom: 32px;
     margin-bottom: 32px;
     justify-content: center;
     justify-content: center;
 
 
-    // 当最后一行不满时,让元素靠右对齐
+    // 让最后一行居中显示
+    &::before,
     &::after {
     &::after {
       content: '';
       content: '';
-      flex: auto;
-      min-width: 280px;
+      width: 260px;
+      order: 1;
     }
     }
   }
   }
 
 
   .packageItem {
   .packageItem {
-    min-width: 280px;
+    min-width: 260px;
     padding: 40px 32px;
     padding: 40px 32px;
     background: linear-gradient(180deg, #f8f9fc 0%, #f0f2f5 100%);
     background: linear-gradient(180deg, #f8f9fc 0%, #f0f2f5 100%);
     border-radius: 20px;
     border-radius: 20px;