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

@@ -55,10 +55,7 @@
padding: 14px 12px; padding: 14px 12px;
border-radius: 4px; border-radius: 4px;
margin: 0px !important; margin: 0px !important;
margin-right: 10px !important; margin-left: 10px !important;
&:last-child {
margin-right: 0px !important;
}
} }
.el-dropdown { .el-dropdown {
user-select: none; user-select: none;

View File

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

View File

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