From a0a3d53927046f8a92cb5cd984a8b76433f97d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Thu, 3 Sep 2026 16:58:34 +0800 Subject: [PATCH] =?UTF-8?q?style(region):=20=E8=B0=83=E6=95=B4=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E9=A1=B9=E5=BA=95=E9=83=A8=E5=A4=96=E8=BE=B9=E8=B7=9D?= =?UTF-8?q?=E4=B8=BA9px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 .el-form-item 的 margin-bottom 从8px修改为9px - 保持样式其他部分不变 --- src/views/base/region.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/base/region.vue b/src/views/base/region.vue index 118f9bf..71f3ca4 100644 --- a/src/views/base/region.vue +++ b/src/views/base/region.vue @@ -772,6 +772,6 @@ export default { margin-bottom: 12px !important; } .el-form-item{ - margin-bottom: 8px !important; + margin-bottom: 9px !important; }