Commit 3931d459 authored by 张莎莎's avatar 张莎莎

提交

parent 39e7b307
......@@ -64,6 +64,7 @@ export default {
overflow: hidden;
margin-top: -15px;
border-bottom: 1px solid #dcdfe6;
margin-bottom: 10px;
.sidebar-logo-link {
height: 100%;
width: 100%;
......
......@@ -61,6 +61,7 @@ export default {
overflow: hidden;
margin-top: -15px;
border-bottom: 1px solid #dcdfe6;
margin-bottom: 10px;
.sidebar-logo-link {
height: 100%;
width: 100%;
......
......@@ -23,6 +23,7 @@ export default {
text-align: center;
overflow: hidden;
border-bottom: 1px solid #031e39;
margin-bottom: 10px;
.sidebar-logo-link {
height: 100%;
width: 100%;
......
......@@ -23,7 +23,7 @@
<div class="JNPF-common-head">
<topOpts @add="addOrUpdateHandle()" />
<div class="JNPF-common-head-right">
<el-tooltip effect="dark" content="展开" placement="top">
<!-- <el-tooltip effect="dark" content="展开" placement="top">
<el-link v-show="!expands" type="text"
icon="icon-ym icon-ym-btn-expand JNPF-common-head-icon" :underline="false"
@click="toggleExpand()" />
......@@ -32,7 +32,7 @@
<el-link v-show="expands" type="text"
icon="icon-ym icon-ym-btn-collapse JNPF-common-head-icon" :underline="false"
@click="toggleExpand()" />
</el-tooltip>
</el-tooltip>-->
<el-tooltip effect="dark" :content="$t('common.refresh')" placement="top">
<el-link icon="icon-ym icon-ym-Refresh JNPF-common-head-icon" :underline="false"
@click="initData()" />
......@@ -94,7 +94,7 @@ export default {
},
typeDataInfo:[],
treeList: [],
expands: true,
expands: false,
refreshTable: true,
btnLoading: false,
listLoading: true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment