yt-chat-components 1.6.6 → 1.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-chat-components",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "main": "build/static/js/bundle.min.js",
5
5
  "module": "build/static/js/bundle.min.js",
6
6
  "types": "build/static/js/index.d.ts",
@@ -64,7 +64,7 @@ class InputMobile extends React.Component {
64
64
  render() {
65
65
  const {isShowVoiceButton, disabled, placeholder, onSendClick, inputRef, onSmartRobotClick = () => {}, isInH5Page } = this.props;
66
66
  return (
67
- <div className={styles.m_tool_box} style={isInH5Page ? { marginBottom: '58px' } : {}}>
67
+ <div className={styles.m_tool_box} style={isInH5Page ? { marginBottom: '50px' } : {}}>
68
68
  {/*智能体小人图形固定显示位置*/}
69
69
  <div className={styles.m_avatar}>
70
70
  <img src={'https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/kai_yuan/common/smartBoy.png'} width={'60px'} style={{zIndex:10}} onClick={onSmartRobotClick}/>