no message

Former-commit-id: dd363fa41a3ac777f09d36e6a9d9ca5d2f61f3b6
Former-commit-id: 7d318a2986701e5394efdcec55a9ad2737ca8938
Former-commit-id: fbd5d8c311872a4043594680e8e3220c920badf9
This commit is contained in:
李杨
2018-03-10 23:19:49 +08:00
parent 826d0d9009
commit 40ac2c90dd
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
<template>
<el-tooltip class="item" effect="dark" :content="isFullScreen ? '退出全屏' : '全屏'" placement="bottom">
<el-tooltip
class="item"
effect="dark"
:content="isFullScreen ? '退出全屏' : '全屏'"
placement="bottom">
<el-button class="dd-mr btn-text" type="text" @click="toggleFullScreen">
<Icon v-if="isFullScreen" name="compress"></Icon>
<Icon v-else name="arrows-alt"></Icon>

View File

@@ -1,8 +1,6 @@
<template>
<div class="btn-group">
<!-- 全屏按钮 -->
<FullScreen></FullScreen>
<!-- 用户菜单 -->
<UserDropdown></UserDropdown>
</div>
</template>