fix: abnormal styles (#711)
This commit is contained in:
@@ -193,7 +193,7 @@ const Chat: FC<IChatProps> = ({
|
||||
)}
|
||||
{
|
||||
isShowSuggestion && (
|
||||
<div className='pt-2 mb-2 '>
|
||||
<div className='pt-2'>
|
||||
<div className='flex items-center justify-center mb-2.5'>
|
||||
<div className='grow h-[1px]'
|
||||
style={{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.answerIcon {
|
||||
position: relative;
|
||||
background: url(./icons/robot.svg);
|
||||
background: url(./icons/robot.svg) 100%/100%;
|
||||
}
|
||||
|
||||
.typeingIcon {
|
||||
|
||||
Reference in New Issue
Block a user