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