mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 10:22:46 +00:00
feat: metadata custom select font (#6674)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -44,7 +44,6 @@ class FileAccessLog extends React.Component {
|
||||
const avatarSize = 24 * 2;
|
||||
fileAccessLogAPI.listFileAccessLog(repoID, filePath, page, perPage, avatarSize).then((res) => {
|
||||
const { data: newItems } = res.data;
|
||||
console.log(newItems);
|
||||
this.setState({
|
||||
isLoading: false,
|
||||
isLoadingMore: false,
|
||||
|
@@ -32,4 +32,5 @@
|
||||
|
||||
.sf-metadata-select.custom-select {
|
||||
font-size: 14px;
|
||||
color: #212529;
|
||||
}
|
||||
|
@@ -440,8 +440,3 @@
|
||||
font-size: 13px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.sf-metadata-select.custom-select,
|
||||
.sf-metadata-select.custom-select .select-option-name {
|
||||
color: #212529;
|
||||
}
|
||||
|
Reference in New Issue
Block a user