ShadowWolf1999's picture
还可以再进一步的美化吗 比如这个FSD 是在哪个项目 或者关联了哪个模块。 也就是有关联性。 另外一个case 是可以即给sit使用也给UAT 使用的
a15e7fd verified
raw
history blame contribute delete
612 Bytes
.stage-tag {
display: inline-block;
padding: 0.1rem 0.3rem;
border-radius: 3px;
background: rgba(9,30,66,0.08);
margin: 0 0.1rem;
font-size: 0.7rem;
}
select[multiple] {
min-width: 120px;
height: auto;
padding: 0.25rem;
border-radius: 4px;
border: 1px solid var(--jira-border);
}
select[multiple] option {
padding: 0.25rem 0.5rem;
margin: 0.1rem 0;
border-radius: 3px;
}
select[multiple] option:hover {
background: rgba(9,30,66,0.08);
}
select[multiple] option:checked {
background: #DEEBFF;
color: var(--jira-blue);
font-weight: 500;
}