fix
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-06-03 09:06:08 -06:00
parent e33ef710af
commit f6232da3ba
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
import { formatISO } from "date-fns" import { formatISO } from "date-fns"
import TextEditor from "shared/components/TextEditor.vue" import TextEditor from "shared/components/TextEditor.vue"
import { parseTime } from "utils/functions" import { parseTime } from "utils/functions"
import { BlankContest } from "utils/types" import type { BlankContest } from "utils/types"
import { createContest, editContest, getContest } from "../api" import { createContest, editContest, getContest } from "../api"
interface Props { interface Props {

View File

@@ -130,7 +130,7 @@ const columns: DataTableColumn<AdminProblemFiltered>[] = [
{ {
title: "选项", title: "选项",
key: "actions", key: "actions",
width: 300, width: 320,
render: (row) => render: (row) =>
h(Actions, { h(Actions, {
problemID: row.id, problemID: row.id,