diff --git a/frontend/admin/src/App.vue b/frontend/admin/src/App.vue index 53255943..17ee4df9 100644 --- a/frontend/admin/src/App.vue +++ b/frontend/admin/src/App.vue @@ -28,6 +28,14 @@ font-size: 16px; } + .sub-label { + font-size: 12px; + display: inline-block; + max-width: 100%; + margin-bottom: 5px; + font-weight: bold; + } + \ No newline at end of file diff --git a/frontend/admin/src/components/problem/problemList.vue b/frontend/admin/src/components/problem/problemList.vue index 13d02a73..acb6c83c 100644 --- a/frontend/admin/src/components/problem/problemList.vue +++ b/frontend/admin/src/components/problem/problemList.vue @@ -28,7 +28,7 @@ {{ problem.created_by.username }} {{ $t(problemStatus[problem.visible?1:0]) }} - + diff --git a/frontend/admin/src/components/problem/specialJudge.vue b/frontend/admin/src/components/problem/specialJudge.vue new file mode 100644 index 00000000..d407af2b --- /dev/null +++ b/frontend/admin/src/components/problem/specialJudge.vue @@ -0,0 +1,78 @@ + + + + + \ No newline at end of file diff --git a/frontend/admin/src/components/problem/spj.vue b/frontend/admin/src/components/problem/spj.vue deleted file mode 100644 index 8504d1f1..00000000 --- a/frontend/admin/src/components/problem/spj.vue +++ /dev/null @@ -1,9 +0,0 @@ - - - \ No newline at end of file diff --git a/frontend/admin/src/components/utils/codeMirror.vue b/frontend/admin/src/components/utils/codeMirror.vue index 109a3dc5..a970b834 100644 --- a/frontend/admin/src/components/utils/codeMirror.vue +++ b/frontend/admin/src/components/utils/codeMirror.vue @@ -1,18 +1,18 @@