Commit a15174b5 authored by chenshouchao's avatar chenshouchao

Merge branch 'feat-20220608-projectdata' into 'release'

Feat 20220608 projectdata

See merge request sunyihao/bkunyun!49
parents 4c2c3780 55bce500
......@@ -17,16 +17,21 @@
.info {
flex: 1;
}
.name {
.productName {
color: #1e2633;
line-height: 22px;
font-size: 14px;
font-weight: 600;
}
.desc {
.projectName {
color: #8a9099;
line-height: 20px;
font-size: 14px;
width: 125px;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
overflow: hidden;
}
.showProjectList {
color: #c2c6cc;
......
......@@ -58,10 +58,10 @@ const CurrentProject = observer(() => {
>
<img src={logo} alt="" className={style.logo} />
<div className={style.info}>
<div className={style.name}>
<div className={style.productName}>
{currentProjectStore.currentProductInfo.name || "CADD"}
</div>
<div className={style.desc}>
<div className={style.projectName} title={currentProjectStore.currentProjectInfo.name}>
{currentProjectStore.currentProjectInfo.name || "暂无项目"}
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment