简历右侧菜单修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
cb40a8e880
commit
e723d345d7
|
@ -92,6 +92,7 @@
|
||||||
:visible.sync="visible"
|
:visible.sync="visible"
|
||||||
width="50%"
|
width="50%"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
|
v-dialogDrag
|
||||||
:before-close="closeDialog"
|
:before-close="closeDialog"
|
||||||
top="8vh"
|
top="8vh"
|
||||||
append-to-body
|
append-to-body
|
||||||
|
|
|
@ -374,7 +374,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 把下标赋值给 vue 的 data
|
// 把下标赋值给 vue 的 data
|
||||||
if (navItem) {
|
if (navItem && navItem.id) {
|
||||||
this.activeIndex = navItem.id
|
this.activeIndex = navItem.id
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -402,6 +402,8 @@
|
||||||
:visible.sync="emailVisible"
|
:visible.sync="emailVisible"
|
||||||
v-if="emailVisible"
|
v-if="emailVisible"
|
||||||
appendToBody
|
appendToBody
|
||||||
|
:close-on-click-modal="false"
|
||||||
|
v-dialogDrag
|
||||||
width="400px"
|
width="400px"
|
||||||
>
|
>
|
||||||
<el-form
|
<el-form
|
||||||
|
|
Loading…
Reference in New Issue