调整样式

This commit is contained in:
谢思 2022-08-02 10:59:24 +08:00
parent 652ba72680
commit eb458d9528
7 changed files with 9 additions and 8 deletions

View File

@ -135,7 +135,7 @@ class Activity extends Component{
const fourth_per =issues_count > 0 ?`${parseFloat(open_issues_count/issues_count).toFixed(2)*100}%` :"50%";
return(
<div className="main">
<div className="main mt20">
<div className="normalBox">
<div class="normalBox-title">概览</div>

View File

@ -32,12 +32,12 @@ const Params = Loadable({
})
export default ((props)=>{
const {jianmu_devops} = props
const {jianmu_devops} = props;
return(
<WhiteBack className="opsPanel">
<WhiteBack className="opsPanel main">
{/* 嵌入devops */}
<iframe title={`devopsIframe`} src={`https://ci-v3.test.jianmuhub.com/oauth2/authorize?code=${jianmu_devops}`} id={`devopsIframe`} frameBorder="0" name={`devopsIframe`} width="100%" height={600}></iframe>
{jianmu_devops && <iframe title={`devopsIframe`} src={`https://ci-v3.test.jianmuhub.com/oauth2/authorize?code=${jianmu_devops}`} id={`devopsIframe`} frameBorder="0" name={`devopsIframe`} width="100%" height={600}></iframe>}
{/* 旧引擎页面 */}
{/* <Switch {...props}>
<Route path="/:owner/:projectsId/devops/params"

View File

@ -2,6 +2,7 @@
{
margin:20px auto;
width: 1200px;
min-height: 500px;
// 开始激活页面
.activatePanel{
display: flex;

View File

@ -122,7 +122,7 @@
max-width: 1200px;
margin: 0 auto;
.panelmenu{
padding-top:30px;
padding-top:20px;
.depotBtn{
.mr-5{
margin-right: -5px;

View File

@ -247,7 +247,7 @@ class merge extends Component {
</Menu>
);
return (
<div className="main" style={{padding:"0px"}}>
<div className="main mt20" style={{padding:"0px"}}>
<div className="topWrapper" style={{borderBottom:"none",padding:"20px"}}>
<div className="target-detail-search">
<Search

View File

@ -168,7 +168,7 @@ class Milepost extends Component {
return (
<Spin spinning={spinings}>
<div className="main" style={{minHeight:"400px"}}>
<div className="main mt20" style={{minHeight:"400px"}}>
<div style={{ display: this.state.display }}>
<div className="tagdiv" >
<span>里程碑{data && data.issue_tags_count}已创建</span>

View File

@ -651,7 +651,7 @@ class order extends Component {
begin, end, checkedValue, all,search
} = this.state;
return (
<div className="main" style={{padding:"0px"}}>
<div className="main mt20" style={{padding:"0px"}}>
<div style={{padding:"10px 20px 0px 20px"}}>
<div className="topWrapper" style={{ paddingTop: "10px" }}>
<ul className="topWrapper_type">