y595705120 3 years ago
parent
commit
50b6d2b386
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/containers/login/login.vue

+ 5 - 2
src/containers/login/login.vue

@@ -91,7 +91,6 @@
           <el-button @click="postDialog= false" class="floatbox" type="warning">
             返回主页
           </el-button>
-
           <span v-html="postInfo.content" class="mt30"></span>
         </div>
     </el-dialog>
@@ -204,7 +203,7 @@ export default {
   position: fixed;
   width: 160px;
   height: 60px;
-  right: 100px;
+  right: 60px;
   top: 90px;
   border-radius: 1.25rem;
   font-size: 30px !important;
@@ -232,4 +231,8 @@ export default {
     height: 64%;
     margin: 11px auto 0;
 }
+.postDialog{
+  max-width: 1024px;
+  margin: 0 auto;
+}
 </style>