forked from github/dataease
fix: antv 表格点击无法正常显示菜单
This commit is contained in:
parent
b238d64fcb
commit
c2da4248a1
@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<el-dropdown trigger="click">
|
||||
<el-dropdown
|
||||
trigger="click">
|
||||
<input
|
||||
id="input"
|
||||
ref="trackButton"
|
||||
@ -64,6 +65,15 @@ export default {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
::v-deep.el-popper[x-placement^=bottom] .popper__arrow {
|
||||
transform: rotate(180deg) !important;
|
||||
top: 75px !important;
|
||||
}
|
||||
|
||||
::v-deep.el-popper[x-placement^=bottom] {
|
||||
margin-top: -80px !important;
|
||||
}
|
||||
|
||||
.track-menu {
|
||||
border: #3a8ee6 1px solid;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user