Browse Source

fix: abnormal styles (#711)

tags/0.3.13
bowen 2 years ago
parent
commit
41d33ee837
No account linked to committer's email address

+ 1
- 1
web/app/components/app/chat/index.tsx View File

)} )}
{ {
isShowSuggestion && ( isShowSuggestion && (
<div className='pt-2 mb-2 '>
<div className='pt-2'>
<div className='flex items-center justify-center mb-2.5'> <div className='flex items-center justify-center mb-2.5'>
<div className='grow h-[1px]' <div className='grow h-[1px]'
style={{ style={{

+ 1
- 1
web/app/components/app/chat/style.module.css View File

.answerIcon { .answerIcon {
position: relative; position: relative;
background: url(./icons/robot.svg);
background: url(./icons/robot.svg) 100%/100%;
} }


.typeingIcon { .typeingIcon {

+ 1
- 1
web/app/components/explore/app-list/index.tsx View File

onChange={setCurrCategory} onChange={setCurrCategory}
/> />
<div <div
className='flex mt-6 flex-col overflow-auto bg-gray-100 shrink-0 grow'
className='flex mt-6 pb-6 flex-col overflow-auto bg-gray-100 shrink-0 grow'
style={{ style={{
maxHeight: 'calc(100vh - 243px)', maxHeight: 'calc(100vh - 243px)',
}} }}

Loading…
Cancel
Save