@@ -149,7 +149,8 @@
</el-form>
</template>
<script>
-import { COURSE_LEVELS, EXAM_WORK_API } from "@/constants/constants";
+import { EXAM_WORK_API } from "@/constants/constants";
+import { COURSE_LEVELS } from "../constants/constants";
import { mapState } from "vuex";
export default {
props: ["form", "getExamCondition"],
@@ -469,6 +469,7 @@ export default {
display: block;
width: 208px;
height: 159px;
+ object-fit: contain;
}
.photo-pass {
position: absolute;
@@ -508,8 +509,9 @@ export default {
.syncPhto {
margin-top: 30px;
- /* width: 180px;
- height: 159px; */
+ width: 180px;
+ height: 159px;
</style>
<style scoped src="../style/common.css"></style>