yt-chat-components 1.9.3 → 1.9.4
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
|
@@ -487,7 +487,7 @@ export class ToolDialogV2 extends React.Component {
|
|
|
487
487
|
<style dangerouslySetInnerHTML={{ __html: style }}></style>
|
|
488
488
|
<div className="p_toolDialog">
|
|
489
489
|
{/*对话上边的学校标志,定位到左上角header上端*/}
|
|
490
|
-
<div className={'p_sign'} >
|
|
490
|
+
<div className={'p_sign'} style={dialogStyle} >
|
|
491
491
|
<img src={signUrl} style={{ width: 600, marginTop: '1.5rem', }}/>
|
|
492
492
|
</div>
|
|
493
493
|
<div className={"dialog_box"} style={dialogStyle}>
|