Commit 4db7ece9 authored by 罗超's avatar 罗超

修改样式

parent ad68ca53
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</div> </div>
</div> </div>
</div> </div>
<el-dialog v-model="dialogVisible" :title="dialogTitle" width="344" @close="closeForm"> <el-dialog v-model="dialogVisible" :title="dialogTitle" width="430" @close="closeForm">
<el-form ref="bindFormRef" :model="model" :rules="rules" label-width="0px" size="large" class="full-width" :disabled="loading"> <el-form ref="bindFormRef" :model="model" :rules="rules" label-width="0px" size="large" class="full-width" :disabled="loading">
<template v-if="dialogType==1"> <template v-if="dialogType==1">
<el-form-item label="" prop="mail"> <el-form-item label="" prop="mail">
...@@ -95,8 +95,8 @@ ...@@ -95,8 +95,8 @@
</el-form> </el-form>
<template #footer> <template #footer>
<div class="dialog-footer"> <div class="dialog-footer">
<el-button @click="dialogVisible = false">取消</el-button> <el-button @click="dialogVisible = false" class="ppt-button" size="large" >取消</el-button>
<el-button type="primary" @click="submitForm(bindFormRef)" :loading="loading"> <el-button type="primary" @click="submitForm(bindFormRef)" class="ppt-button" size="large" :loading="loading">
确定<template v-if="dialogType==1">{{Mailbox?'换绑':'绑定'}}</template><template v-else>更换</template> 确定<template v-if="dialogType==1">{{Mailbox?'换绑':'绑定'}}</template><template v-else>更换</template>
</el-button> </el-button>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment