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 @@
@@ -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 @@
+
+
+
+
+
+ 将文件拖到此处,或点击上传,文件大小不得超过5MB
+
+
+
+
+
+
+
+
+
+