瀏覽代碼

fix:bug修复

cmy 8 小時之前
父節點
當前提交
7de93b379d
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      source/index/app.php

+ 8 - 0
source/index/app.php

@@ -240,6 +240,14 @@ class app extends Base
                 .index1 {
                     display: none;
                 }
+
+                @media screen and (max-width: 768px) {
+                    .login-common {
+                        box-shadow: unset!important;
+                        width: 100%;
+                        padding: 0 10px;
+                    }
+                }
             </style>
         </head>
         <body>