Ver Fonte

ExamPaper.vue 中将添加按钮放到和 select 同一行

reghao há 1 ano atrás
pai
commit
6a16fc6d8e
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      src/views/exam/ExamPaper.vue

+ 1 - 3
src/views/exam/ExamPaper.vue

@@ -16,9 +16,7 @@
             :value="item.key"
           />
         </el-select>
-      </el-row>
-      <el-row style="margin-top: 10px">
-        <el-button type="plain" icon="el-icon-plus" @click="addExamPaper">添加</el-button>
+        <el-button type="plain" icon="el-icon-plus" style="margin-left: 5px" @click="addExamPaper">添加</el-button>
       </el-row>
     </el-header>