背景色修改
This commit is contained in:
parent
40cba56cf7
commit
b7c4966727
@ -240,7 +240,7 @@ export default function CardProj(props: any) {
|
||||
}}><DownloadOutlined /> 代码压缩包</Button> */}
|
||||
<Button size="small" type="text" onClick={() => {
|
||||
window.open(`${Axios.defaults?.baseURL}/route/proj/download/code/${data.projId}`)
|
||||
}}><DownloadOutlined /> 代码文档</Button>
|
||||
}}><DownloadOutlined /> 源代码</Button>
|
||||
</div>
|
||||
) : <></>
|
||||
}
|
||||
|
@ -215,7 +215,7 @@ export default function Index() {
|
||||
setShowSearchBox(false)
|
||||
|
||||
// setEditname(location.pathname)
|
||||
setPathArray([{ title: <Link to={'/home'}>首页</Link> }, { title: <Link to={'/proj-create'}>创建项目</Link> }, { title: '编辑项目' }])
|
||||
setPathArray([{ title: <Link to={'/home'}>首页</Link> }, { title: '编辑项目' }])
|
||||
} else if (location.pathname.includes('/proj-new')) {
|
||||
setNow('新建项目')
|
||||
setShowSearchBox(false)
|
||||
@ -227,13 +227,13 @@ export default function Index() {
|
||||
setShowSearchBox(false)
|
||||
|
||||
// setNewname(location.pathname)
|
||||
setPathArray([{ title: <Link to={'/home'}>首页</Link> }, { title: <Link to={'/proj-create'}>创建项目</Link> }, { title: '编辑项目' }])
|
||||
setPathArray([{ title: <Link to={'/home'}>首页</Link> }, { title: '编辑项目' }])
|
||||
} else if (location.pathname.includes('/proj-eall')) {
|
||||
setNow('编辑项目')
|
||||
setShowSearchBox(false)
|
||||
|
||||
// setNewname(location.pathname)
|
||||
setPathArray([{ title: <Link to={'/home'}>首页</Link> }, { title: <Link to={'/proj-create'}>创建项目</Link> }, { title: '编辑项目' }])
|
||||
setPathArray([{ title: <Link to={'/home'}>首页</Link> }, { title: '编辑项目' }])
|
||||
} else if (location.pathname.includes('/proj-edit/step1')) {
|
||||
setNow('标题简介')
|
||||
setShowSearchBox(false)
|
||||
|
@ -39,7 +39,9 @@
|
||||
.editAll-box-title{
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
background-color: #FF9F08;
|
||||
/* background-color: #FF9F08; */
|
||||
/* background-color: #FF9F08; */
|
||||
background: linear-gradient(to right, #ff9f08, #ffd200);
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
line-height: 56px;
|
||||
@ -71,14 +73,14 @@
|
||||
.question{
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
background-color: #FF9F08;
|
||||
background-color: #fff7e5;
|
||||
line-height: 40px;
|
||||
font-weight: 700;
|
||||
padding:0 10px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
color: #fff;
|
||||
color: #5d5650;
|
||||
}
|
||||
.questionStatus{
|
||||
font-weight: 300;
|
||||
@ -86,8 +88,8 @@
|
||||
.boxtitle{
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
background-color: #FF9F08;
|
||||
color: #fff;
|
||||
background-color: #fff7e5;
|
||||
color: #5d5650;
|
||||
|
||||
line-height: 40px;
|
||||
text-indent: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user