快乐的梦鱼 1 неделя назад
Родитель
Сommit
6db46047b9
5 измененных файлов с 12 добавлено и 10 удалено
  1. 2 2
      src/assets/scss/fix.scss
  2. 8 2
      src/assets/scss/main.scss
  3. 1 1
      src/pages/forms/form.vue
  4. 0 4
      src/pages/index.vue
  5. 1 1
      src/pages/inheritor.vue

+ 2 - 2
src/assets/scss/fix.scss

@@ -29,7 +29,7 @@
 
 @media screen and (max-width: 768px) {
   .dynamic-form-group {
-    padding: 45px;
+    padding: 25px;
   }
   .ant-form-item {
     margin-bottom: 24px !important;
@@ -37,6 +37,6 @@
 }
 @media screen and (max-width: 425px) {
   .dynamic-form-group {
-    padding: 30px;
+    padding: 15px;
   }
 }

+ 8 - 2
src/assets/scss/main.scss

@@ -347,8 +347,14 @@ $small-banner-height: 445px;
       padding-bottom: 20px;
     }
 
-    .content .title.left-right {
-      flex-direction: column;
+    .content .title { 
+      h2 {
+        font-size: 1.5rem;
+      }
+      &.left-right {
+        gap: 20px;
+        flex-direction: column;
+      }
     }
   }
   .main-card-box {

+ 1 - 1
src/pages/forms/form.vue

@@ -61,7 +61,7 @@
       v-model:open="showHistory"
       title="历史版本"
       placement="right"
-      :width="showHistoryModel ? '90%' : '50%'"
+      :width="showHistoryModel ? '95%' : '80%'"
     >
       <div v-if="showHistoryModel">
         <div class="d-flex flex-row justify-content-between">

+ 0 - 4
src/pages/index.vue

@@ -240,10 +240,6 @@ const activeKey = ref('1');
     flex-direction: column;
     align-items: center;
     gap: 16px;
-  } 
-  .hero-logo {
-    width: 150px;
-    height: 150px;
   }
   .features-grid {
     grid-template-columns: 1fr;

+ 1 - 1
src/pages/inheritor.vue

@@ -4,7 +4,7 @@
     <div class="nav-placeholder">
     </div>
     <!-- 表单 -->
-    <section class="main-section ">
+    <section class="main-section large">
       <div class="content">
         <div class="title left-right">
           <span style="width:160px;"></span>