Explorar o código

03/03 乐保服务

1
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
3665a4bece
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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>