讲师管理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

@@ -18,8 +18,8 @@
</a-form>
<div style="width: 100%;"></div>
<div style="display: flex; margin-bottom: 20px">
<a-button @click="addTeacher()" type="primary" class="resetbtn" style="width: 160px;">
<FolderAddOutlined /> 新增培训发生组织
<a-button @click="addTeacher()" type="primary" class="resetbtn" style="width: 164px;">
<div class="search"></div> 新增培训发生组织
</a-button>
<div
class="btnn btn2"
@@ -1052,6 +1052,13 @@ position: relative;
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%;
}
}
.btnn {
padding: 0px 26px 0px 26px;