02.element-ui选择框过长折行问题
解决方案如下~~~
<style lang="scss">
.spotMonitor{
.el-select__tags, .el-select__tags-text {
display: inline-block;
max-width:90px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.el-select .el-tag__close.el-icon-close {
top: -7px!important;
}
}
</style>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
上次更新: 2021/07/22, 09:07:42
Related Issues not found
Please contact @julie7366 @Ostask to initialize the comment