From 69d5dd3f9302f5b0ab504dbd718d26af5ef8a8f1 Mon Sep 17 00:00:00 2001
From: xuesinan <1404152492@qq.com>
Date: Fri, 26 Nov 2021 18:32:44 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20"=E8=AE=A1=E5=88=92=E4=BB=BB=E5=8A=A1?=
=?UTF-8?q?=E4=B9=A6=E9=A1=B5=E9=9D=A2"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/tall/task/PlanAssignment.vue | 228 +++++++++++++++++++-
src/views/detail/Test.vue | 11 +-
2 files changed, 237 insertions(+), 2 deletions(-)
diff --git a/src/components/tall/task/PlanAssignment.vue b/src/components/tall/task/PlanAssignment.vue
index d4e1880..f078ddb 100644
--- a/src/components/tall/task/PlanAssignment.vue
+++ b/src/components/tall/task/PlanAssignment.vue
@@ -1,3 +1,229 @@
- ssssssssss
+
+
+
+
+
diff --git a/src/views/detail/Test.vue b/src/views/detail/Test.vue
index 9cefa23..f505010 100644
--- a/src/views/detail/Test.vue
+++ b/src/views/detail/Test.vue
@@ -108,10 +108,11 @@ watch([taskDetail], () => {
}
:deep(.ant-btn-primary) {
- max-width: 180px;
+ width: 180px;
height: 38px;
font-size: 16px;
border-radius: 6px;
+ letter-spacing: 2px;
}
:deep(.ant-space) {
@@ -150,4 +151,12 @@ watch([taskDetail], () => {
margin-top: 16px;
line-height: 1;
}
+
+:deep(.form-item-dad) {
+ margin-bottom: 0 !important;
+}
+
+.form-item-son {
+ padding-left: 16px;
+}