From 931ce7446b4053f4700ea78e654e27668566ba92 Mon Sep 17 00:00:00 2001
From: Ly <503441659@qq.com>
Date: Thu, 20 Mar 2025 16:03:42 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/largeDataScreen/home.vue | 111 ++++++++++++++++++++++++-----
1 file changed, 92 insertions(+), 19 deletions(-)
diff --git a/src/views/largeDataScreen/home.vue b/src/views/largeDataScreen/home.vue
index c69390b..d972853 100644
--- a/src/views/largeDataScreen/home.vue
+++ b/src/views/largeDataScreen/home.vue
@@ -383,24 +383,59 @@
正在安装自等社过猪保要票影的前我地,是器得品和更新。如执行搜索,则gational Instruments将在遵循保密协议的前提下,使用您的搜索查询来改进搜索结果和相关性。
-
+
+
产品通知
+
请查看所选配置的相关信息。
+
+ 安装须知:本协议具合同效力。在你方下载软件和/或完成软件安装过程之前,请仔细阅读本协议。一旦你方下载和/或点击相应的按钮,从而完成软件安装过程,即表示你方同意本协议条款并愿意受本协议的约束。若你方不愿意成为本协议的当事方,并不接受本协议所有条款和条件的约束,请点击相应的按钮取消安装过程,即不要安装或使用软件,并在收到软件之日起三十(30)日内将软件(及所有随附书面材料及其包装)退还至获取该软件的地点,所有退还事宜都应遵守退还发生时适用的NI退还政策。.com/info,并输入信息代码expm69查询。
+
定义 在本协议中,下列术语的含义如下本National Instruments许可适用于软件LabVIEW 204
+
+
+
+ 我接受上述2条许可协议。
+ 我不接受某些许可协议。
+
+
+
+
-
+
-
-
+
+
必须重新启动计算机才能完成当前操作。
如需马上安装硬件,请关闭计算机。如需稍后重启计算机,在重启之前请不要运行该软件。
+
-
+
如需使LabVIEW支持硬件设备,必须安装相应的设备驱动程序即便以前版本的LabVIEW已经安装相应设备驱动程序,仍需。需为当前版本的LabVIEW重新安装。
如所需文件处于其他位置,请在下面输入相应路径。
浏览
-
@@ -515,6 +554,7 @@ import { ref } from "vue";
type Falg = boolean;
type Step = number;
const falg = ref(false);
+const radio1 = ref('接受')
const product = ref(false);
const step = ref(0);
const popover1 = ref(null);
@@ -546,15 +586,20 @@ const openSrttingDialog = (): void => {
};
const setInstallationStep = (): void => {
installationStep.value++;
- if(installationStep.value == 8){
+ if(installationStep.value == 9){
Popup.value = true
}
- if(installationStep.value == 9){
+ if(installationStep.value == 10){
Installation.value = false
Popup.value = true
}
+ if(installationStep.value == 11){
+ Installation.value = true
+ Popup.value = false
+ }
};
const Completed = ():void => {
+ Installation.value = false
Popup.value = false
product.value = true;
}
@@ -900,6 +945,7 @@ const Completed = ():void => {
}
}
.step6{
+ position: relative;
.title {
font-size: 15px;
font-weight: bold; /* 设置文字加粗 */
@@ -908,11 +954,26 @@ const Completed = ():void => {
}
.item{
margin-top: 40px;
+ margin-bottom: 40px;
line-height: 1.6; /* 设置行高 */
letter-spacing: 0.5px; /* 设置字母间距 */
}
+ .radio-container{
+ position: absolute;
+ bottom: -65px;
+ right: -10px;
+ }
+
+ .radio-container .el-radio-group {
+ display: flex;
+ flex-direction: column; /* 设置为列方向 */
+ align-items: flex-start; /* 左对齐 */
+ }
+ .radio-container .el-radio {
+ margin-bottom: -10px; /* 单选按钮之间的间距 */
+ }
}
- .step7{
+ .step8{
padding: 50px;
// width: 600px;
.name{
@@ -920,6 +981,9 @@ const Completed = ():void => {
font-size: 15px;
font-weight: bold; /* 设置文字加粗 */
}
+
+ }
+ .step9{
.item:before {
content: "• "; /* 在内容前添加一个小点和空格 */
color: rgb(0, 0, 0); /* 设置小点的颜色 */
@@ -927,6 +991,15 @@ const Completed = ():void => {
margin-right: 5px; /* 设置小点和文本之间的间距 */
}
}
+ .step11{
+ .item{
+ margin-bottom: 50px;
+ font-size: 15px;
+ font-weight: bold; /* 设置文字加粗 */
+ line-height: 1.5; /* 设置行高 */
+ letter-spacing: 0.5px; /* 设置字母间距 */
+ }
+ }
}
.dialog-header {
padding: 20px;