style: adjusted layout and styling for searchpopup component

This commit is contained in:
kangfenmao 2024-11-20 11:01:02 +08:00
parent aefb08965d
commit cd625430b2
2 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ const PopupContainer: React.FC<Props> = ({ resolve }) => {
onCancel={onCancel}
afterClose={onClose}
title={null}
width="75vw"
width="920px"
transitionName="ant-move-down"
styles={{
content: { padding: 0, border: '1px solid var(--color-border)' },

View File

@ -119,7 +119,7 @@ const HeaderLeft = styled.div`
flex-direction: row;
align-items: center;
position: absolute;
top: 8px;
top: 12px;
left: 15px;
`
@ -129,8 +129,8 @@ const MenuIcon = styled.div`
flex-direction: row;
justify-content: center;
align-items: center;
width: 36px;
height: 36px;
width: 33px;
height: 33px;
border-radius: 50%;
&:hover {
background-color: var(--color-background);