修复食谱计划获取id错误

This commit is contained in:
huangdeliang
2021-03-08 18:51:40 +08:00
parent 9ccd7ab17c
commit bddc3c7f85
8 changed files with 135 additions and 24 deletions

View File

@ -84,4 +84,9 @@ export default {
.el-dialog__body {
padding: 12px 18px;
}
.dishes_detail_dialog_wrapper {
.el-dialog:not(.is-fullscreen) {
margin-top: 20vh !important;
}
}
</style>

View File

@ -56,7 +56,7 @@ export default {
},
watch: {
value(val) {
console.log({ val });
// console.log({ val });
if (!val || !val.length) {
return;
}