From 339982e025b976fdb73137d66135e3ce4f8b4acd Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 7 Nov 2025 08:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8C=E5=B7=A5=20=E9=99=84=E4=BB=B6?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=AF=B9=E8=AF=9D=E6=A1=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=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/kaohe/employee/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/kaohe/employee/index.vue b/ruoyi-ui/src/views/kaohe/employee/index.vue index 8d73cfa..4625aee 100644 --- a/ruoyi-ui/src/views/kaohe/employee/index.vue +++ b/ruoyi-ui/src/views/kaohe/employee/index.vue @@ -332,7 +332,7 @@ - + @@ -762,4 +762,10 @@ export default { border-bottom: 1px solid #39CCCC; } } + +@media (max-width: 757px){ + ::v-deep.my_dialog .el-dialog{ + width: 95% !important; + } +}