fix: 用户管理重制密码

This commit is contained in:
dataeaseShu 2023-02-23 10:31:25 +08:00
parent 9b39bd7e18
commit 345f0c03bf

View File

@ -261,7 +261,7 @@
popper-class="reset-pwd"
trigger="click"
>
<svg-icon icon-class="icon_info_filled" />
<svg-icon class="reset-pwd-icon" icon-class="icon_info_filled" />
<div class="tips">{{ $t('user.recover_pwd') }}</div>
<div class="editer-form-title">
<span
@ -681,6 +681,10 @@ export default {
}
</style>
<style lang="scss">
.reset-pwd-icon {
margin-top: 4px;
color: rgb(255, 153, 0);
}
.reset-pwd {
padding: 20px 24px !important;
display: flex;