table超出隐藏+console
This commit is contained in:
@@ -183,14 +183,14 @@ export default {
|
||||
})
|
||||
data = [ ...imgs, ...videos, ...files, ...links, ...miniapps ]
|
||||
this.shareToExternalChat({ text: text, attachments: data }).then((res) =>{
|
||||
// err_msg: "shareToExternalChat:ok"
|
||||
if (res.err_msg == "shareToExternalChat:ok") {
|
||||
this.status = 'ok'
|
||||
this.nextCallback()
|
||||
} else {
|
||||
this.status = 'fail'
|
||||
this.nextCallback()
|
||||
}
|
||||
console.log(res)
|
||||
// if (res.err_msg == "shareToExternalChat:ok") {
|
||||
// this.status = 'ok'
|
||||
// this.nextCallback()
|
||||
// } else {
|
||||
// this.status = 'fail'
|
||||
// this.nextCallback()
|
||||
// }
|
||||
})
|
||||
},
|
||||
nextCallback() {
|
||||
|
||||
@@ -499,6 +499,18 @@ export default {
|
||||
background: #eeef !important;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .AiTable .u-table .u-tr .u-td p{
|
||||
width: 100%;
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
::v-deep .AiTable .u-table .u-tr .u-td {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -510,6 +510,17 @@ export default {
|
||||
background: #eeef !important;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .AiTable .u-table .u-tr .u-td p{
|
||||
width: 100%;
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
::v-deep .AiTable .u-table .u-tr .u-td {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user