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
|
<q-item
|
||||||
v-for="v in list"
|
v-for="v in list"
|
||||||
:key="v.label"
|
:key="v.label"
|
||||||
|
class="rounded"
|
||||||
:class="v.count === 0 ? 'disable-item' : ''"
|
:class="v.count === 0 ? 'disable-item' : ''"
|
||||||
:clickable="v.count > 0"
|
:clickable="v.count > 0"
|
||||||
:active="selector === v.label"
|
:active="selector === v.label"
|
||||||
|
|
@ -43,7 +44,6 @@ defineProps<{
|
||||||
.active {
|
.active {
|
||||||
color: hsl(var(--info-fg)) !important;
|
color: hsl(var(--info-fg)) !important;
|
||||||
background-color: hsl(var(--info-bg));
|
background-color: hsl(var(--info-bg));
|
||||||
border-radius: var(--radius-3);
|
|
||||||
|
|
||||||
.dot {
|
.dot {
|
||||||
background-color: hsla(var(--info-bg));
|
background-color: hsla(var(--info-bg));
|
||||||
|
|
@ -59,7 +59,6 @@ defineProps<{
|
||||||
|
|
||||||
.q-item {
|
.q-item {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: var(--radius-3);
|
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
padding: 6px 16px;
|
padding: 6px 16px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue