|
@@ -39,7 +39,7 @@
|
|
|
<div class="horizontal-drag-line" @mousedown="onmousedown" />
|
|
|
</div>
|
|
|
<div class="hc-page-content-box hc-division-page">
|
|
|
- <div style="height: 50px" class="mb-2">
|
|
|
+ <!-- <div style="height: 50px" class="mb-2">
|
|
|
<hc-card class="text-right">
|
|
|
<el-button
|
|
|
hc-btn
|
|
@@ -59,7 +59,7 @@
|
|
|
<span>节点导入</span>
|
|
|
</el-button>
|
|
|
</hc-card>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="basic-info">
|
|
|
<HcNewCard title="当前节点基础信息">
|
|
|
<template #extra>
|
|
@@ -1071,7 +1071,7 @@ import {
|
|
|
getArrValue,
|
|
|
getObjValue,
|
|
|
isNullES,
|
|
|
- isObjNull,
|
|
|
+
|
|
|
} from 'js-fast-way'
|
|
|
import { getStoreValue, setStoreValue } from '~src/utils/storage'
|
|
|
import { getDictionary } from '~api/other'
|