diff --git a/packages/examination/src/style/common.css b/packages/examination/src/style/common.css
index 59f9159..2f7a5a2 100644
--- a/packages/examination/src/style/common.css
+++ b/packages/examination/src/style/common.css
@@ -381,4 +381,8 @@ table.ikd-input-table {
display: flex;
height: 100%;
font-size: x-large;
+}
+.ant-btn-dangerous {
+ color: #ff4d4f !important;
+ border-color: #ff4d4f !important;
}
\ No newline at end of file
diff --git a/packages/examination/src/views/exam-online/compoents/ExamListPage.tsx b/packages/examination/src/views/exam-online/compoents/ExamListPage.tsx
index 3370545..0617c46 100644
--- a/packages/examination/src/views/exam-online/compoents/ExamListPage.tsx
+++ b/packages/examination/src/views/exam-online/compoents/ExamListPage.tsx
@@ -472,119 +472,125 @@ const ExamListPage = ({ history }: { history: any }) => {
}
return (
-
-
-
- setSearchForm({...searchForm, examName: e.target.value})
- }
- style={{width: 240}}
- />
-
-
-
- setSearchForm({...searchForm, paperName: e.target.value})
- }
- style={{width: 240}}
- />
-
-
-
-
-
-
- setSearchForm({...searchForm, validTime: value})
- }
- style={{width: 240}}
- />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
生成考试码 }
- visible={qrCodeVisible}
- onCancel={() => setQrCodeVisible(false)}
- onOk={handleDownloadQRCode}
- centered
- okText="确认"
- >
-
-
-
-
+
+
+
-
-
验证码:{captcha}
+
+
+
+
+
-
+
+
生成考试码}
+ visible={qrCodeVisible}
+ onCancel={() => setQrCodeVisible(false)}
+ onOk={handleDownloadQRCode}
+ centered
+ okText="确认"
+ >
+
+
+ 验证码:{captcha}
+
+
+
);
};
diff --git a/packages/examination/src/views/examPaper/examPaperList.tsx b/packages/examination/src/views/examPaper/examPaperList.tsx
index 37ace56..4825e56 100644
--- a/packages/examination/src/views/examPaper/examPaperList.tsx
+++ b/packages/examination/src/views/examPaper/examPaperList.tsx
@@ -349,95 +349,101 @@ class ExamPaperList extends Component
{
];
return (
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
({
- disabled: false
- })
- }}
- pagination={{
- total: this.state.total,
- current: this.state.page,
- showQuickJumper: true,
- showSizeChanger: true,
- showTotal: (total) => `共 ${total} 条`,
- onChange: changePage
- }}
- />
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ({
+ disabled: false
+ })
+ }}
+ pagination={{
+ total: this.state.total,
+ current: this.state.page,
+ showQuickJumper: true,
+ showSizeChanger: true,
+ showTotal: (total) => `共 ${total} 条`,
+ onChange: changePage
+ }}
+ />
+
);
}
diff --git a/packages/examination/src/views/question/questionList.tsx b/packages/examination/src/views/question/questionList.tsx
index 12c4149..8b28b0a 100644
--- a/packages/examination/src/views/question/questionList.tsx
+++ b/packages/examination/src/views/question/questionList.tsx
@@ -281,120 +281,126 @@ class QuestionList extends Component {
];
return (
-
-
-