Browse Source

调整登录页的底部公司名称字体大小

画安 16 hours ago
parent
commit
ebdf15a643
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Login.vue

+ 1 - 1
src/views/Login.vue

@@ -596,7 +596,7 @@ export default {
 .copyright {
   display: flex;
   align-items: center;
-  font-size: 14px;
+  font-size: 18px;
   color: #FFF;
   line-height: 30px;
   text-align: center;