mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-09-01 12:26:08 +08:00
Additional UI tweaks
This commit is contained in:
parent
a0358e3101
commit
ab49fb78e5
3 changed files with 8 additions and 4 deletions
|
@ -10,6 +10,7 @@ export const getUserEvents = async (id: number, params: SearchParams, projectId:
|
|||
params,
|
||||
['name'],
|
||||
b => b.where('project_id', projectId)
|
||||
.where('user_id', id),
|
||||
.where('user_id', id)
|
||||
.orderBy('id', 'desc'),
|
||||
)
|
||||
}
|
||||
|
|
|
@ -64,11 +64,13 @@
|
|||
}
|
||||
|
||||
.project-switcher .switcher-value {
|
||||
color: var(--color-primary);
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.project-switcher .project-switcher-icon {
|
||||
color: var(--color-primary);
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
flex-shrink: 0;
|
||||
|
|
|
@ -97,6 +97,7 @@
|
|||
border-radius: var(--border-radius-inner);
|
||||
font-weight: 500;
|
||||
margin: 3px 0;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.ui-select .select-option:first-child {
|
||||
|
@ -125,12 +126,12 @@
|
|||
|
||||
.ui-select .select-option.selected .option-icon {
|
||||
display: block;
|
||||
height: 20px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.ui-select .select-option.selected svg {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
.ui-select .select-option.disabled {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue