From c493779a8504fe1eb548c865ff268a7f7436ec01 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 19 三月 2026 11:43:36 +0800
Subject: [PATCH] feat: 集成机械手客户端并重构模拟器前端工作台
---
Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/views/CreateView.vue | 29 ++++-------------------------
1 files changed, 4 insertions(+), 25 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/views/CreateView.vue b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/views/CreateView.vue
index 701d564..78e1e50 100644
--- a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/views/CreateView.vue
+++ b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/src/views/CreateView.vue
@@ -1,5 +1,5 @@
-<template>
- <div>
+锘�<template>
+ <div class="admin-page">
<div class="page-header">
<div class="header-left">
<h2>
@@ -16,7 +16,7 @@
<el-row justify="center">
<el-col :lg="24">
- <el-card shadow="never">
+ <el-card shadow="never" class="panel-card">
<el-form :model="form" :rules="rules" ref="formRef" label-width="120px">
<!-- 鍩烘湰淇℃伅 -->
<el-divider content-position="left">
@@ -214,7 +214,7 @@
mRegionSize: 1024,
dbBlockCount: 0,
dbBlockNumbers: [] as Array<number | string>,
- dbBlockSize: 1024,
+ dbBlockSize: 65536,
iRegionSize: 256,
qRegionSize: 256,
tRegionCount: 64,
@@ -315,27 +315,6 @@
</script>
<style scoped>
-.page-header {
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- margin-bottom: 20px;
- flex-wrap: wrap;
- gap: 16px;
-}
-
-.header-left h2 {
- display: flex;
- align-items: center;
- gap: 8px;
- margin: 0 0 8px 0;
-}
-
-.text-muted {
- color: #909399;
- margin: 0;
-}
-
.el-divider h3 {
margin: 0;
font-size: 16px;
--
Gitblit v1.9.3