Merge pull request 'issue修改' (#314) from durian/forgeplus-react:gitlink_server into gitlink_server

This commit is contained in:
xxq250 2021-12-13 16:08:30 +08:00
commit 21078af26f
6 changed files with 6 additions and 5 deletions

View File

@ -17,7 +17,7 @@ function Sure({datas , name , saveFunc , sureSubmit , loading}){
return( return(
<div> <div>
<div style={{padding:"0px 15px 15px 15px"}}> <div style={{padding:"0px 15px 15px 15px"}}>
工作流名称{name} 水线名称{name}
</div> </div>
<div className="editorBody" style={{marginTop:"0px"}}> <div className="editorBody" style={{marginTop:"0px"}}>
<Editors value={value} theme={"vs-grey"} height={"600px"} visible/> <Editors value={value} theme={"vs-grey"} height={"600px"} visible/>

View File

@ -103,7 +103,7 @@ function Params(props){
<New visble={visible} successFunc={successFunc} CancelFunc={CancelFunc} editList={editList}/> <New visble={visible} successFunc={successFunc} CancelFunc={CancelFunc} editList={editList}/>
<Banner> <Banner>
<FlexAJ> <FlexAJ>
<span className="font-18">工作流 - 参数管理</span> <span className="font-18">引擎 - 参数管理</span>
<Link to={`/${owner}/${projectsId}/devops`} className="font-14 color-grey-9 ml20">返回</Link> <Link to={`/${owner}/${projectsId}/devops`} className="font-14 color-grey-9 ml20">返回</Link>
</FlexAJ> </FlexAJ>
</Banner> </Banner>

View File

@ -126,7 +126,7 @@ function Mould(props){
<div> <div>
<New wrappedComponentRef={(f) => childRef.current = f} ref={childRef} visible={visible} onCancel={()=>setVisible(false)} onOk={onOk}></New> <New wrappedComponentRef={(f) => childRef.current = f} ref={childRef} visible={visible} onCancel={()=>setVisible(false)} onOk={onOk}></New>
<Banner> <Banner>
<FlexAJ><span>工作流 - 模板管理</span><Link to={`/${owner}/${projectsId}/devops`} className="font-14 color-grey-9">返回</Link></FlexAJ> <FlexAJ><span>引擎 - 模板管理</span><Link to={`/${owner}/${projectsId}/devops`} className="font-14 color-grey-9">返回</Link></FlexAJ>
</Banner> </Banner>
<Div className="disposeList"> <Div className="disposeList">
<FlexAJ> <FlexAJ>

View File

@ -12,7 +12,7 @@ function ServiceModal({sureModal}){
<div className="mt30" style={{textAlign:"center"}}> <div className="mt30" style={{textAlign:"center"}}>
<Radio.Group value={type} onChange={changeType}> <Radio.Group value={type} onChange={changeType}>
<Radio value={1}>自有服务器</Radio> <Radio value={1}>自有服务器</Radio>
<Radio value={2}>Trustie服务器</Radio> <Radio value={2}>GitLink服务器</Radio>
</Radio.Group> </Radio.Group>
<p className="mt30"><Button type="primary" onClick={()=>sureModal(type)}>下一步</Button></p> <p className="mt30"><Button type="primary" onClick={()=>sureModal(type)}>下一步</Button></p>
</div> </div>

View File

@ -185,6 +185,7 @@ class NewMilepost extends Component {
size="small" size="small"
dropdownMatchSelectWidth={false} dropdownMatchSelectWidth={false}
value={String(month)} value={String(month)}
style={{ width: 75 }}
onChange={selectedMonth => { onChange={selectedMonth => {
const newValue = value.clone(); const newValue = value.clone();
newValue.month(parseInt(selectedMonth, 10)); newValue.month(parseInt(selectedMonth, 10));

View File

@ -96,7 +96,7 @@ function Index(props) {
</a> </a>
<a href="https://forgeplus.trustie.net/Gitlink/forgeplus" target="_blank" className="font-18"> <a href="https://forgeplus.trustie.net/Gitlink/forgeplus" target="_blank" className="font-18">
<li> <li>
平台精选仓库Gitlink/Gitlink 平台精选仓库GitLink/GitLink
</li> </li>
</a> </a>
<a href="https://forum.trustie.net/forums/4663/detail" target="_blank" className="font-18"> <a href="https://forum.trustie.net/forums/4663/detail" target="_blank" className="font-18">