* Code for task #95529.

This commit is contained in:
sunguangming
2023-06-21 11:09:40 +08:00
parent 6d540e26b1
commit 82f4878512
9 changed files with 264 additions and 20 deletions
+10
View File
@@ -5,3 +5,13 @@
#taskCreateForm .empty-story-tip .input-control-suffix .btn:hover:before {background: none;}
#taskCreateForm .selectStoryLabel {top: 50%;}
#testStoryBox th.required:before {content: '*'; color: rgba(var(--color-danger-500-rgb),var(--tw-text-opacity)); margin-right: 0.25rem; position: relative; top: 0.125rem;}
#modalTeam .table tr {border:none}
.team-number {display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 10px; text-align: center; background: #f4f5f7;}
.assignedToBox {align-items: center !important}
.assignedToBox .add-team {margin-bottom: 5px}
.assignedToList {display: flex; align-items: center; flex-wrap: wrap}
.assignedToList .label, .assignedToList .icon{margin-right: 5px; margin-bottom: 5px}
:root {--modal-base: 45rem;}