@@ -68,8 +68,10 @@ watch(() => props.queryParams, (newVal) => {
div {
width: 33.3%;
max-width: 33.3%;
+ padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
+ white-space: nowrap;
}