From 92e794855b0aaaa7d5e4237a5ed92662595571d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Fri, 24 Nov 2023 15:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=9C=E9=98=B3=E5=AD=90=E8=A1=A8?= =?UTF-8?q?=E3=80=91=E4=B8=BB=E5=AD=90=E8=A1=A8=E7=BC=96=E8=BE=91-?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=AD=90=E8=A1=A8=E5=BC=B9=E7=AA=97=E9=81=AE?= =?UTF-8?q?=E7=BD=A9=E5=B1=82=E5=BC=80=E5=8F=91=EF=BC=88=E4=B8=BA=E5=A4=84?= =?UTF-8?q?=E7=90=86=E5=88=87=E6=8D=A2tab=E6=B6=88=E5=A4=B1=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/addEditFromApiPop/index.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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