|
@@ -19,6 +19,8 @@ import { CloseCircleOutline, QuestionCircleOutlined } from '@ant-design/icons'
|
|
|
|
|
|
import './style/preview.less'
|
|
|
|
|
|
+import Board from '@/components/Board';
|
|
|
+
|
|
|
const bg = "https://app-resources-luojigou.luojigou.vip/FhaDyMVgzWGpaTqZTHlGBWN1oKzp";
|
|
|
|
|
|
const TipText = `鼠标双击删除图片`
|
|
@@ -153,7 +155,7 @@ const QuestionCard: React.FC<IQuestionCard> = ({
|
|
|
|
|
|
return (
|
|
|
<div className={styles.question} >
|
|
|
- <RightClick
|
|
|
+ <RightClick
|
|
|
render={menuState}
|
|
|
deleteImg={(_imgUrl) => deleteImg(_imgUrl)}
|
|
|
changeRnder={changeRnder}
|
|
@@ -995,6 +997,9 @@ const QuestionBankManage: React.FC = () => {
|
|
|
onClick={(id, e) => onClear(id, e)}
|
|
|
/>
|
|
|
</Col>
|
|
|
+ <Col>
|
|
|
+ <Board />
|
|
|
+ </Col>
|
|
|
<Col span={13.5}>
|
|
|
<AnswerCard
|
|
|
answerList={answerList}
|