Commit 891c9efe authored by 盖献康's avatar 盖献康

bug(64242)

parent 57338436
......@@ -279,6 +279,7 @@
clearable
placeholder="请选择设备"
@change="changeDeviceName"
class="custom-select"
>
<el-option
v-for="item in selectableDevice"
......@@ -871,6 +872,14 @@ export default {
}
</script>
<style>
.custom-select .el-select__tags-text {
max-width: 60px; /* 设置最大宽度 */
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
</style>
<style scoped lang="scss">
/** 详情 */
.details {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment