|
@ -1229,7 +1229,7 @@ onMounted(async function () { |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<template #footer> |
|
|
<template #footer> |
|
|
<div style="align-content: center ; gap: 30px"> |
|
|
|
|
|
|
|
|
<div style="display: flex; justify-content: center; gap: 30px"> |
|
|
<el-button @click="cancelResetPassword">取消</el-button> |
|
|
<el-button @click="cancelResetPassword">取消</el-button> |
|
|
<el-button type="primary" @click="confirmResetPassword">确定</el-button> |
|
|
<el-button type="primary" @click="confirmResetPassword">确定</el-button> |
|
|
</div> |
|
|
</div> |
|
|