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

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

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

Loading…
Cancel
Save