* Code for task #95529.

This commit is contained in:
sunguangming
2023-06-21 18:24:11 +08:00
parent 0483fdcb6d
commit 3bb1a3453f
3 changed files with 18 additions and 1 deletions
+6
View File
@@ -20,3 +20,9 @@
.assignedToList .label, .assignedToList .icon{margin-right: 5px; margin-bottom: 5px}
:root {--modal-base: 45rem;}
.line-arrow {display: inline-block; transform: scaleY(6); font-size: 20px; position: relative; right: 20px; color:#2e7fff;}
.team-index {overflow: hidden}
#teamTable tr:nth-last-child(-n+2) .team-index{overflow:visible; }
#teamTable tr:nth-child(2) .line-arrow{transform: scaleY(4); top: 20px}
#teamTable tr:nth-last-child(-n+2) .line-arrow{bottom:12px; transform: scaleY(2)}