|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
<authheader :items="menuTips"></authheader>
|
|
<authheader :items="menuTips"></authheader>
|
|
|
- <a-card ref="account" class="general-card" :title="$t('menu.user.title')">
|
|
|
|
|
|
|
+ <a-card ref="account" class="general-card">
|
|
|
<a-row>
|
|
<a-row>
|
|
|
<a-col :flex="2"></a-col>
|
|
<a-col :flex="2"></a-col>
|
|
|
<a-col :flex="1">
|
|
<a-col :flex="1">
|
|
|
- <a-form :model="formModel">
|
|
|
|
|
|
|
+ <a-form :model="formModel" style="margin-top: 30px">
|
|
|
<a-form-item field="name">
|
|
<a-form-item field="name">
|
|
|
<a-input
|
|
<a-input
|
|
|
v-model="formModel.name"
|
|
v-model="formModel.name"
|
|
@@ -15,8 +15,7 @@
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-form>
|
|
</a-form>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
- <a-divider style="height: 40px" direction="vertical" />
|
|
|
|
|
- <a-col :flex="'200px'" style="text-align: right">
|
|
|
|
|
|
|
+ <a-col :flex="'200px'" style="text-align: right;margin-top: 30px">
|
|
|
<a-button @click="reset" style="margin-right: 20px">
|
|
<a-button @click="reset" style="margin-right: 20px">
|
|
|
<template #icon>
|
|
<template #icon>
|
|
|
<icon-refresh />
|
|
<icon-refresh />
|