ソースを参照

观全局暂不显示放大图标

dev-remain
kim131 4年前
コミット
b11323b685
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      src/views/main_web/watchall/components/title.vue

+ 2
- 1
src/views/main_web/watchall/components/title.vue ファイルの表示

@@ -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>



読み込み中…
キャンセル
保存