소스 검색

03/03 乐保服务

1
mo 4 년 전
부모
커밋
3665a4bece
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/views/studentManager/components/studentLebao.vue

+ 4 - 1
src/views/studentManager/components/studentLebao.vue

@@ -53,7 +53,7 @@
         <el-button type="primary" native-type="reset">重置</el-button>
       </el-form-item>
     </save-form>
-    <el-button @click="addMusicVisible = true">新增乐器</el-button>
+    <el-button @click="addMusicVisible = true" type="primary">新增乐器</el-button>
     <div class="tableWrap">
       <el-table
         :header-cell-style="{ background: '#EDEEF0', color: '#444' }"
@@ -124,4 +124,7 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
+.tableWrap {
+  margin-top: 20px;
+}
 </style>