enhance(client): tweak ui
This commit is contained in:
parent
99ced12ac5
commit
b463663175
3 changed files with 35 additions and 3 deletions
|
|
@ -414,6 +414,10 @@ export default defineComponent({
|
|||
}
|
||||
}
|
||||
|
||||
> .left {
|
||||
min-width: 16px;
|
||||
}
|
||||
|
||||
> .title {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
|
|
@ -421,7 +425,6 @@ export default defineComponent({
|
|||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-align: center;
|
||||
cursor: move;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue