Quellcode durchsuchen

feat: 调整底部高度

rindy vor 2 Jahren
Ursprung
Commit
72dd4316d7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/components/header/index.vue

+ 1 - 1
src/components/header/index.vue

@@ -173,7 +173,7 @@ footer {
     left: 0;
     left: 0;
     bottom: 0;
     bottom: 0;
     width: 100%;
     width: 100%;
-    height: 90px;
+    height: 92px;
     color: rgba(255, 255, 255, 0.8);
     color: rgba(255, 255, 255, 0.8);
     backdrop-filter: blur(4px);
     backdrop-filter: blur(4px);
     background: rgba(27, 27, 28, 0.8);
     background: rgba(27, 27, 28, 0.8);