This commit is contained in:
zhangyc
2022-11-16 08:30:01 +08:00
20 changed files with 2001 additions and 2070 deletions

View File

@@ -200,7 +200,7 @@
</div>
</a-drawer>
</template>
<script>
<script>
import { reactive, ref, toRefs } from "vue";
import {message} from"ant-design-vue";
import {createExamination,queryExaminationDetailById,updateExamination} from "@/api/indexExam"
@@ -564,7 +564,7 @@ export default {
},
};
</script>
<style lang="scss">
<style lang="scss">
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}
@@ -595,6 +595,7 @@ export default {
.main_item {
display: flex;
align-items: center;
margin-top: 32px;
margin-bottom: 32px;
.signbox {
width: 120px;