weixin_52219567 hace 5 días
padre
commit
2e385362fa
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/layout/components/nav.vue

+ 3 - 0
src/layout/components/nav.vue

@@ -121,6 +121,7 @@ const leaveClassify = () => {
     display: flex;
     position: relative;
     padding-top: 15px;
+    justify-content: center;
 
     .nav-all {
       width: 234px;
@@ -130,6 +131,8 @@ const leaveClassify = () => {
       font-size: 15px;
       color: #ffffff;
       cursor: pointer;
+      position: absolute;
+      left: 0;
 
       img {
         height: 16px;