Исправила отображения дат, статусов, врача

This commit is contained in:
Daria Golova
2023-08-16 14:04:21 +03:00
parent 37f4fdf507
commit c866662384
5 changed files with 62 additions and 27 deletions

View File

@@ -7,7 +7,7 @@
@click="changeShownCreateModal(true)",
v-if="createInspection"
)
q-icon(name="app:plus", size="18px")
q-icon.plus-icon(name="app:big-plus", size="24px")
.p-4.rounded.background.list.flex.flex-col.gap-y-6
.flex
base-select(
@@ -157,4 +157,6 @@ export default {
color: var(--default-white)
.color-grey
color: var(--font-grey-color)
.plus-icon :deep(path)
fill: white
</style>