fix: 修复时间选择器下拉框图标设置样式不生效而隐藏的问题

This commit is contained in:
刘洪洪
2023-05-26 16:43:57 +08:00
parent cd44a2722f
commit 4ffd5b3f84
2 changed files with 9 additions and 6 deletions

View File

@@ -204,3 +204,11 @@
visibility: hidden !important;
}
}
.my-date-picker {
.el-popper__arrow {
position: absolute;
top: 20px !important;
left: 642px !important; // element上样式设定是left添加right不生效
}
}