diff --git a/WinIn.FasterZ.Wms.Fe/src/components/addEditFromApiPop/index.vue b/WinIn.FasterZ.Wms.Fe/src/components/addEditFromApiPop/index.vue index 87911f2f4..0a7163d1e 100644 --- a/WinIn.FasterZ.Wms.Fe/src/components/addEditFromApiPop/index.vue +++ b/WinIn.FasterZ.Wms.Fe/src/components/addEditFromApiPop/index.vue @@ -109,6 +109,8 @@ 确 定 + +
{{formTitle}} 【子表信息】
@@ -503,4 +506,13 @@ export default { margin-bottom:0 } } + + .imitateDetailPopModal{ + background: rgba(0, 0, 0, 0.5); + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + } \ No newline at end of file