修改需求计划模块需求与bug

This commit is contained in:
hyyy
2025-06-18 14:18:37 +08:00
parent 749f44d6df
commit 1456d4303b
3 changed files with 55 additions and 17 deletions

View File

@@ -63,4 +63,22 @@
.o_print_custom {
right: 66px;
}
}
.denmand_set {
display: flex;
align-items: center;
height: 50px;
> span {
font-weight: bold;
}
input {
margin-left: 30px;
}
label {
margin-left: 5px;
}
input,label {
cursor: pointer;
}
}