refactor: update border radius
This commit is contained in:
parent
c9f002408b
commit
bc25a5dbff
1 changed files with 1 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ defineProps<{
|
|||
<q-item
|
||||
v-for="v in list"
|
||||
:key="v.label"
|
||||
class="rounded"
|
||||
:class="v.count === 0 ? 'disable-item' : ''"
|
||||
:clickable="v.count > 0"
|
||||
:active="selector === v.label"
|
||||
|
|
@ -43,7 +44,6 @@ defineProps<{
|
|||
.active {
|
||||
color: hsl(var(--info-fg)) !important;
|
||||
background-color: hsl(var(--info-bg));
|
||||
border-radius: var(--radius-3);
|
||||
|
||||
.dot {
|
||||
background-color: hsla(var(--info-bg));
|
||||
|
|
@ -59,7 +59,6 @@ defineProps<{
|
|||
|
||||
.q-item {
|
||||
align-items: center;
|
||||
border-radius: var(--radius-3);
|
||||
border: 1px solid transparent;
|
||||
padding: 6px 16px;
|
||||
min-height: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue