From 3a068e2feec5c53aed3d547244fd274e86a6bb04 Mon Sep 17 00:00:00 2001 From: wanglei Date: Sat, 6 Jul 2024 16:25:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8E=86=E5=8F=B2=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=20=E8=AF=86=E5=88=AB=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/dangan/pictureRecard/index.vue | 158 +++++++++--------- 1 file changed, 82 insertions(+), 76 deletions(-) diff --git a/dangan-ui/src/views/dangan/pictureRecard/index.vue b/dangan-ui/src/views/dangan/pictureRecard/index.vue index 50d42ee..ec78928 100644 --- a/dangan-ui/src/views/dangan/pictureRecard/index.vue +++ b/dangan-ui/src/views/dangan/pictureRecard/index.vue @@ -118,9 +118,9 @@ v-hasPermi="['dangan:pictureRecard:export']" >导出图片 - + @@ -132,8 +132,8 @@ --> - - + + @@ -365,22 +387,6 @@ export default { display: flex; } -.myProgress{ - position: fixed; - top:0; - left:0; - z-index: 10000; - width: 100%; - height: 100%; - background: rgba(0,0,0,0.7); - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - font-size: 20px; - color: white; -} - .c-tabs__item { cursor: pointer; text-align: right;