Browse Source

style: sites version width

richard1015 4 years ago
parent
commit
9ead96e3d3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/sites/doc/components/Header.vue

+ 2 - 2
src/sites/doc/components/Header.vue

@@ -249,12 +249,12 @@ export default defineComponent({
     position: absolute;
     top: 30px;
     left: 50%;
-    margin-left: -50px;
+    margin-left: -60px;
     border-radius: 3px;
     overflow: hidden;
   }
   &-item {
-    width: 100px;
+    width: 120px;
     height: 28px;
     padding: 0 12px;
     line-height: 26px;