Фикс багов дизайна
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
.patient-info.pt-4.pr-6.flex.flex-col.justify-between.rounded
|
||||
.patient-info.pt-4.pr-6.flex.flex-col.justify-between.rounded.font-medium.text-m
|
||||
.ml-6.flex.justify-between
|
||||
q-breadcrumbs
|
||||
template(v-slot:separator)
|
||||
@@ -30,6 +30,7 @@
|
||||
:style="{color: 'var(--font-dark-blue-color)', 'line-height': '135%'}",
|
||||
) {{patientName}}
|
||||
q-chip(
|
||||
v-if="priority?.text",
|
||||
square,
|
||||
text-color="white",
|
||||
:style="{height: '20px', background: priority?.color, padding: '2px 8px'}",
|
||||
|
||||
Reference in New Issue
Block a user