From 974394f7a0496fa8e37dd326b6f9313e14caa708 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 26 Jun 2025 17:35:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/all_setting_styles' into all_setting_styles

---
 src/views/device/addDevice.vue |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/src/views/device/addDevice.vue b/src/views/device/addDevice.vue
index 1faac8d..88a8a89 100644
--- a/src/views/device/addDevice.vue
+++ b/src/views/device/addDevice.vue
@@ -80,7 +80,7 @@
                 grid: false,
 
                 height: 'auto',
-                calcHeight: 0,
+                calcHeight: 20,
                 column: [
                     {
                         label: '工作空间名称',
@@ -425,15 +425,6 @@
 </script>
 
 <style lang="scss" scoped>
-:deep() {
-    .avue-crud__body {
-        .el-form {
-            height: 745px;
-            overflow: auto;
-        }
-    }
-}
-
 .firmware_status {
     background-color: aqua;
     border-radius: 4px;

--
Gitblit v1.9.3