From b0925456947b59b64cdcdcac06a238a5f355d0bc Mon Sep 17 00:00:00 2001 From: 15133876896-BGG25 <2233720980@qq.com> Date: Thu, 29 Jun 2023 17:36:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E8=AF=A6=E6=83=85=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=8A=9F=E8=83=BD=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/big/device/components/devInfo.vue | 183 +++++++++++++++++++- src/views/big/device/components/upLoad.vue | 110 ++++++++++++ 2 files changed, 290 insertions(+), 3 deletions(-) create mode 100644 src/views/big/device/components/upLoad.vue diff --git a/src/views/big/device/components/devInfo.vue b/src/views/big/device/components/devInfo.vue index 13481a7..a547bf2 100644 --- a/src/views/big/device/components/devInfo.vue +++ b/src/views/big/device/components/devInfo.vue @@ -9,6 +9,7 @@

{{ prop.title }}

设备详情 +
@@ -31,21 +32,56 @@ :page="pageval" > - Role - Task + + + + + + + + + + + + + 文件上传 + + + + +
+ @@ -213,11 +383,18 @@ const emit = defineEmits(["closeDialog"]); flex-direction: column; align-items: flex-start; justify-content: center; + position: relative; & h2 { margin: 0; font-size: 30px; font-weight: 600; } + & .closs-button{ + position: absolute; + top: 50%; + right: 10px; + margin-top: -10px + } } :deep(.el-tabs__nav) { margin-left: 20px; diff --git a/src/views/big/device/components/upLoad.vue b/src/views/big/device/components/upLoad.vue new file mode 100644 index 0000000..1d91f90 --- /dev/null +++ b/src/views/big/device/components/upLoad.vue @@ -0,0 +1,110 @@ + + + + + +