Files
EasySoft-ZenTaoPMS/module/task/css/create.ui.css
T
2023-06-21 18:24:11 +08:00

29 lines
1.5 KiB
CSS

.flex-none {flex: none !important;}
#taskCreateForm #pri {width: 5rem;}
#taskCreateForm .empty-story-tip input {padding: 0;}
#taskCreateForm .empty-story-tip .input-control-suffix {padding-right: 0;}
#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}
#modalTeam .team-saveBtn {text-align: center !important}
#modalTeam .team-saveBtn .btn{min-width: 96px;}
#modalTeam .team-index {text-align: right;}
.team-number {display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 10px; text-align: center; background: #f4f5f7;}
#multipleBox {min-width: 100px}
.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;}
.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)}