no message

Former-commit-id: 3d708b2e9baf48e71dd49963eccb6cfbd036745d
Former-commit-id: 8b4af898681ac987ecc86222eea5a0d51f34ef3a
Former-commit-id: 98fbb85a77355e4db3ee4604b71b7777376b6475
This commit is contained in:
liyang
2018-06-10 21:46:13 +08:00
parent 2cacbbe134
commit 41f85f1b7d
3 changed files with 3 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
<template>
<el-tooltip
class="item"
effect="dark"
:content="isFullScreen ? '退出全屏' : '全屏'"
placement="bottom">

View File

@@ -1,11 +1,7 @@
<template>
<el-tooltip
class="item"
effect="dark"
content="theme"
placement="bottom">
<el-tooltip effect="dark" content="theme" placement="bottom">
<el-button class="d2-ml-0 d2-mr btn-text" type="text">
<d2-icon name="gamepad"/>
<d2-icon name="diamond"/>
</el-button>
</el-tooltip>
</template>