fix: 修复时间选择器下拉框图标设置样式不生效而隐藏的问题
This commit is contained in:
@@ -204,3 +204,11 @@
|
||||
visibility: hidden !important;
|
||||
}
|
||||
}
|
||||
|
||||
.my-date-picker {
|
||||
.el-popper__arrow {
|
||||
position: absolute;
|
||||
top: 20px !important;
|
||||
left: 642px !important; // element上样式设定是left,添加right不生效
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user