This commit is contained in:
parent
53558c4b46
commit
c74032d1d0
16 changed files with 702 additions and 44 deletions
|
|
@ -28,6 +28,7 @@ const authMenu = computed(() => {
|
|||
}
|
||||
|
||||
return [
|
||||
{ label: 'Labels', key: 'labels' },
|
||||
{ label: 'Personal', key: 'personal' },
|
||||
]
|
||||
})
|
||||
|
|
@ -137,7 +138,7 @@ const renderLabel = (option) => {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
margin-left: auto;
|
||||
min-width: 150px;
|
||||
min-width: 250px;
|
||||
padding-right: 16px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue