From a3bf67a9ad02dcbfad6ff993f296eaaab126a824 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Wed, 23 Oct 2024 19:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/govern/device/control/tabs/trend.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/govern/device/control/tabs/trend.vue b/src/views/govern/device/control/tabs/trend.vue index dd12018..39cc91d 100644 --- a/src/views/govern/device/control/tabs/trend.vue +++ b/src/views/govern/device/control/tabs/trend.vue @@ -17,11 +17,11 @@ - + + placeholder="请选择谐波次数" style="width: 100px" > @@ -638,4 +638,10 @@ defineExpose({ getTrendRequest }) // flex: 1; margin-top: 10px; } +.history_count{ + .el-select { + min-width: 100px; +} +} +