fix FileExplorerList.vue fileName
This commit is contained in:
@@ -115,6 +115,12 @@ function handleOpen(item: ExplorerItem): void {
|
||||
|
||||
.cell {
|
||||
|
||||
&:deep(.t-cell__content) {
|
||||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
&:deep(.t-cell__title) {
|
||||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
@@ -122,6 +128,8 @@ function handleOpen(item: ExplorerItem): void {
|
||||
}
|
||||
|
||||
&:deep(.t-cell__title-text) {
|
||||
width: 100%;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user