Browse Source

feat: 调整底部高度

rindy 2 years ago
parent
commit
72dd4316d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/header/index.vue

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

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