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 @@ + + + + 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; +}