This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
yiyun-fe
/
yiyunjianzhu-vue
Watch
4
Star
0
Fork
0
Code
Pull Requests
0
Releases
0
Activity
Browse Source
修正顶部节点文件夹少于5个时,未显示右侧箭头的问题
dev
zhengzhou
4 years ago
parent
5f58f2fea7
commit
233dca811f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/main_web/workspace/components/header-flow-tabs.vue
+ 1
- 1
src/views/main_web/workspace/components/header-flow-tabs.vue
View File
@@ -30,7 +30,7 @@
</button>
</template>
<div class="has-next-node no-drag" v-if="totalNodeNum - nowFolderIndex > 2
&& totalNodeNum > 5
"
<div class="has-next-node no-drag" v-if="totalNodeNum - nowFolderIndex > 2"
@click.stop="nowFolderClick(nowFolderIndex + 1)">
<img class="next-icon no-drag" src="/static/img/下拉箭头.svg"/>
</div>
Write
Preview
Loading…
Cancel
Save