From 2b92da8454c7ce1b7d66f9e4ec35463ce9f1b0de Mon Sep 17 00:00:00 2001 From: fifthThirteen <570205219@qq.com> Date: Fri, 10 Jan 2025 19:07:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BE=8E=E4=BA=BA=E5=9B=BEdialog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/gonggao/daily/MrtDialog.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/gonggao/daily/MrtDialog.vue b/src/components/gonggao/daily/MrtDialog.vue index e12fcb33..91ae1b07 100644 --- a/src/components/gonggao/daily/MrtDialog.vue +++ b/src/components/gonggao/daily/MrtDialog.vue @@ -166,6 +166,12 @@ export default { .u-input { width: 228px; } + @media screen and (max-width: @phone) { + .el-select, + .el-button { + width: 100%; + } + } .m-content { padding: 60px 40px 40px; .flex;