mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 17:26:46 +08:00
新增讲师 ,讲师样式修改。样式修改
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user