From f5374d431fb3616ed531a276e3a97c58d279a671 Mon Sep 17 00:00:00 2001 From: wanglei Date: Thu, 6 Nov 2025 09:05:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=A1=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/kaohe/ld_employee/index.vue | 21 +++++++++++++++---- ruoyi-ui/src/views/kaohe/vote/index.vue | 4 ++-- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/ruoyi-ui/src/views/kaohe/ld_employee/index.vue b/ruoyi-ui/src/views/kaohe/ld_employee/index.vue index a6e6afd..033a302 100644 --- a/ruoyi-ui/src/views/kaohe/ld_employee/index.vue +++ b/ruoyi-ui/src/views/kaohe/ld_employee/index.vue @@ -326,7 +326,7 @@ --> - + @@ -719,6 +719,15 @@ export default { } this.viewUploadFJ.open = true; }, + downloadByBlob(blob, fileName) { + const url = window.URL.createObjectURL(blob); + const a = document.createElement('a'); + a.href = url; + a.download = fileName; + document.body.appendChild(a); + a.click(); + document.body.removeChild(a); + } } } @@ -759,12 +768,16 @@ export default { } } - .yy_fj_list1 { - height: 36px; - line-height: 36px; + //height: 36px; + line-height: 30px; border-bottom: 1px solid #39CCCC; } +} +@media (max-width: 757px){ + ::v-deep.my_dialog .el-dialog{ + width: 95% !important; + } } diff --git a/ruoyi-ui/src/views/kaohe/vote/index.vue b/ruoyi-ui/src/views/kaohe/vote/index.vue index a5bc501..f7e8647 100644 --- a/ruoyi-ui/src/views/kaohe/vote/index.vue +++ b/ruoyi-ui/src/views/kaohe/vote/index.vue @@ -59,9 +59,9 @@ - + - +