|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <section class="content" style="margin-top: -10px;">
|
|
|
+ <section class="content">
|
|
|
<div class="box box-info">
|
|
|
<!-- 正文信息 -->
|
|
|
<div class="box-body">
|
|
@@ -11,11 +11,13 @@
|
|
|
:model="form"
|
|
|
label-position="right"
|
|
|
>
|
|
|
- <div style="margin-bottom: 10px">
|
|
|
- <el-button-group>
|
|
|
- <el-button type="primary" @click="saveExam">保 存</el-button>
|
|
|
- <el-button @click="back">返 回</el-button>
|
|
|
- </el-button-group>
|
|
|
+ <div style="margin-bottom: 10px;">
|
|
|
+ <el-button type="primary" size="small" @click="saveExam"
|
|
|
+ >保 存</el-button
|
|
|
+ >
|
|
|
+ <el-button type="primary" size="small" @click="back"
|
|
|
+ >返 回</el-button
|
|
|
+ >
|
|
|
</div>
|
|
|
<el-tabs type="border-card" v-model="activeName">
|
|
|
<!-- 基础信息 -->
|