From c0b697786df9307ff47e4b29b3ddfce3af416970 Mon Sep 17 00:00:00 2001 From: JayChou Date: Wed, 2 Apr 2025 17:05:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98=20?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=8F=AD=E7=BA=A7=E9=A2=9C=E8=89=B2=E8=BF=87?= =?UTF-8?q?=E6=B5=85=20=E8=BF=9E=E6=8E=A5=E8=8A=82=E7=82=B9=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E8=BF=87=E6=B5=85=20=E9=99=90=E5=88=B6ip=E5=92=8C?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E4=B9=A6=E5=86=99=20=E5=AE=9E=E9=AA=8C?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E5=A2=9E=E5=8A=A0=E6=A0=A1=E9=AA=8C100-500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 3 - src/layout/loginPage.vue | 3 +- src/styles/index.scss | 7 + src/views/designRoute/components/i.vue | 4 +- src/views/designRoute/components/number10.vue | 4 +- src/views/designRoute/components/number2.vue | 4 +- src/views/designRoute/index.vue | 7 +- src/views/largeDataScreen/home.vue | 69 +++--- src/views/program/components/chart.vue | 73 ++++++ src/views/program/index.vue | 216 +++++++++++------- 10 files changed, 264 insertions(+), 126 deletions(-) create mode 100644 src/views/program/components/chart.vue diff --git a/src/layout/index.vue b/src/layout/index.vue index 83a95bc..10c1781 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -8,11 +8,8 @@
{{ setting.title }}
- - -
当前实验步骤为第{{ setting.activeStepIndex }}步,实验名称为:{{ stepData[setting.activeStepIndex] diff --git a/src/layout/loginPage.vue b/src/layout/loginPage.vue index ba6134d..9f8cef5 100644 --- a/src/layout/loginPage.vue +++ b/src/layout/loginPage.vue @@ -623,7 +623,7 @@ onMounted(() => { }); - diff --git a/src/styles/index.scss b/src/styles/index.scss index d1ee655..9b9a61c 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -24,4 +24,11 @@ /* 轨道悬停样式 */ ::-webkit-scrollbar-track:hover { background-color: #e1e1e1; +} +.el-radio__inner{ + border-color: #000 !important; + // background-color: #000 !important; + &:hover{ + border-color: blue !important; + } } \ No newline at end of file diff --git a/src/views/designRoute/components/i.vue b/src/views/designRoute/components/i.vue index 386526c..6132ca1 100644 --- a/src/views/designRoute/components/i.vue +++ b/src/views/designRoute/components/i.vue @@ -14,11 +14,11 @@ import { ref, computed, nextTick, watch, onMounted } from "vue" .main{ width: 40px; height: 40px; - border: 2px solid #0712ca; + border: 2px solid #f82caa; text-align: center; font-size: 20px; line-height: 40px; font-weight: 700; - color: #0712ca; + color: #f82caa; } \ No newline at end of file diff --git a/src/views/designRoute/components/number10.vue b/src/views/designRoute/components/number10.vue index 0582333..56e114d 100644 --- a/src/views/designRoute/components/number10.vue +++ b/src/views/designRoute/components/number10.vue @@ -14,12 +14,12 @@ .main{ width: 40px; height: 40px; - border: 2px solid #0712ca; + border: 2px solid #f82caa; text-align: center; font-size: 20px; line-height: 40px; font-weight: 700; - color: #0712ca; + color: #f82caa; } diff --git a/src/views/designRoute/components/number2.vue b/src/views/designRoute/components/number2.vue index 9b60b20..d72c650 100644 --- a/src/views/designRoute/components/number2.vue +++ b/src/views/designRoute/components/number2.vue @@ -13,11 +13,11 @@ .main{ width: 20px; height: 30px; - border: 2px solid #0712ca; + border: 2px solid #f82caa; text-align: center; font-size: 20px; line-height: 30px; font-weight: 700; - color: #0712ca; + color: #f82caa; } \ No newline at end of file diff --git a/src/views/designRoute/index.vue b/src/views/designRoute/index.vue index 3834131..a1472c6 100644 --- a/src/views/designRoute/index.vue +++ b/src/views/designRoute/index.vue @@ -10,12 +10,13 @@ >
+ 上一步 撤回 恢复 清除缓存 保存 - 提示 + 步骤提示
@@ -842,7 +843,7 @@ const shiduCode = "float b;a=10000*S0/W1;R+(1-exp(-t1/b))*100+R0;if(R>=100){R=10 const onSave = () => { - // console.log(removeDuplicateEdges(formatEdges()), standardData); + console.log(removeDuplicateEdges(formatEdges()), standardData); // return if (standardData.length !== removeDuplicateEdges(formatEdges()).length) return ElMessage.error("请完善数据"); @@ -858,6 +859,8 @@ const onSave = () => { ElMessage.success("保存成功"); settingStore.setValue( true,'saveRoute'); localStorage.setItem('saveRoute',true) + settingStore.setValue(true, "experimentPreservation"); + localStorage.setItem("experimentPreservation", "true"); router.push('/program') // const data = graph.toJSON(); // console.log(data); diff --git a/src/views/largeDataScreen/home.vue b/src/views/largeDataScreen/home.vue index 11c5ca8..92addad 100644 --- a/src/views/largeDataScreen/home.vue +++ b/src/views/largeDataScreen/home.vue @@ -7,9 +7,10 @@ :width="260" trigger="contextmenu" ref="popover1" + >
-
+
打开
-
+
@@ -40,25 +41,25 @@
解压到当前文件夹
-
+
解压到...
-
+
解压到"LabVIEW2024 (64位)\"
-
+
其他压缩命令
-
+
@@ -74,7 +75,7 @@ ref="popover2" >