| | |
| | | <div class="mullinediv" v-if="step1Start"> |
| | | <div v-for="(question,index1) in questionItems" class="mullinediv-item" |
| | | v-if="isNull(question.content)"> |
| | | <div style="display: flex; justify-content: flex-end;margin-right: -20px;"> |
| | | <div style="display: flex; justify-content: flex-end;margin-right: -20px;margin-top: -10px;"> |
| | | <el-image class="tools-button" :src="require('@/assets/exam-paper/scale.png')" |
| | | @click="previewImg('qImg'+question.id,question.id)"></el-image> |
| | | </div> |
| | |
| | | display: flex; |
| | | display: inline-block; |
| | | width: 360px; |
| | | margin: 5px 4px; |
| | | padding: 10px 30px; |
| | | margin: 5px 20px 20px 5px; |
| | | padding: 30px 30px 10px 30px; |
| | | box-shadow: 1px 1px 1px grey, 0 0 5px grey, 0 0 10px grey; |
| | | |
| | | .tools-button { |