Browse Source

修改样式

See999 5 years ago
parent
commit
d4e782efce
2 changed files with 3 additions and 4 deletions
  1. 2 3
      src/pages/home/login.vue
  2. 1 1
      src/pages/main/dialog/MonitDialog.vue

+ 2 - 3
src/pages/home/login.vue View File

@@ -235,11 +235,10 @@ export default {
235 235
   justify-content: space-between;
236 236
 
237 237
   .newLogin {
238
-    width: 90%;
239
-    height: 90%;
238
+    width: 100%;
239
+    height: 100%;
240 240
     margin: auto;
241 241
     // box-shadow: 0px 2px 25px 0px rgba(37, 143, 252, 0.1);
242
-    border-radius: 14px;
243 242
     background: #fff;
244 243
   }
245 244
   .login {

+ 1 - 1
src/pages/main/dialog/MonitDialog.vue View File

@@ -1294,7 +1294,7 @@ export default {
1294 1294
         padding-left: 5px;
1295 1295
         width: 100%;
1296 1296
         @media only screen and (max-width: 415px) {
1297
-          padding: 11.8px 0;
1297
+          padding: 12px 0;
1298 1298
         }
1299 1299
         @media only screen and (min-width: 415px) and (max-width: 767px) {
1300 1300
           padding: 9.4px 0;