hejianhao
2025-04-01 73fa9eef8ea4f5f5b5b4e55eb599107622c037f4
 type="text"颜色全局修改
2个文件已修改
5 ■■■■ 已修改文件
src/App.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/projectList/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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>