|
@@ -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>
|