Browse Source

观全局暂不显示放大图标

dev-remain
kim131 4 years ago
parent
commit
b11323b685
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/views/main_web/watchall/components/title.vue

+ 2
- 1
src/views/main_web/watchall/components/title.vue View File

@@ -1,7 +1,8 @@
<template>
<div class="top">
<div class="title"><slot name="center">{{ topTitle}}</slot></div>
<div class="right"><slot name="right"><img class="yiyun_icon enlarge-btn" src="static/img/放大.svg"/></slot></div>
<!-- <div class="right"><slot name="right"><img class="yiyun_icon enlarge-btn" src="static/img/放大.svg"/></slot></div> -->
<div class="right"><slot name="right"></slot></div>
</div>
</template>



Loading…
Cancel
Save