-
-
+
+
{{ item.text }}
@@ -17,81 +25,23 @@
diff --git a/src/renderer/src/views/Design/Workflow/logicFlowView.scss b/src/renderer/src/views/Design/Workflow/logicFlowView.scss
new file mode 100644
index 0000000..6b7bbab
--- /dev/null
+++ b/src/renderer/src/views/Design/Workflow/logicFlowView.scss
@@ -0,0 +1,28 @@
+.logic-flow-view-wrap {
+ font-size: 14px;
+ .design-panel-box {
+ position: fixed;
+ left: 0;
+ z-index: 2;
+ }
+ .flow-editor-container {
+ margin-left: 64px;
+ display: flex;
+ flex-direction: column;
+ height: 100%;
+ .empty-canvas{
+ height: 100%;
+ }
+
+ .canvas-wrapper {
+ flex: 1;
+ position: relative;
+ overflow: hidden;
+ // background-color: orange;
+ #lf-container {
+ width: 100%;
+ height: 100%;
+ }
+ }
+ }
+}
diff --git a/src/renderer/src/views/Design/Workflow/logicFlowView.vue b/src/renderer/src/views/Design/Workflow/logicFlowView.vue
index dbe26fc..8c6c853 100644
--- a/src/renderer/src/views/Design/Workflow/logicFlowView.vue
+++ b/src/renderer/src/views/Design/Workflow/logicFlowView.vue
@@ -2,10 +2,173 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2025-07-03 10:27:47
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2025-07-03 13:44:43
+ * @LastEditTime: 2025-07-15 09:54:53
* @FilePath: \electron-project\Robot-Al\Robot-Al-Platform-Web\src\renderer\src\views\Design\Workflow\logicFlowView.vue
- * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+ * @Description: 流程设计器面板
-->
- 画布
+
+
+
+
+
+
+
+
![]()
+
暂无流程配置,请添加流程
+
+
+
+
+
+
+
+
+
+
diff --git a/src/renderer/src/views/Design/index.vue b/src/renderer/src/views/Design/index.vue
index 4ba65d0..87de06b 100644
--- a/src/renderer/src/views/Design/index.vue
+++ b/src/renderer/src/views/Design/index.vue
@@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2025-07-02 16:17:29
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2025-07-10 10:22:11
+ * @LastEditTime: 2025-07-14 11:42:26
* @FilePath: \electron-project\Robot-Al\Robot-Al-Platform-Web\src\renderer\src\views\Design\index.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->