|
@@ -6,7 +6,7 @@
|
|
|
<HcIcon name="stack" />
|
|
|
</div>
|
|
|
<div class="project-name-box ml-2">
|
|
|
- <span class="text-cut project-alias text-xl">{{ projectInfo.projectAlias }}</span>
|
|
|
+ <span class="text-cut project-alias text-xl text-gray">{{ projectInfo.projectAlias }}</span>
|
|
|
<div class="text-cut project-name text-xs">{{ projectInfo.name }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -347,7 +347,7 @@ const onmousedown = () => {
|
|
|
position: relative;
|
|
|
margin-top: 20px;
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 90px);
|
|
|
+ height: calc(100% - 100px);
|
|
|
}
|
|
|
.hc-card-diy-tip-view {
|
|
|
display: flex;
|