ZaiZai 2 жил өмнө
parent
commit
d747af701f

+ 5 - 0
src/styles/app/theme.scss

@@ -359,4 +359,9 @@ html.dark {
         --el-notification-title-color: white;
         --el-notification-content-color: white;
     }
+    //顶部菜单
+    .hc-top-menu-bar .bar-menu-content .bar-menu-btn {
+        background: transparent;
+        border-color: var(--el-color-primary);
+    }
 }

+ 1 - 1
src/styles/page/using/scoped/query.scss

@@ -58,7 +58,7 @@
 
 .hc-gather-card-box {
     position: relative;
-    height: calc(100% - 160px);
+    height: calc(100% - 180px);
     .hc-card-item-main {
         position: relative;
         height: 100%;

+ 3 - 1
src/styles/theme/using/query.scss

@@ -20,7 +20,9 @@ html.dark {
             }
         }
         .hc-gather-card-box {
-            background: #0A1450;
+            &.gui {
+                background: #0A1450;
+            }
             .hc-card-item-box {
                 color: white;
                 padding: 12px;

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

@@ -136,8 +136,8 @@
             </div>
 
             <!--档案柜-->
-            <div class="hc-gather-card-box">
-                <HcCardItem ui="hc-card-item-main" v-loading="tableLoading" v-if="tabKey === 'tab2'">
+            <div class="hc-gather-card-box gui" v-if="tabKey === 'tab2'">
+                <HcCardItem ui="hc-card-item-main" v-loading="tableLoading">
                     <el-carousel class="hc-file-cabinet" :autoplay="false" :loop="false" indicator-position="none" v-if="guiItemData.length > 0">
                         <el-carousel-item v-for="item in guiItemData">
                             <div class="hc-file-cabinet-gui" :class="isVideoShow?'hidden':''">