|
@@ -3,7 +3,7 @@
|
|
|
<!-- 左侧导航条 -->
|
|
|
<magic-navbar direction="vertical" :to="$refs.mrl" v-if="nextRender" ref="mnl" :spliter="true">
|
|
|
<magic-navbar-item v-for="(navbar, index) in leftNavbars" :key="index" v-bind="navbar">
|
|
|
- <magic-resizer :max="600" :min="370" direction='x'>
|
|
|
+ <magic-resizer :max="750" :min="270" direction='x'>
|
|
|
<magic-loading :loading="loading">
|
|
|
<magic-resource v-bind="navbar" :data="resources[navbar.type]" @close="$refs.mnl.select(-1)" @onLoad="resourceOnLoad"/>
|
|
|
</magic-loading>
|
|
@@ -22,7 +22,7 @@
|
|
|
<!-- 右侧导航条 -->
|
|
|
<magic-navbar :reverse="true" :default-select="-1" direction="vertical" :to="$refs.mrr" :spliter="true">
|
|
|
<magic-navbar-item v-for="(navbar, index) in rightNavbars" :key="index" :title="navbar.title" :icon="navbar.icon">
|
|
|
- <magic-resizer :max="320" :min="240" direction='x' :reverse="true" v-if="nextRender">
|
|
|
+ <magic-resizer :max="420" :min="140" direction='x' :reverse="true" v-if="nextRender">
|
|
|
<magic-loading :loading="loading">
|
|
|
<magic-data-resource :type="navbar.type" :title="navbar.name" :data="resources[navbar.type]"/>
|
|
|
</magic-loading>
|