fix(components): [avatar] remove outline from el-avatar component (#18303)

fix: remove outline from el-avatar component
This commit is contained in:
DDDDD12138 2024-09-23 09:05:35 +08:00 committed by GitHub
parent 31e00e7c19
commit 593d03e326
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@
box-sizing: border-box;
text-align: center;
overflow: hidden;
outline: none;
color: getCssVar('avatar', 'text-color');
background: getCssVar('avatar', 'bg-color');
width: getCssVar('avatar', 'size');