Browse Source

新主题,先不要发版

ZaiZai 1 year ago
parent
commit
5f18fbe1c3
2 changed files with 4 additions and 7 deletions
  1. 2 5
      src/styles/page/using/query.scss
  2. 2 2
      src/views/using/query.vue

+ 2 - 5
src/styles/page/using/query.scss

@@ -5,6 +5,7 @@
     .hc-query-card-box {
         position: relative;
         width: 100%;
+        height: 100%;
         display: flex;
         flex-direction: column;
         //筛选关键词
@@ -218,11 +219,7 @@
             position: relative;
             flex: 1;
             flex-basis: auto;
-            margin-top: 14px;
-            .hc-gather-card-body {
-                position: absolute;
-                inset: 0;
-            }
+            margin-top: 10px;
         }
     }
 }

+ 2 - 2
src/views/using/query.vue

@@ -86,7 +86,7 @@
                 </div>
             </div>
             <div class="hc-gather-card-box">
-                <div class="hc-gather-card-body">
+                <hc-body padding="0px">
                     <hc-tab-card :tabs="tabData" :tab-key="tabKey" @change="tabChange">
                         <template #extra>
                             <el-button v-if="tabKey === 'tab1'">下载</el-button>
@@ -94,7 +94,7 @@
                         </template>
                         1111
                     </hc-tab-card>
-                </div>
+                </hc-body>
             </div>
         </div>