冀北需求变更整改
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
{{ item.meta.title }}
|
||||
<transition @after-leave="selectNavTab(tabsRefs[navTabs.state.activeIndex])" name="el-fade-in">
|
||||
<Icon
|
||||
v-show="navTabs.state.tabsView.length > 1"
|
||||
v-if="navTabs.state.tabsView.length > 1"
|
||||
class="close-icon"
|
||||
@click.stop="closeTab(item)"
|
||||
size="15"
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
element-loading-background="var(--ba-bg-color-overlay)"
|
||||
element-loading-text="加载中"
|
||||
class="default-main ba-main-loading"
|
||||
:style="{ height:'calc(100vh - 170px)'}"
|
||||
></div>
|
||||
<div v-if="state.showReload" class="loading-footer">
|
||||
<div v-if="state.showReload" class="loading-footer mt10">
|
||||
<el-button @click="refresh" type="warning">重新加载</el-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user