This commit is contained in:
lcw
2025-11-28 22:25:58 +08:00
parent 85f1f3a6f7
commit e2a54c16eb
90 changed files with 2451 additions and 511 deletions

View File

@ -207,11 +207,14 @@ const onContextmenu = (menu, el) => {
height: 36px;
line-height: 36px;
color: #24b6dd;
// width: 120px;
font-size: 14px;
margin-left: 5px;
margin-right: 28px;
// display: inline-flex;
align-items: center;
// white-space: nowrap;
// overflow: hidden;
// text-overflow: ellipsis;
span {
vertical-align: middle;
@ -299,4 +302,12 @@ const onContextmenu = (menu, el) => {
}
}
}
</style>
::v-deep .tags-view-item span{
text-align: center;
width:100px;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>