Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有没有遇到过 行内编辑 el-Select选择完成后或者input 输入断焦 滚动条到最顶部的问题 #152

Open
XingKai04 opened this issue Nov 30, 2023 · 0 comments

Comments

@XingKai04
Copy link

有没有遇到过 行内编辑 el-Select选择完成后或者input 输入断焦 滚动条到最顶部的问题
具体问题 为行内




<el-select
v-model="row.model"
filterable
:loading="loadingSpecs"
@Focus="focusSpecs(row)"
@change="changeSpecs(row,$event,index)"
v-if="row.materialName && rowIndex == $index && (row.materialSource == 1 || row.materialSource == 4) && contractInfo.contractClassify != 1"
>


{{ row.model }}


选择完成后滚动条出现到顶部问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant