feat: Personnel => tooltip, add btn, selector
This commit is contained in:
parent
88cf7b032b
commit
1f40ebf228
9 changed files with 72 additions and 29 deletions
|
|
@ -11,7 +11,7 @@ defineProps<{
|
|||
}>();
|
||||
</script>
|
||||
<template>
|
||||
<AppBox bordered class="col-4 q-mr-md">
|
||||
<AppBox bordered>
|
||||
<q-list>
|
||||
<q-item
|
||||
v-for="v in list"
|
||||
|
|
@ -36,8 +36,8 @@ defineProps<{
|
|||
|
||||
<style scoped>
|
||||
.active {
|
||||
color: hsl(var(--main-fg)) !important;
|
||||
background-color: hsl(var(--main-bg));
|
||||
color: hsl(var(--info-fg)) !important;
|
||||
background-color: hsl(var(--info-bg));
|
||||
border-radius: var(--radius-3);
|
||||
|
||||
.dot {
|
||||
|
|
@ -47,7 +47,7 @@ defineProps<{
|
|||
|
||||
&.dark {
|
||||
background-color: transparent;
|
||||
border: 1px solid hsl(var(--main-bg));
|
||||
border: 1px solid hsl(var(--info-bg));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue