修正样式问题

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

@ -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