68 lines
1.2 KiB
Plaintext
68 lines
1.2 KiB
Plaintext
.setWrapper {
|
|
.setHeaderWrapper, .setGroupWrapper {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.wea-title .ant-checkbox-wrapper > span:last-child, .setGroupWrapper > .checkedtitle {
|
|
color: #111;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
.itemContUl {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
|
|
li {
|
|
width: 124px;
|
|
overflow: hidden;
|
|
padding: 4px 0;
|
|
|
|
.wea-checkbox {
|
|
width: 100%;
|
|
}
|
|
|
|
.ant-checkbox-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
|
|
span:last-child {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.itemsWrapper {
|
|
height: 160px;
|
|
overflow: scroll;
|
|
border: 1px solid #e5e5e5;
|
|
border-radius: 4px;
|
|
padding: 16px;
|
|
width: 100%;
|
|
|
|
.empty {
|
|
line-height: 160px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.wea-more-button {
|
|
ul > li:last-child {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|