Skip to content

Commit

Permalink
탐지현황 페이지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wblee800 authored Oct 11, 2021
1 parent 1059f68 commit 734c475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WEB/frontend/src/components/DetectionStatus/FilterBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {

return (
<Card
sx={{ right: 0, marginTop: '38px', minHeight: '100%' }}
sx={{ right: 0, marginTop: '38px', minHeight: '100%', marginRight: '5em' }}
elevation={1}
spacing={3}
>
Expand All @@ -39,8 +39,8 @@ import {
{Object.entries(namedEntityMap).map(([filterLabel, filterCode]) => {
const filterTags = Object.entries(searchList.filterTags[filterCode]);
return (
<CardContent style={{ marginBottom: '16px' }}>
<Box className="filter_con">
<CardContent style={{ marginBottom: '35px' }}>
<Box className="filter_con" sx={{lineHeight: "2.8"}}>
<Stack
direction="row"
alignItems="center"
Expand Down
2 changes: 1 addition & 1 deletion WEB/frontend/src/pages/DetectionStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function DetectionStatus() {
};

return (
<Grid container spacing={3}>
<Grid container spacing={3} sx={{marginLeft: "2em"}}>
<Grid item xs={12} md={10} container spacing={3} direction="column">
<Grid width="100%" item>
<Typography mt={1} variant="h5" sx={{ fontFamily: "Noto sans KR", fontSize: "2rem", fontWeight: "600"}}>
Expand Down

0 comments on commit 734c475

Please sign in to comment.