修正样式问题

pull/103/head
ChenX 6 years ago
parent c2cf507a09
commit 88e6e663ae

@ -120,7 +120,7 @@ export class Viewer
this.m_OutlinePass = new THREE.OutlinePass(new THREE.Vector2(100, 100), this.m_Scene, this.m_CameraCtrl.Camera);
this.m_OutlinePass.hiddenEdgeColor = this.m_OutlinePass.visibleEdgeColor;
this.m_OutlinePass.renderToScreen= true;
this.m_OutlinePass.renderToScreen = true;
this.m_Composer.addPass(this.m_OutlinePass);

@ -128,7 +128,7 @@ export class DownPanel extends React.Component<{ store?: DownPanelStore }, {}>
render()
{
return (
<div style={{ color: "#fff" }}>
<div style={{ color: "#fff", lineHeight: "16px" }}>
{this.props.store.m_MousePostionPrompt}
<Switch
checked={this.props.store.useDynInput}

@ -11,10 +11,8 @@ a {
#input-hint {
overflow: hidden;
flex-basis: 25px;
}
/* 提示命令 */
.hint {

Loading…
Cancel
Save