修改测试问题

This commit is contained in:
guanj
2026-07-02 09:55:30 +08:00
parent 1d73755a43
commit 40899e6d55
21 changed files with 380 additions and 157 deletions

View File

@@ -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>