From 60916de71e99b6f41b99ed4222f8c801c81b017f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Fri, 20 Dec 2024 17:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E6=88=B7=E5=AF=86=E7=A0=81=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=9C=BA=E5=88=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- src/views/jichuang/case/table.vue | 22 +++++++++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 4ef0fc2..d3a86b7 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -48,7 +48,7 @@
- +
diff --git a/src/views/jichuang/case/table.vue b/src/views/jichuang/case/table.vue index 0b21e62..93cbeb5 100644 --- a/src/views/jichuang/case/table.vue +++ b/src/views/jichuang/case/table.vue @@ -78,7 +78,17 @@ :fileType="['mp4']" > - + + 添加账号 + +
-
- -
+
@@ -147,7 +154,7 @@ const data = reactive({ }, ], }, - formListJson: [{ userName: "", passWord: "" }], + formListJson: [], }); let title = ref(""); const { form, rules, formListJson } = toRefs(data); @@ -220,7 +227,7 @@ const cancelDataScope = () => { }; const handlerAdd = () => { form.value = {}; - formListJson.value = [{ userName: "", passWord: "" }]; + // formListJson.value = [{ userName: "", passWord: "" }]; title.value = "新增项目集合"; innerVisible.value = true; }; @@ -231,6 +238,7 @@ const handlerAdd = () => { } ::v-deep .user-data { + margin-left: 100px; display: flex; align-items: center; margin-bottom: 6px;