forked from github/dataease
fix(仪表板): 调整更多 icon - 大小为 20px
This commit is contained in:
parent
7a181aec1c
commit
85fd5ced36
@ -489,7 +489,7 @@ const initOpenHandler = newWindow => {
|
||||
/>
|
||||
</el-tooltip>
|
||||
<div class="divider"></div>
|
||||
<el-tooltip effect="dark" content="切换至移动端布局" placement="bottom">
|
||||
<el-tooltip :offset="14" effect="dark" content="切换至移动端布局" placement="bottom">
|
||||
<component-button
|
||||
tips="切换至移动端布局"
|
||||
@custom-click="openMobileSetting"
|
||||
|
@ -81,6 +81,7 @@ onMounted(() => {
|
||||
}
|
||||
.ai-main-active {
|
||||
border: 1px solid #d9d9d9;
|
||||
box-shadow: 0px 6px 24px 0px #1f232914;
|
||||
}
|
||||
.ai-main-active-min {
|
||||
min-width: 350px;
|
||||
|
@ -125,7 +125,15 @@ const initOpenHandler = newWindow => {
|
||||
编辑</el-button
|
||||
>
|
||||
<el-dropdown trigger="click">
|
||||
<el-icon :style="{ color: '#1f2329 !important', marginLeft: '8px' }" class="hover-icon">
|
||||
<el-icon
|
||||
:style="{
|
||||
color: '#1f2329 !important',
|
||||
marginLeft: '8px',
|
||||
height: '20px !important',
|
||||
width: '20px !important'
|
||||
}"
|
||||
class="hover-icon"
|
||||
>
|
||||
<Icon name="dv-head-more"></Icon>
|
||||
</el-icon>
|
||||
<template #dropdown>
|
||||
|
Loading…
Reference in New Issue
Block a user