no message
Former-commit-id: 3d708b2e9baf48e71dd49963eccb6cfbd036745d Former-commit-id: 8b4af898681ac987ecc86222eea5a0d51f34ef3a Former-commit-id: 98fbb85a77355e4db3ee4604b71b7777376b6475
This commit is contained in:
@@ -55,10 +55,7 @@
|
||||
padding: 14px 12px;
|
||||
border-radius: 4px;
|
||||
margin: 0px !important;
|
||||
margin-right: 10px !important;
|
||||
&:last-child {
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
margin-left: 10px !important;
|
||||
}
|
||||
.el-dropdown {
|
||||
user-select: none;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<el-tooltip
|
||||
class="item"
|
||||
effect="dark"
|
||||
:content="isFullScreen ? '退出全屏' : '全屏'"
|
||||
placement="bottom">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user