This commit is contained in:
Louis Lam 2023-11-25 13:50:15 +08:00
parent f862bbc7cd
commit 457f038108

View file

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