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

提交

parent 39e7b307
...@@ -64,6 +64,7 @@ export default { ...@@ -64,6 +64,7 @@ export default {
overflow: hidden; overflow: hidden;
margin-top: -15px; margin-top: -15px;
border-bottom: 1px solid #dcdfe6; border-bottom: 1px solid #dcdfe6;
margin-bottom: 10px;
.sidebar-logo-link { .sidebar-logo-link {
height: 100%; height: 100%;
width: 100%; width: 100%;
......
...@@ -61,6 +61,7 @@ export default { ...@@ -61,6 +61,7 @@ export default {
overflow: hidden; overflow: hidden;
margin-top: -15px; margin-top: -15px;
border-bottom: 1px solid #dcdfe6; border-bottom: 1px solid #dcdfe6;
margin-bottom: 10px;
.sidebar-logo-link { .sidebar-logo-link {
height: 100%; height: 100%;
width: 100%; width: 100%;
......
...@@ -23,6 +23,7 @@ export default { ...@@ -23,6 +23,7 @@ export default {
text-align: center; text-align: center;
overflow: hidden; overflow: hidden;
border-bottom: 1px solid #031e39; border-bottom: 1px solid #031e39;
margin-bottom: 10px;
.sidebar-logo-link { .sidebar-logo-link {
height: 100%; height: 100%;
width: 100%; width: 100%;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div class="JNPF-common-head"> <div class="JNPF-common-head">
<topOpts @add="addOrUpdateHandle()" /> <topOpts @add="addOrUpdateHandle()" />
<div class="JNPF-common-head-right"> <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" <el-link v-show="!expands" type="text"
icon="icon-ym icon-ym-btn-expand JNPF-common-head-icon" :underline="false" icon="icon-ym icon-ym-btn-expand JNPF-common-head-icon" :underline="false"
@click="toggleExpand()" /> @click="toggleExpand()" />
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<el-link v-show="expands" type="text" <el-link v-show="expands" type="text"
icon="icon-ym icon-ym-btn-collapse JNPF-common-head-icon" :underline="false" icon="icon-ym icon-ym-btn-collapse JNPF-common-head-icon" :underline="false"
@click="toggleExpand()" /> @click="toggleExpand()" />
</el-tooltip> </el-tooltip>-->
<el-tooltip effect="dark" :content="$t('common.refresh')" placement="top"> <el-tooltip effect="dark" :content="$t('common.refresh')" placement="top">
<el-link icon="icon-ym icon-ym-Refresh JNPF-common-head-icon" :underline="false" <el-link icon="icon-ym icon-ym-Refresh JNPF-common-head-icon" :underline="false"
@click="initData()" /> @click="initData()" />
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
}, },
typeDataInfo:[], typeDataInfo:[],
treeList: [], treeList: [],
expands: true, expands: false,
refreshTable: true, refreshTable: true,
btnLoading: false, btnLoading: false,
listLoading: true, 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