修改测试问题
This commit is contained in:
@@ -664,4 +664,19 @@ export default {
|
||||
left: -9999px;
|
||||
width: 375px;
|
||||
}
|
||||
</style>
|
||||
|
||||
/deep/ .uni-select__input-text {
|
||||
width: 170px !important;
|
||||
}
|
||||
|
||||
/deep/ .uni-select__selector-item {
|
||||
uni-text {
|
||||
white-space: nowrap !important;
|
||||
/* 强制不换行 */
|
||||
overflow: hidden !important;
|
||||
/* 溢出内容隐藏 */
|
||||
text-overflow: ellipsis !important;
|
||||
/* 溢出部分显示省略号 */
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user