Skip to content

Commit

Permalink
fix: name rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Feb 26, 2024
1 parent a5fddac commit 5c8ae7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/AttrCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ const attrs = computed(() => {
<NEllipsis
class="w-[calc(var(--gkd-width)*0.12)]"
:class="{
'text-left direction-rtl':
attrx.name == 'id' || attrx.name == 'name',
'text-left direction-rtl': attrx.name == 'id',
}"
>
{{ attrx.desc }}
Expand Down

0 comments on commit 5c8ae7a

Please sign in to comment.