feat: adjust add task

This commit is contained in:
engigu
2024-01-21 12:17:02 +08:00
parent d0608e6532
commit 07f0f41c12
@@ -279,6 +279,10 @@ export default defineComponent({
white-space: pre-line !important; white-space: pre-line !important;
} }
:deep(.el-autocomplete) {
width: 200px;
}
.dashed { .dashed {
border-top: 2px dashed var(--el-border-color); border-top: 2px dashed var(--el-border-color);
margin-bottom: 20px; margin-bottom: 20px;