update
This commit is contained in:
@@ -137,20 +137,24 @@
|
||||
</el-form-item>
|
||||
|
||||
|
||||
<el-form-item prop="captcha" style="display: flex;flex-wrap: nowrap;flex-direction: row;justify-content: space-between">
|
||||
<el-input
|
||||
prefix-icon="el-icon-mobile-phone"
|
||||
type="text"
|
||||
placeholder="验证码"
|
||||
v-model="registerFrom.captcha"
|
||||
class="vertify_code"
|
||||
auto-complete="false"
|
||||
style="width: 15.3vw"
|
||||
></el-input>
|
||||
<el-button style="margin-left: 5px" @click="sendEmail" type="success" :disabled="!showTime">
|
||||
获取验证码
|
||||
<span v-show="!showTime" class="count">({{sendTime}}s)</span>
|
||||
</el-button>
|
||||
<el-form-item prop="captcha" style="display: flex;flex-wrap: nowrap;flex-direction: row;align-items: center">
|
||||
<div style="display: flex;flex-wrap: nowrap;align-items: center;justify-content: space-evenly">
|
||||
<el-input
|
||||
prefix-icon="el-icon-mobile-phone"
|
||||
type="text"
|
||||
placeholder="验证码"
|
||||
v-model="registerFrom.captcha"
|
||||
class="vertify_code"
|
||||
auto-complete="false"
|
||||
style=""
|
||||
></el-input>
|
||||
<el-button style="margin-left: 5px" @click="sendEmail" type="success" :disabled="!showTime">
|
||||
获取验证码
|
||||
<span v-show="!showTime" class="count">({{sendTime}}s)</span>
|
||||
</el-button>
|
||||
</div>
|
||||
|
||||
|
||||
</el-form-item>
|
||||
<div class="login-btn" style="display: flex;flex-direction: row;justify-content: space-between">
|
||||
<el-button type="primary" @click="submitRegisterForm('ruleForm')" >注册
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
|
||||
<script>
|
||||
// import $ from 'jquery'
|
||||
import SettingMainHeader from "@/components/setting/SettingMainHeader.vue";
|
||||
import SettingMainHeader from "@/components/setting/layout/SettingMainHeader.vue";
|
||||
|
||||
export default {
|
||||
name:"SettingPage",
|
||||
11
src/components/setting/system/AppearanceSettings.vue
Normal file
11
src/components/setting/system/AppearanceSettings.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user