From 7da0c2d5b4656f808ba71b9e214256c95379faea Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期三, 16 七月 2025 18:04:59 +0800
Subject: [PATCH] fix:修改数据界面

---
 src/views/screen/device.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/screen/device.vue b/src/views/screen/device.vue
index d735b45..68092b5 100644
--- a/src/views/screen/device.vue
+++ b/src/views/screen/device.vue
@@ -25,7 +25,7 @@
                             <el-select
                                 v-model="value"
                                 size="small"
-                                style="width: 120px"
+                                style="width: 8rem"
                             >
                                 <el-option
                                 v-for="item in options"
@@ -128,7 +128,7 @@
                             <el-select
                                 v-model="value"
                                 size="small"
-                                style="width: 120px"
+                                style="width: 8rem"
                             >
                                 <el-option
                                 v-for="item in options"
@@ -140,7 +140,7 @@
                              <el-select
                                 v-model="value"
                                 size="small"
-                                style="width: 120px"
+                                style="width: 8rem"
                             >
                                 <el-option
                                 v-for="item in options"

--
Gitblit v1.9.3