浏览代码

fix:bug修复

cmy 12 小时之前
父节点
当前提交
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>