Merge pull request #4612 from dataease/dev

merge
This commit is contained in:
fit2cloudrd 2023-02-23 11:03:25 +08:00 committed by GitHub
commit e6672471ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;