当前位置:网站首页>Antdesign a-select 下拉框超出长度换行显示
Antdesign a-select 下拉框超出长度换行显示
2022-08-05 07:14:00 【温柔的风归功于带笑的你】
<a-form-model-item label="检查诊室:" style="width: 230px !important;">
<div ref="selectBox" class="selectdrop">
<a-select v-model="stuRoomId" :getPopupContainer="()=>this.$refs.selectBox" style="width: 140px;" @change="handleChangeRoom">
<a-select-option v-for="item in localStuRoomList" :key="item.roomId">{
{item.roomName}}</a-select-option>
</a-select>
</div>
</a-form-model-item>
::v-deep .selectdrop .ant-select-dropdown-menu .ant-select-dropdown-menu-item{
white-space: normal;
word-break: break-all;
}
边栏推荐
- AI+视频技术助力保障校园安全,校园智能安防平台该如何建设?
- Mysql主从延迟的原因和解决方案
- 二叉树进阶复习1
- Put Cloudflare on the website (take Tencent Cloud as an example)
- protobuf is compiled against the associated .proto file
- ARM Cortex-M上的Trace跟踪方案
- Vulnhub靶机:HA_ NARAK
- 利用Jenkins的持续集成
- Summary of Text Characterization Methods
- Invalid operator for data type.The operator is add and the type is text.
猜你喜欢
MySQL: join query | inner join, outer join
Advanced Redis
Game Thinking 19: Multi-dimensional calculation related to games: point product, cross product, point-line-surface distance calculation
Week 8 Document Clustering(文本聚类)
MySQL:order by排序查询,group by分组查询
性能提升400倍丨外汇掉期估值计算优化案例
二叉搜索树问题
AI+视频技术助力保障校园安全,校园智能安防平台该如何建设?
【 LeetCode 】 235. A binary search tree in recent common ancestor
微信 小程序 之PC端 不支持 wx.previewMedia 方法 故用自定义轮播图进行 模拟照片视频的播放
随机推荐
Algorithm Supplements Fifteen Complementary Linked List Related Interview Questions
Shiny04---DT和进度条在shiny中的应用
2006年星座运势全解-射手
字节面试流程及面试题无私奉献,吐血整理
任务流调度工具AirFlow,,220804,,
TRACE32——外设寄存器查看与修改
cmake 学习使用笔记(三)
Takeda Fiscal 2022 First Quarter Results Strong; On Track to Achieve Full-Year Management Guidance
图片地址转为base64
Put Cloudflare on the website (take Tencent Cloud as an example)
外企Office常用英语
文本特征化方法总结
Flink学习10:使用idea编写WordCount,并打包运行
线性代数对角化
In the anaconda Promat interface, import torch is passed, and the error is reported in the jupyter notebook (only provide ideas and understanding!)
线程池的使用(结合Future/Callable使用)
An IP conflict is reported after installing the software on a dedicated computer terminal
七夕?编程?
After working for 3 years, I recalled the comparison between the past and the present when I first started, and joked about my testing career
强网杯2022 pwn 赛题解析——house_of_cat