dootask/resources/assets/sass/pages/components/team-management.scss
2022-03-25 10:47:15 +08:00

62 lines
1.2 KiB
SCSS
Vendored

.team-management {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 20px;
display: flex;
flex-direction: column;
.management-title {
color: #333333;
font-size: 20px;
font-weight: 500;
line-height: 1;
margin-bottom: 24px;
display: flex;
align-items: center;
.title-icon {
display: flex;
align-items: center;
width: 14px;
height: 14px;
margin-left: 4px;
margin-top: 2px;
> i {
cursor: pointer;
}
}
}
.team-email {
display: flex;
align-items: center;
.ivu-icon {
color: $primary-color;
margin-left: 6px;
font-size: 16px;
}
.ivu-tag {
height: 18px;
line-height: 18px;
padding: 0 4px;
transform: scale(0.8);
transform-origin: right center;
flex-shrink: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
}
.table-page-box {
flex: 1;
height: 0;
}
}