fix: quotation card code color
This commit is contained in:
parent
da4842a4dd
commit
929acbca29
1 changed files with 1 additions and 4 deletions
|
|
@ -99,10 +99,7 @@ const rand = Math.random();
|
|||
{{ title || '-' }}
|
||||
</q-tooltip>
|
||||
</div>
|
||||
<div
|
||||
class="ellipsis q-px-xs q-mb-sm"
|
||||
style="color: hsla(var(--gray-8-hsl) / 0.7); font-size: 80%"
|
||||
>
|
||||
<div class="ellipsis q-px-xs q-mb-sm app-text-muted" style="font-size: 80%">
|
||||
{{ code || '-' }}
|
||||
<q-tooltip anchor="bottom start" self="top left">
|
||||
{{ title || '-' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue