src/App.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/projectList/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/App.vue
@@ -66,4 +66,7 @@ background-color: #009688 !important; border-color: #009688 !important; } .el-button--text { color: #009688 !important; } </style> src/views/projectList/index.vue
@@ -19,7 +19,7 @@ </el-form> </template> <template #setting> <el-button style="margin-bottom: 20px;" type="primary">新增项目组</el-button> <el-button class="el-icon-plus" style="margin-bottom: 20px;" type="primary"> 新增项目组</el-button> </template> <template #table> <el-table-column prop="name" label="项目组名称"></el-table-column>