linwu 3 vuotta sitten
vanhempi
commit
e8c94c109c

+ 3 - 1
public/themes/default/views/app/content/buyhouse/list.blade.php

@@ -524,13 +524,15 @@
                             </p>
                             <el-form-item size="large">
                                 <el-button type="success" @click="submit('userForm')">提交申请</el-button>
-                                <el-button type="info" @click="location.href = '{{route("buyhouse.login")}}'">返回</el-button>
                             </el-form-item>
                         </td>
                     </tr>
                 </table>
             </el-form>
         </div>
+        <div style="text-align:center;padding-top:20px;">
+            <el-button type="info" @click="location.href = '{{route("buyhouse.login")}}'">返回</el-button>
+        </div>
         <el-dialog :visible.sync="imageDialogVisible">
             <img width="100%" :src="dialogImageUrl" alt="">
         </el-dialog>