mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
style: 下拉框过滤器样式
This commit is contained in:
@@ -227,7 +227,8 @@ export default {
|
||||
this.onFocus = true
|
||||
// 下拉框弹出时,设置弹框的宽度
|
||||
this.$nextTick(() => {
|
||||
this.selectOptionWidth = event.srcElement.offsetWidth + 'px'
|
||||
// this.selectOptionWidth = event.srcElement.offsetWidth + 'px'
|
||||
this.selectOptionWidth = event.srcElement.parentElement.parentElement.offsetWidth + 'px'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user