Merge pull request #4611 from dataease/pr@dev_memory_component

Pr@dev memory component
This commit is contained in:
dataeaseShu 2023-02-23 10:42:10 +08:00 committed by GitHub
commit 3a72034203
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;