新增讲师 ,讲师样式修改。样式修改

This commit is contained in:
gengxin
2025-02-13 14:35:01 +08:00
parent 908f814fbc
commit abbc468ad4

View File

@@ -128,7 +128,7 @@
<img style="width: 29px; height: 29px; cursor: pointer;margin-right: 24px;" <img style="width: 29px; height: 29px; cursor: pointer;margin-right: 24px;"
src="@/assets/images/basicinfo/close.png" @click="cancelTeacherDialog" /> src="@/assets/images/basicinfo/close.png" @click="cancelTeacherDialog" />
</div> </div>
<div ref="drawerContent" style="padding-left: 15px;padding-right: 46px;min-width:760px;"> <div ref="drawerContent" style="padding-left: 15px;padding-right: 100px;min-width:760px;">
<a-form :model="formParam" layout="vertical" ref="formRef"> <a-form :model="formParam" layout="vertical" ref="formRef">
<a-row> <a-row>
<a-col :span="24"> <a-col :span="24">
@@ -978,7 +978,7 @@ export default {
const addTeacher = () => { const addTeacher = () => {
cancel() cancel()
state.teacherdialog = true; state.teacherdialog = true;
state.teacherdialogtitle = '新增讲师111' state.teacherdialogtitle = '新增讲师'
state.formParam.photo = null state.formParam.photo = null
state.formParam.status = '1' state.formParam.status = '1'
state.vf = true state.vf = true