add table.
This commit is contained in:
@@ -115,7 +115,7 @@ function type(status: ProblemStatus) {
|
||||
|
||||
<div v-for="(sample, index) of samples" :key="index">
|
||||
<n-space align="center">
|
||||
<p class="title" :style="style">测试用例 {{ index + 1 }}</p>
|
||||
<p class="title" :style="style">测试样例 {{ index + 1 }}</p>
|
||||
<n-button
|
||||
size="small"
|
||||
:type="type(sample.status)"
|
||||
|
||||
@@ -24,7 +24,7 @@ watch(rawHtml, () => emit("update:value", rawHtml.value))
|
||||
const editorRef = shallowRef<IDomEditor>()
|
||||
|
||||
const toolbarConfig: Partial<IToolbarConfig> = {
|
||||
excludeKeys: ["todo", "insertVideo", "insertTable", "fullScreen"],
|
||||
excludeKeys: ["todo", "insertVideo", "fullScreen"],
|
||||
}
|
||||
|
||||
const editorConfig: Partial<IEditorConfig> = {
|
||||
|
||||
Reference in New Issue
Block a user