mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 17:26:46 +08:00
讲师管理bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user