mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(avatar): css property line-height (#2702)
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
@include m($size) {
|
||||
width: var(--el-avatar-#{$size}-size);
|
||||
height: var(--el-avatar-#{$size}-size);
|
||||
line: var(--el-avatar-#{$size}-size);
|
||||
line-height: var(--el-avatar-#{$size}-size);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user