master
taoshihan 2 months ago
parent 1b7de01e69
commit 222b840e09

@ -52,7 +52,7 @@
<div id="app" class="signin"> <div id="app" class="signin">
<template> <template>
<div class="loginHtml"> <div class="loginHtml">
<h1 class="loginTitle">Welcome to GoflyLiveChat</h1> <h1 class="loginTitle">GOFLY LIVE CHAT</h1>
<el-form :model="form" :rules="rules" ref="loginForm" v-show="!showRegHtml"> <el-form :model="form" :rules="rules" ref="loginForm" v-show="!showRegHtml">
<el-form-item prop="account"> <el-form-item prop="account">
<el-input v-model="form.account" placeholder="Enter your username"></el-input> <el-input v-model="form.account" placeholder="Enter your username"></el-input>
@ -90,7 +90,7 @@
</el-form> </el-form>
</div> </div>
<p class="copyright">GoflyLiveChat - Open Source Live Chat Platform</p> <p class="copyright">GOFLY LIVE CHAT - Open Source Live Chat Platform</p>
</template> </template>
</div> </div>
</body> </body>

@ -68,7 +68,7 @@
font-family: monospace; font-family: monospace;
} }
</style> </style>
<div id="app" style="width:100%; background: #f5f7fa; padding: 20px;"> <div id="app" style="width:100%; background: #f5f7fa;">
<template> <template>
<div class="profile-form"> <div class="profile-form">
<h3 class="form-title">Profile Settings</h3> <h3 class="form-title">Profile Settings</h3>

Loading…
Cancel
Save