考试安排画面样式代码修改提交

main
hujunpeng 3 months ago
parent 84c15f36b4
commit 7ce0d9eeab
  1. 1
      packages/examination/src/views/exam-online/compoents/ExamListPage.tsx

@ -411,6 +411,7 @@ const ExamListPage = ({ history }: { history: any }) => {
onChange={(value: Moment | null) =>
setSearchForm({...searchForm, validTime: value})
}
style={{width: 240}}
/>
</Form.Item>
<Form.Item>

Loading…
Cancel
Save