diff --git a/src/oj/problem/components/Form.vue b/src/oj/problem/components/Form.vue index 70d362e..6930f7a 100644 --- a/src/oj/problem/components/Form.vue +++ b/src/oj/problem/components/Form.vue @@ -10,7 +10,7 @@ import storage from "~/utils/storage" import { LANGUAGE } from "~/utils/types" import Submit from "./Submit.vue" import StatisticsPanel from "~/shared/components/StatisticsPanel.vue" -import {Icon} from "@iconify/vue" +import IconButton from "~/shared/components/IconButton.vue" interface Props { storageKey: string @@ -145,11 +145,12 @@ function showStatisticsPanel() { 操作 - - - + - {{ "搜索" + props.type}} + {{ "搜索" + props.type }}