diff --git a/src/oj/problem/list.vue b/src/oj/problem/list.vue index 2845427..db1cb40 100644 --- a/src/oj/problem/list.vue +++ b/src/oj/problem/list.vue @@ -306,7 +306,7 @@ function rowProps(row: ProblemFiltered) { diff --git a/src/shared/components/Hitokoto.vue b/src/shared/components/Hitokoto.vue index eaaf7ea..acf268d 100644 --- a/src/shared/components/Hitokoto.vue +++ b/src/shared/components/Hitokoto.vue @@ -44,7 +44,6 @@ onMounted(receive) .hitokoto .sentence { width: 100%; - max-width: 400px; text-overflow: ellipsis; overflow: hidden; word-break: break-all; @@ -54,7 +53,6 @@ onMounted(receive) .hitokoto .from { width: 100%; - max-width: 400px; text-align: right; text-overflow: ellipsis; overflow: hidden;