Browse Source

fix: 修正被覆盖的问题

ChenYangfan 6 years ago
parent
commit
dad058c7fb
2 changed files with 2 additions and 3 deletions
  1. 1 2
      src/components/Cards/SlideCard.vue
  2. 1 1
      src/views/shared/UserHomeLayout.vue

+ 1 - 2
src/components/Cards/SlideCard.vue

@@ -92,8 +92,6 @@ export default {
 }
 
 .slide-card-title {
-  display: flex;
-  align-items: center;
   font-size: 16px;
   line-height: 1.9;
 }
@@ -110,6 +108,7 @@ export default {
 }
 
 .c-icon {
+  font-size: 16px;
   transform: scale(1.2);
 }
 </style>

+ 1 - 1
src/views/shared/UserHomeLayout.vue

@@ -151,7 +151,7 @@ export default {
   }
 
   .menu-container-small {
-    z-index: 2;
+    z-index: 10;
     backdrop-filter: saturate(180%) blur(15px);
     background: rgba(255, 255, 255, 0.8);
     width: 100%;