style: project 主题颜色调整

This commit is contained in:
@changcode
2021-11-19 14:09:29 +08:00
parent 38d8ee753d
commit c508dda3c5
5 changed files with 65 additions and 27 deletions

View File

@@ -152,7 +152,7 @@
</div>
</div>
<div :class="['page',fromOverView?'overview-page':'']" :style="{
border: fromOverView ? 'none' :`1px solid ${theme.borderColorLight}`
border: fromOverView ? 'none' :`1px solid $--color-text-regular`
}">
<!--画布部分-->
<div :id="'topology-canvas' + topologyIndexF" :ref="'topology-canvas'+ topologyIndexF" class="full" @contextmenu="onContextMenu($event)"></div>