no message
Former-commit-id: dd363fa41a3ac777f09d36e6a9d9ca5d2f61f3b6 Former-commit-id: 7d318a2986701e5394efdcec55a9ad2737ca8938 Former-commit-id: fbd5d8c311872a4043594680e8e3220c920badf9
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
<template>
|
<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">
|
<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>
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<!-- 全屏按钮 -->
|
|
||||||
<FullScreen></FullScreen>
|
<FullScreen></FullScreen>
|
||||||
<!-- 用户菜单 -->
|
|
||||||
<UserDropdown></UserDropdown>
|
<UserDropdown></UserDropdown>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user