fix(fg,hb):去掉弹出框遮罩,修改下拉框修改无效
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -129,6 +129,7 @@ | ... | @@ -129,6 +129,7 @@ |
129 | title="提示" | 129 | title="提示" |
130 | :visible.sync="isopenXz" | 130 | :visible.sync="isopenXz" |
131 | width="50%" | 131 | width="50%" |
132 | :modal-append-to-body="false" | ||
132 | center> | 133 | center> |
133 | <div class="xz-container"> | 134 | <div class="xz-container"> |
134 | <div class="xz-main"> | 135 | <div class="xz-main"> |
... | @@ -297,6 +298,7 @@ | ... | @@ -297,6 +298,7 @@ |
297 | v-if="fghData.newZdlist.length>0" | 298 | v-if="fghData.newZdlist.length>0" |
298 | title="提示" | 299 | title="提示" |
299 | :visible.sync="isopenXz" | 300 | :visible.sync="isopenXz" |
301 | :modal-append-to-body="false" | ||
300 | width="50%" | 302 | width="50%" |
301 | center> | 303 | center> |
302 | <div class="xz-container"> | 304 | <div class="xz-container"> |
... | @@ -466,6 +468,7 @@ | ... | @@ -466,6 +468,7 @@ |
466 | v-if="fghData.newZdlist.length>0" | 468 | v-if="fghData.newZdlist.length>0" |
467 | title="提示" | 469 | title="提示" |
468 | :visible.sync="isopenXz" | 470 | :visible.sync="isopenXz" |
471 | :modal-append-to-body="false" | ||
469 | width="50%" | 472 | width="50%" |
470 | center> | 473 | center> |
471 | <div class="xz-container"> | 474 | <div class="xz-container"> | ... | ... |
-
Please register or sign in to post a comment