[WIP] Добавил форму недавно просмотренных медкарт, фикс стилей
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
span Создать запись
|
||||
.flex.flex-col.gap-y-px
|
||||
q-expansion-item.expansion.font-bold.text-xm(
|
||||
expand-icon="app:down-arrow",
|
||||
v-for="(elem, index) in patientList",
|
||||
expand-separator,
|
||||
:label="elem.label",
|
||||
@@ -301,6 +302,10 @@ export default {
|
||||
.expansion :deep(.q-focus-helper)
|
||||
display: none
|
||||
|
||||
.expansion
|
||||
&:deep(path)
|
||||
fill: var(--font-dark-blue-color)
|
||||
|
||||
.person-wrapper
|
||||
overflow-y: auto
|
||||
margin-right: -10px
|
||||
|
||||
Reference in New Issue
Block a user