no message

Former-commit-id: 2560fabe37da43526c76b05dbca8e623f7f7cb95
Former-commit-id: e0e090ccd0a656d52f5f924e7064f8de1d8adefb
Former-commit-id: bc14b6b75f72c9dd5e860e066cb0c5c3c2bad59c
This commit is contained in:
李杨
2018-03-09 09:35:07 +08:00
parent 75a70a9060
commit 82ebe8d2bf

View File

@@ -1,18 +1,13 @@
<template> <template>
<div class="btn-group"> <div class="btn-group">
<el-tooltip <!-- 全屏按钮 -->
class="item" <el-tooltip class="item" effect="dark" :content="isFullScreen ? '退出全屏' : '全屏'" placement="bottom">
effect="dark" <el-button class="dd-mr btn-text" type="text" @click="toggleFullScreen">
:content="isFullScreen ? '退出全屏' : '全屏'"
placement="bottom">
<el-button
class="dd-mr btn-text"
type="text"
@click="toggleFullScreen">
<Icon v-if="isFullScreen" name="compress"></Icon> <Icon v-if="isFullScreen" name="compress"></Icon>
<Icon v-else name="arrows-alt"></Icon> <Icon v-else name="arrows-alt"></Icon>
</el-button> </el-button>
</el-tooltip> </el-tooltip>
<!-- 用户菜单 -->
<el-dropdown class="dd-mr"> <el-dropdown class="dd-mr">
<span class="el-dropdown-link">你好</span> <span class="el-dropdown-link">你好</span>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">