|
|
@@ -2,23 +2,8 @@
|
|
|
<a-spin :spinning="state.loading" >
|
|
|
<a-row :gutter="[16, 16]">
|
|
|
<a-col span="6" >
|
|
|
- <a-card>
|
|
|
+ <a-card title="邮箱配置">
|
|
|
<a-row>
|
|
|
- <!-- <a-col span="24" class="logo-box" >
|
|
|
- <img class="logo" :src="logoPng" />
|
|
|
- <div class="label center" >{{ state.sys.sysLabel}}</div>
|
|
|
- </a-col>
|
|
|
- <a-col span="24" style="margin-top: 20px;" >
|
|
|
- <a-row justify="center" >
|
|
|
- <a-space>
|
|
|
- <a-tag color="pink" >蛟龙</a-tag>
|
|
|
- <a-tag color="red" >云联</a-tag>
|
|
|
- <a-tag color="orange" >快速</a-tag>
|
|
|
- <a-tag color="green" >简洁</a-tag>
|
|
|
- <a-tag color="cyan" >智慧</a-tag>
|
|
|
- </a-space>
|
|
|
- </a-row>
|
|
|
- </a-col> -->
|
|
|
<a-col span="24" class="email" >
|
|
|
<a-form>
|
|
|
<a-form-item label="邮件地址📧" >
|
|
|
@@ -37,7 +22,7 @@
|
|
|
|
|
|
</a-col>
|
|
|
<a-col span="24" class="center" >
|
|
|
- <a-button type="primary" @click="openModal" >修改</a-button>
|
|
|
+ <a-button type="primary" @click="openModal" >修改邮箱</a-button>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
</a-card>
|