diff --git a/src/oj/problem/components/ProblemContent.vue b/src/oj/problem/components/ProblemContent.vue index 8246958..fba7a8b 100644 --- a/src/oj/problem/components/ProblemContent.vue +++ b/src/oj/problem/components/ProblemContent.vue @@ -264,6 +264,11 @@ function type(status: ProblemStatus) { line-height: 1.5; } +.problemContent > .content img { + max-width: 100% !important; + height: 100% !important; +} + .problemContent > .content a { color: #18a058; }