소스 검색

css 样式调节

QM303176530 4 년 전
부모
커밋
07ee7a483a
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      web/src/view/login/login.vue

+ 6 - 3
web/src/view/login/login.vue

@@ -279,17 +279,20 @@ export default {
       .links {
         margin-bottom: 8px;
         font-size: 14px;
+        width: 330px;
+        display: inline-flex;
+        flex-direction: row;
+        justify-content: space-between;
+        padding-right: 40px;
         a {
           color: rgba(0, 0, 0, 0.45);
           transition: all 0.3s;
-          &:not(:last-child) {
-            margin-right: 80px;
-          }
         }
       }
       .copyright {
         color: rgba(0, 0, 0, 0.45);
         font-size: 14px;
+        padding-right: 40px;
       }
     }
   }