|
@@ -10,7 +10,7 @@ export const MyExamRoadVideo: React.FC = (props: any) => {
|
|
|
})
|
|
|
}, [])
|
|
|
return (
|
|
|
- <div>
|
|
|
+ <div className='myExamRoadVideo'>
|
|
|
<div>
|
|
|
<img style={{
|
|
|
width: "100%"
|
|
@@ -32,7 +32,7 @@ export const MyExamRoadVideo: React.FC = (props: any) => {
|
|
|
v-for="(item, index) in examRoomList"
|
|
|
|
|
|
>
|
|
|
- <img className="list-item-image" />
|
|
|
+ <img src={item.image} className="list-item-image" />
|
|
|
|
|
|
<div className='list-item-textbody'
|
|
|
|