no message
Former-commit-id: 2560fabe37da43526c76b05dbca8e623f7f7cb95 Former-commit-id: e0e090ccd0a656d52f5f924e7064f8de1d8adefb Former-commit-id: bc14b6b75f72c9dd5e860e066cb0c5c3c2bad59c
This commit is contained in:
@@ -1,18 +1,13 @@
|
||||
<template>
|
||||
<div class="btn-group">
|
||||
<el-tooltip
|
||||
class="item"
|
||||
effect="dark"
|
||||
:content="isFullScreen ? '退出全屏' : '全屏'"
|
||||
placement="bottom">
|
||||
<el-button
|
||||
class="dd-mr btn-text"
|
||||
type="text"
|
||||
@click="toggleFullScreen">
|
||||
<!-- 全屏按钮 -->
|
||||
<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>
|
||||
</el-button>
|
||||
</el-tooltip>
|
||||
<!-- 用户菜单 -->
|
||||
<el-dropdown class="dd-mr">
|
||||
<span class="el-dropdown-link">你好</span>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
|
||||
Reference in New Issue
Block a user