mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
perf: 优化邮件设置页面样式
This commit is contained in:
parent
923549bb5e
commit
f1c7c35e48
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="setting-item submit">
|
||||
<Form ref="formData" :model="formData" :rules="ruleData" label-width="auto" @submit.native.prevent>
|
||||
<h3>{{ $L('邮箱服务器设置') }}</h3>
|
||||
<h3 style="margin-bottom: 15px;">{{ $L('邮箱服务器设置') }}</h3>
|
||||
<FormItem :label="$L('SMTP服务器')" prop="smtp_server">
|
||||
<Input v-model="formData.smtp_server"/>
|
||||
</FormItem>
|
||||
@ -15,7 +15,7 @@
|
||||
<Input :maxlength="20" v-model="formData.password"/>
|
||||
</FormItem>
|
||||
|
||||
<h3>{{ $L('邮件通知设置') }}</h3>
|
||||
<h3 style="margin-bottom: 15px;">{{ $L('邮件通知设置') }}</h3>
|
||||
<FormItem :label="$L('开启注册验证')" prop="reg_verify">
|
||||
<RadioGroup v-model="formData.reg_verify">
|
||||
<Radio label="open">{{ $L('开启') }}</Radio>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user