Skip to content

Commit

Permalink
fix: max-w-500px selectText
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 20, 2024
1 parent fbed08c commit 742bb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/snapshot/AttrCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const selectText = computed(() => {
</template>
</NButton>
</template>
{{ selectText }}
<div max-w-500px>{{ selectText }}</div>
</NTooltip>
</div>
</NTd>
Expand Down

0 comments on commit 742bb3e

Please sign in to comment.