mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-29 10:52:01 +08:00
bug: style-trace-search is fixed
This commit is contained in:
parent
8809105a8d
commit
ead6885b29
@ -6,7 +6,7 @@ export const Container = styled(Card)`
|
|||||||
min-height: 20vh;
|
min-height: 20vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute !important;
|
||||||
|
|
||||||
.ant-card-body {
|
.ant-card-body {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
@ -113,7 +113,6 @@ function Search({
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Space direction="vertical" style={{ width: '100%' }}>
|
|
||||||
<Container ref={tagRef}>
|
<Container ref={tagRef}>
|
||||||
<SearchComponent
|
<SearchComponent
|
||||||
onChange={(event): void => onChangeHandler(event.target.value)}
|
onChange={(event): void => onChangeHandler(event.target.value)}
|
||||||
@ -147,7 +146,6 @@ function Search({
|
|||||||
<Tags updateFilters={updateFilters} onChangeHandler={onChangeHandler} />
|
<Tags updateFilters={updateFilters} onChangeHandler={onChangeHandler} />
|
||||||
)}
|
)}
|
||||||
</Container>
|
</Container>
|
||||||
</Space>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@ const { Search } = Input;
|
|||||||
export const Container = styled.div`
|
export const Container = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const SearchComponent = styled(Search)`
|
export const SearchComponent = styled(Search)`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user