コミット忘れ

This commit is contained in:
syuilo 2020-12-12 12:13:27 +09:00
parent 77567cf114
commit 84f8c34e90
1 changed files with 2 additions and 1 deletions

View File

@ -141,11 +141,12 @@ export default defineComponent({
} }
> .ip { > .ip {
//flex: 1; flex: 1;
min-width: 0; min-width: 0;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
margin-right: 12px;
} }
> .time { > .time {