Files
fe_portal_manage_frontend/src/pages/friendLinkManage/friendLinkManage.less

37 lines
604 B
Plaintext
Raw Normal View History

2025-06-17 21:06:27 +08:00
.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;
}
}