Optimize theme item name display (#2189)

Co-authored-by: lyswhut <lyswhut@qq.com>
pull/2195/head
3gf8jv4dv 2024-12-19 00:27:06 +08:00 committed by GitHub
parent 1feaac003a
commit db8ad1e8eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -413,7 +413,6 @@ export default {
width: 100%; width: 100%;
text-align: center; text-align: center;
height: 1.2em; height: 1.2em;
.mixin-ellipsis-1;
} }
&.auto { &.auto {

View File

@ -214,7 +214,6 @@ export default {
text-align: center; text-align: center;
height: 1.2em; height: 1.2em;
font-size: 14px; font-size: 14px;
.mixin-ellipsis-1;
} }
} }
} }