浏览代码

fix: more than 6th options would be hide (#136)

tags/0.2.2
Joel 2 年前
父节点
当前提交
7a2291f450
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/share/chat/config-scence/index.tsx

+ 1
- 1
web/app/components/share/chat/config-scence/index.tsx 查看文件

@@ -5,7 +5,7 @@ import Welcome from '../welcome'

const ConfigSence: FC<IWelcomeProps> = (props) => {
return (
<div className='mb-5 antialiased font-sans overflow-hidden shrink-0'>
<div className='mb-5 antialiased font-sans shrink-0'>
<Welcome {...props} />
</div>
)

正在加载...
取消
保存