讲师管理bug

This commit is contained in:
zhangsir
2024-12-02 14:46:01 +08:00
parent 694f9d22da
commit 1ffe96bc90
14 changed files with 255 additions and 45 deletions

View File

@@ -61,10 +61,10 @@
</a-form>
<div style="width: 100%;"></div>
<div style="display: flex; margin-bottom: 20px">
<a-button @click="addTeacher()" type="primary" class="resetbtn">
<FolderAddOutlined /> 新增讲师
<a-button @click="addTeacher()" type="primary" class="resetbtn" style="width:120px;">
<div class="search"></div> 新增讲师
</a-button>
<div style="margin-left: 20px ;">
<div>
<a-button @click="handleExport()" class="resetbtn">
<UploadOutlined /> 导出
</a-button>
@@ -2005,6 +2005,13 @@ export default {
margin-right: 14px;
flex-shrink: 0;
cursor: pointer;
.search {
width: 15px;
height: 16px;
margin-right: 5px;
background: url("../../assets/images/courseManage/add0.png") no-repeat;
background-size: 100% 100%;
}
}
//展开收起样式