fix: bug#10393
This commit is contained in:
parent
4112313953
commit
01fc5b13a0
|
@ -164,5 +164,6 @@ function syncTriggerClass(
|
|||
.j-ellipsis-line-clamp {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
word-break: break-all;
|
||||
}
|
||||
</style>
|
|
@ -172,6 +172,7 @@ const objectValue = ref<string>('');
|
|||
const handleItemModalSubmit = () => {
|
||||
myValue.value = objectValue.value.replace(/[\r\n]\s*/g, '');
|
||||
modalVis.value = false;
|
||||
emit('change', myValue.value);
|
||||
};
|
||||
|
||||
// 文件上传
|
||||
|
|
|
@ -176,7 +176,7 @@
|
|||
<div class="card-item-content-text">
|
||||
绑定设备
|
||||
</div>
|
||||
<div>{{ slotProps.deviceName }}</div>
|
||||
<Ellipsis>{{ slotProps.deviceName }}</Ellipsis>
|
||||
</j-col>
|
||||
</j-row>
|
||||
<j-divider style="margin: 12px 0" />
|
||||
|
|
Loading…
Reference in New Issue