|
@@ -2,17 +2,14 @@
|
|
|
<div class="hc-page-layout-box">
|
|
|
<div
|
|
|
:style="`width:${isWbsTreeShow ? leftWidth : 0}px; ${isWbsTreeShow ? '' : 'display: none'}`"
|
|
|
- class="hc-layout-left-box" :class="[isWbsTreeShow ? 'show' : '']"
|
|
|
+ class="hc-layout-left-box bg-white" :class="[isWbsTreeShow ? 'show' : '']"
|
|
|
>
|
|
|
<div class="hc-project-box">
|
|
|
<div class="hc-project-icon-box">
|
|
|
<HcIcon name="stack" />
|
|
|
</div>
|
|
|
<div class="ml-2 project-name-box">
|
|
|
- <span class="text-xl text-cut project-alias">{{ projectInfo.projectAlias }}</span>
|
|
|
- <div class="text-xs text-cut project-name">
|
|
|
- {{ projectInfo.name }}
|
|
|
- </div>
|
|
|
+ <div class="project-name">{{ projectInfo.name }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="hc-tree-box">
|