fix FileExplorerList.vue fileName
This commit is contained in:
@@ -165,17 +165,17 @@ const contentHeight = computed(() => {
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
position: fixed;
|
||||
z-index: 1100;
|
||||
position: fixed;
|
||||
|
||||
:deep(.t-navbar) {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
:deep(.t-navbar__content) {
|
||||
color: var(--tui-black, #000);
|
||||
border-bottom: 1px solid var(--app-line);
|
||||
border-bottom: 1px solid rgba(0, 0, 0, .1);
|
||||
background: rgba(250, 250, 250, .8);
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
|
||||
@@ -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