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

select选择器设置多选、折叠,内容超长的情况下,选择的内容会超出父元素宽度 #130

Open
runningfan123 opened this issue Mar 3, 2025 · 1 comment

Comments

@runningfan123
Copy link

<el-select v-model="shopName" filterable clearable placeholder="搜索店铺" multiple collapse-tags style="width: 120px" :remote-method="remoteMethod"> <el-option value="1">这是一段很长的文本内容选择该内容会超出视图显示样式错乱</el-option> <el-option value="2">这是一段很长的文本</el-option> <el-option value="3">这是一段很长的文本</el-option> <el-option value="4">这是一段很长的文本</el-option> </el-select>

@runningfan123
Copy link
Author

版本2.15.14

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