|
@@ -68,7 +68,7 @@ function sectionQuestions(section: number) {
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
- <div style="padding-bottom: 10px">
|
|
|
+ <div style="padding-bottom: 10px; margin-left: 20px">
|
|
|
<div
|
|
|
v-for="(struct, section) in store.exam.paperStruct.defaultPaper
|
|
|
.questionGroupList"
|
|
@@ -111,7 +111,6 @@ function sectionQuestions(section: number) {
|
|
|
display: grid;
|
|
|
align-items: flex-start;
|
|
|
justify-items: flex-start;
|
|
|
- margin: 0 20px;
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
.title {
|