|
@@ -32,9 +32,9 @@
|
|
<div class="hc-project-icon-box">
|
|
<div class="hc-project-icon-box">
|
|
<HcIcon name="stack" />
|
|
<HcIcon name="stack" />
|
|
</div>
|
|
</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-box ml-2">
|
|
|
|
+ <span class="text-cut project-alias text-xl">{{ projectInfo.projectAlias }}</span>
|
|
|
|
+ <div class="text-cut project-name text-xs">{{ projectInfo.name }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div v-loading="treeLoading" class="hc-tree-box" element-loading-text="加载中...">
|
|
<div v-loading="treeLoading" class="hc-tree-box" element-loading-text="加载中...">
|
|
@@ -112,6 +112,11 @@ const onmousedown = () => {
|
|
@import '~style/custody/scoped/early.scss';
|
|
@import '~style/custody/scoped/early.scss';
|
|
</style>
|
|
</style>
|
|
|
|
|
|
-<style lang="scss">
|
|
|
|
-
|
|
|
|
|
|
+<style lang="scss" scoped>
|
|
|
|
+html.dark {
|
|
|
|
+ .hc-layout-header-box{
|
|
|
|
+ border: var(--el-color-primary) 1px solid;
|
|
|
|
+ background: transparent !important;
|
|
|
|
+ }
|
|
|
|
+}
|
|
</style>
|
|
</style>
|