issues25489
杨树林 5 years ago
parent d50063c786
commit 2e964b5713

@ -159,9 +159,10 @@ class Modifytext extends Component {
marginTop: "24px", marginTop: "24px",
}}> }}>
<Button style={{ <Button style={{
background: "#CDCDCD !important", border: "0.5px solid #C9C9C9",
border: "0.5px solid #CDCDCD" background: "#C9C9C9",
}} type="primary grayBtn " onClick={() => this.hideUpdating()}>取消</Button> color: "#fff",
}} type="primary " onClick={() => this.hideUpdating()}>取消</Button>
<Button style={{ <Button style={{
marginLeft: "10px", marginLeft: "10px",
}} type="primary" onClick={() => this.Modifytext()}>确定</Button> }} type="primary" onClick={() => this.Modifytext()}>确定</Button>

@ -685,7 +685,7 @@ class PathDetailIndex extends Component{
<i className={"iconfont icon-sandian fr color999"} style={{ <i className={"iconfont icon-sandian fr color999"} style={{
width: "30px", width: "30px",
height: "30px", height: "30px",
textAlign: "center", textAlign: "right",
}}></i> }}></i>
</Popover> </Popover>
</div> </div>

Loading…
Cancel
Save