Przeglądaj źródła

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

reghao 1 rok temu
rodzic
commit
6a16fc6d8e
1 zmienionych plików z 1 dodań i 3 usunięć
  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>