No overflow text

This commit is contained in:
Louis Lam 2023-11-22 00:03:47 +08:00
parent c4700c339b
commit 5f4d9fce48

View file

@ -45,6 +45,8 @@ export default {
<style scoped>
.badge {
min-width: 62px;
overflow: hidden;
text-overflow: ellipsis;
}
.fixed-width {