Browse Source

screen-sm

tangning 1 year ago
parent
commit
9a3615b52e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/sys/login/Login.vue

+ 2 - 2
src/views/sys/login/Login.vue

@@ -143,8 +143,8 @@
   .title {
     .titleText {
       font-size: 60px;
-      @media (max-width: @screen-sm) {
-        font-size: 40px;
+      @media (max-width: @screen-xl) {
+      font-size: 40px;
       }
     }
     .titleSubtext {