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