From b87b984a4db14add99ebef8b3195e58a27bccb35 Mon Sep 17 00:00:00 2001 From: JoyD <12854922+zqm114@user.noreply.gitee.com> Date: Fri, 31 Oct 2025 23:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9VS=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Windows/Robot/Web/src/DockLayout/Area.vue | 63 ++++++++++++++++--- .../Robot/Web/src/DockLayout/DockLayout.vue | 7 +++ 2 files changed, 61 insertions(+), 9 deletions(-) create mode 100644 AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue diff --git a/AutoRobot/Windows/Robot/Web/src/DockLayout/Area.vue b/AutoRobot/Windows/Robot/Web/src/DockLayout/Area.vue index 8b5814c..f604c58 100644 --- a/AutoRobot/Windows/Robot/Web/src/DockLayout/Area.vue +++ b/AutoRobot/Windows/Robot/Web/src/DockLayout/Area.vue @@ -1,20 +1,31 @@ \ No newline at end of file diff --git a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue new file mode 100644 index 0000000..2e71953 --- /dev/null +++ b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue @@ -0,0 +1,7 @@ + + + \ No newline at end of file