lcw
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user