@H_4040@在使用iview的过程中,我遇到这样一个问题,在Model中使用select下拉框组件。但是当弹出框超过一屏需要滚动时,select的下拉选项会出现错位(下图1为正常,图2为滚动后,下拉选项错位。)
@H4040@
图1:
@H404_0@
@H_4040@
图2:
@H404_0@
@H_404_0@在分析组件代码后,发现以下一个样式:
<div class="jb51code">
<pre class="brush:xhtml;">
.ivu-modal .ivu-select-dropdown {
position: absolute !important;
}