This commit is contained in:
caishi 2021-07-01 15:48:04 +08:00
parent 0e1281b3b9
commit a7384907cb
2 changed files with 2 additions and 2 deletions

View File

@ -326,6 +326,6 @@
display: flex;
align-items: center;
span{
margin-top: 3px;
margin-top: 1px;
}
}

View File

@ -171,7 +171,7 @@ class Setting extends Component {
const { projectsId , owner } = this.props.match.params;
const { projectName } = this.state;
this.props.confirm({
content: <span style={{display:"block",textAlign:"left"}}>该操作无法撤销且将会一并删除相关的易修合并请求工作流里程碑动态等数据<br/>是否确认删除 <span style={{fontWeight:"bold"}}>{owner}/{projectName}</span></span>,
content: <span style={{display:"block",textAlign:"left"}}>该操作无法撤销且将会一并删除相关的易修合并请求工作流里程碑动态等数据<br/>是否确认删除 <span style={{fontWeight:"bold"}}>{owner}/{projectName}({projectsId})</span></span>,
onOk: () => {
const url = `/${owner}/${projectsId}.json`;
axios