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