WIP Поправила часть иконок

This commit is contained in:
Daria Golova
2023-07-25 15:42:24 +03:00
parent 14b67dde2b
commit 759d6953a2
16 changed files with 12563 additions and 101 deletions

View File

@@ -19,10 +19,10 @@
)
template(v-slot:selected)
span(v-if="!value?.icon") {{ textSelect }}
q-icon(
q-icon.selected-icon(
v-else,
:name="iconSelect",
size="20px"
size="24px"
)
template(
v-slot:option="scope",
@@ -30,7 +30,7 @@
)
q-item(v-bind="scope.itemProps", style="justify-content: center")
q-item-section(avatar, style="padding: 0px; min-width: 0px")
q-icon(:name="scope.opt.icon", size="20px")
q-icon.icon(:name="scope.opt.icon", size="24px")
</template>
<script>
@@ -106,4 +106,6 @@ export default {
border-width: 1px !important
.q-field__marginal
color: var(--font-grey-color) !important
.icon :deep(path), .selected-icon :deep(path)
fill: var(--font-dark-blue-color)
</style>