From 6c9369ab9b7da99687857004470e8d7824eb69ae Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期三, 03 九月 2025 08:02:00 +0800
Subject: [PATCH] 修改plc连接读取失败导致无法重新链接

---
 UI-Project/src/layout/MainErpView.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/UI-Project/src/layout/MainErpView.vue b/UI-Project/src/layout/MainErpView.vue
index dbbb8f9..82b46b1 100644
--- a/UI-Project/src/layout/MainErpView.vue
+++ b/UI-Project/src/layout/MainErpView.vue
@@ -234,9 +234,9 @@
 }
 
 #main {
-  width: 99%;
+  width: 100%;
   float: right;
-  height: 99%;
+  height: 100%;
   background-color: #fff;
 }
 

--
Gitblit v1.8.0