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 || '-' }}
|
{{ title || '-' }}
|
||||||
</q-tooltip>
|
</q-tooltip>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="ellipsis q-px-xs q-mb-sm app-text-muted" style="font-size: 80%">
|
||||||
class="ellipsis q-px-xs q-mb-sm"
|
|
||||||
style="color: hsla(var(--gray-8-hsl) / 0.7); font-size: 80%"
|
|
||||||
>
|
|
||||||
{{ code || '-' }}
|
{{ code || '-' }}
|
||||||
<q-tooltip anchor="bottom start" self="top left">
|
<q-tooltip anchor="bottom start" self="top left">
|
||||||
{{ title || '-' }}
|
{{ title || '-' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue