讲师管理bug

This commit is contained in:
zhangsir
2024-12-09 11:35:59 +08:00
parent 5044213ec2
commit e84fc4b3af
5 changed files with 53 additions and 17 deletions

View File

@@ -115,10 +115,10 @@
<!-- 弹窗组件 -->
<a-drawer v-model:visible="teacherdialog" placement="right" :closable="false" :maskClosable="false"
width="700" :title="false">
<div class="headers" style="margin-top:-24px;">
<div class="headers" style="margin-top:-24px;margin-left: -25px;width: 110%;">
<div class="headerTitle" style="margin-left: 14px;">{{ teacherdialogtitle }}</div>
<img
style="width: 29px; height: 29px; cursor: pointer"
style="width: 29px; height: 29px; cursor: pointer;margin-right: 24px;"
src="@/assets/images/basicinfo/close.png"
@click="cancelTeacherDialog"
/>
@@ -127,7 +127,7 @@
<a-form :model="formParam" :rules="rules" layout="vertical" ref="formRef">
<a-row>
<a-col :span="24">
<span class="line"></span><span style="color:#333333;font-weight: 600;">基本信息</span>
<span class="line"></span><span style="color:#333333;font-weight: 600;font-size:16px;">基本信息</span>
</a-col>
</a-row>
<a-row :gutter="16">
@@ -222,7 +222,7 @@
</a-row>
<a-row>
<a-col :span="24">
<span class="line" style="margin-bottom:10px;"></span><span style="color:#333333;font-weight: 600;">其他信息</span>
<span class="line" style="margin-bottom:24px;"></span><span style="color:#333333;font-weight: 600;font-size:16px;">其他信息</span>
</a-col>
</a-row>
<a-row :gutter="16">
@@ -475,7 +475,7 @@ export default {
formParam: {
name: null,
certStatus: 0,//认证状态
defaultTeachingTime: null,
defaultTeachingTime: 0,
teacherType:1,
photo: null,
gender: 0,
@@ -1156,7 +1156,7 @@ export default {
name: null,
newdepartId: null,
tlevelId: null,
defaultTeachingTime:null,
defaultTeachingTime:0,
tsystemName: null,
certStatus: 0,
description: '',
@@ -1378,6 +1378,9 @@ export default {
};
</script>
<style lang="scss" scoped>
.ant-form-item{
margin-bottom: 12px;
}
.headers {
height: 56px;
border-bottom: 1px solid #e8e8e8;
@@ -2033,10 +2036,10 @@ export default {
.line {
float: left;
width: 3px;
height: 17px;
height: 16px;
background: #4ea6ff;
margin-left: -14px;
margin-top: 3px;
margin-left: -10px;
margin-top: 5px;
}
//抽屉功能