84702473
2023-03-13 0733a5e2d4a3785722b62aa2ef6b610b65dd83f9
调整边距
1个文件已修改
6 ■■■■ 已修改文件
src/views/exam/paper/values.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/exam/paper/values.vue
@@ -18,7 +18,7 @@
                <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>
@@ -1456,8 +1456,8 @@
        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 {