From 2825174f7431c5ec19b7549a2e9d54ba2b05da6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Sat, 19 Oct 2024 16:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9input-number=E7=9A=84?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/settings/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/layout/components/settings/index.vue b/src/views/layout/components/settings/index.vue index d28ba8ce..8105a184 100644 --- a/src/views/layout/components/settings/index.vue +++ b/src/views/layout/components/settings/index.vue @@ -157,6 +157,9 @@ const radio = ref('1'); // 创建一个响应式的数字变量,初始值为0 overflow: auto; background-color: #fff; } + :deep(.el-input-number) { + width: 100%; + } } @media screen and (max-width: 1560px) { .settings {