37 lines
604 B
Plaintext
37 lines
604 B
Plaintext
![]() |
.friend-link-manage-container,
|
||
|
.friend-link-category-container {
|
||
|
padding: 24px;
|
||
|
background-color: #fff;
|
||
|
min-height: calc(100vh - 184px);
|
||
|
|
||
|
.action-bar {
|
||
|
margin-bottom: 16px;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
|
||
|
.selected-count {
|
||
|
margin-left: 8px;
|
||
|
color: #999;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.ant-table-row-expand-icon {
|
||
|
margin-right: 8px;
|
||
|
}
|
||
|
|
||
|
.ant-card {
|
||
|
margin-bottom: 24px;
|
||
|
}
|
||
|
|
||
|
.ant-table-thead > tr > th {
|
||
|
background-color: #fafafa;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
|
||
|
.ant-modal-body {
|
||
|
max-height: 60vh;
|
||
|
overflow-y: auto;
|
||
|
}
|
||
|
}
|