From 35ac57b52f664803c7eb949073e45ae68409430e Mon Sep 17 00:00:00 2001 From: liuxiaoxue <1126966868@qq.com> Date: Fri, 2 Dec 2022 11:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E8=88=B1=E5=8F=B0=E8=B4=A6=E5=8F=8C?= =?UTF-8?q?=E8=A1=8C=E5=A4=8D=E5=88=B6=E6=8F=90=E5=8D=95=E5=8F=B7=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=94=B9=E4=B8=BA=E5=8F=AF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/BookingLedger/list/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index 77b58a0..3954cf6 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -813,6 +813,7 @@ export default { // background: #f5f9fe; position: relative; background: #fff; + z-index: 1; &::after{ content: ''; position: absolute; @@ -822,6 +823,7 @@ export default { z-index: 0; background: @primary-color; opacity: .04; + z-index: -1; } } /*列表操作按钮颜色 */