From e0ce6b995691026fe88524399d9cbd5bbd449bb0 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 26 Jul 2023 16:13:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96input=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stritl/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/stritl/index.vue b/src/views/stritl/index.vue index 2c4a8ec..a1fdfdc 100644 --- a/src/views/stritl/index.vue +++ b/src/views/stritl/index.vue @@ -535,6 +535,9 @@ export default { margin-right: 8px; font-size: 12px; } + .el-date-editor.el-input { + width: 140px; + } } } }