From e7a69f5068b8009d8ded4c1aac47b723c5db5324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Wed, 11 Aug 2021 14:46:49 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E9=A3=9F=E5=A0=82?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=8D=95=E8=AF=A6=E6=83=85=E9=A1=B5=E5=92=8C?= =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E4=BE=9B=E8=B4=A7=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E4=B8=8A=E4=BC=A0=E5=87=AD=E8=AF=81=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E5=9B=BE=E7=89=87=E5=B1=82=E7=BA=A7=E8=A2=AB=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E5=AF=BC=E8=87=B4=E7=9C=8B=E4=B8=8D=E5=88=B0=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- canteen/pages/purchase/detail.vue | 4 ++++ supplier/pages/gonghuo/detail.vue | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/canteen/pages/purchase/detail.vue b/canteen/pages/purchase/detail.vue index 01807ae..0779ab3 100644 --- a/canteen/pages/purchase/detail.vue +++ b/canteen/pages/purchase/detail.vue @@ -517,4 +517,8 @@ /deep/.u-hairline-border::after{ border: none; } + // 弹出层样式 + /deep/.u-drawer{ + z-index: 999 !important; + } diff --git a/supplier/pages/gonghuo/detail.vue b/supplier/pages/gonghuo/detail.vue index 8f29af9..c2edd59 100644 --- a/supplier/pages/gonghuo/detail.vue +++ b/supplier/pages/gonghuo/detail.vue @@ -542,4 +542,8 @@ /deep/.u-hairline-border::after{ border: none; } + // 弹出层样式 + /deep/.u-drawer{ + z-index: 999 !important; + }