This commit is contained in:
caishi 2021-11-29 09:54:54 +08:00
parent 614f0ea436
commit 9608f204e8
3 changed files with 3 additions and 3 deletions

View File

@ -224,7 +224,7 @@ export default Form.create()(
<Checkbox defaultChecked={!stable}>这是一个预览版本</Checkbox>
)}
</Form.Item>
<p className="pt20" style={{borderTop:"1px solid #eee"}}>
<p className="pt20 pb20" style={{borderTop:"1px solid #eee"}}>
<Button onClick={submit} type="primary" className="mr30 btnblue">
{versionId ? "保存" : "创建"}发行版
</Button>

View File

@ -236,7 +236,7 @@ class MilepostDetail extends Component {
<span >暂无截止时间</span>
}
</span>
<span className="font-weight-bold">{data && data.percent && data.percent.toFixed(2)}%完成 </span>
{data && (data.percent || data.percent===0) ? <span className="font-weight-bold"> {data.percent > 0 ? data.percent.toFixed(2):data.percent}%完成 </span> :"" }
</span>
<div className="milepostdiv">
{

View File

@ -203,7 +203,7 @@ body{
background-image: url('./Img/top-2.png');
height: 139px;
width: 353px;
padding:30px 24px;
padding:15px 24px;
color: #fff;
margin:0px 17px;
border-radius: 11px;