全局主按钮 颜色样式统一

This commit is contained in:
2026-08-25 14:53:34 +08:00
parent 6f61e87303
commit d58d044c6a
16 changed files with 50 additions and 122 deletions
@@ -33,7 +33,13 @@
<div class="list-title">教学大纲列表</div>
<div class="list-actions">
<el-button type="primary" icon="el-icon-plus" @click="handleAdd">新增</el-button>
<el-button type="danger" icon="el-icon-delete" :disabled="!selection.length" @click="handleBatchDelete">删除所选</el-button>
<el-button
type="danger"
plain
icon="el-icon-delete"
:disabled="!selection.length"
@click="handleBatchDelete"
>删除所选</el-button>
<el-button icon="el-icon-download" @click="handleDownload">下载</el-button>
</div>
</div>