Browse Source

fix: docsite abchor media limit

DaiQiangReal 3 years ago
parent
commit
f2f277642b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/styles/layout.scss

+ 1 - 1
src/styles/layout.scss

@@ -453,7 +453,7 @@ $spCol: var(--semi-color-primary);
     }
 }
 
-@media (max-width: 1500px) {
+@media (max-width: 1400px) {
 
     .pageAnchor {
         display: none;