From 41a9291fdef121c16b3ac50be52b8f669fc0bd0f Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 7 Nov 2025 08:39:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E5=88=86=E8=A2=AB=E8=80=83=E6=A0=B8?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E8=AF=A6=E6=83=85=E5=AF=B9=E8=AF=9D=E6=A1=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/votepage.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/votepage.vue b/ruoyi-ui/src/views/votepage.vue index 5838468..a1f6108 100644 --- a/ruoyi-ui/src/views/votepage.vue +++ b/ruoyi-ui/src/views/votepage.vue @@ -48,7 +48,7 @@ - + @@ -57,13 +57,13 @@ - + 工号:{{ detail.wordId }} - + 职工姓名:{{ detail.empName }} - + 部门名称:{{ detail.deptName }} @@ -375,4 +375,10 @@ export default { border-bottom: 1px solid #39CCCC; } } + +@media (max-width: 757px){ + ::v-deep.my_dialog .el-dialog{ + width: 95% !important; + } +}