chore: draft model downloading
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
|
||||
.cell-header {
|
||||
font-weight: var(--font-weight-medium);
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
&.light {
|
||||
|
||||
@@ -73,4 +73,4 @@ const SimpleTabel: React.FC<SimpleTableProps> = (props) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default React.memo(SimpleTabel);
|
||||
export default SimpleTabel;
|
||||
|
||||
@@ -12,6 +12,7 @@ const TagWrapper = styled(Tag)`
|
||||
font-size: 12px;
|
||||
height: 22px;
|
||||
opacity: 0.7;
|
||||
margin: 0;
|
||||
`;
|
||||
|
||||
const ThemeTag: React.FC<TagProps & { opacity?: number }> = ({
|
||||
|
||||
Reference in New Issue
Block a user