WIP Поправила часть иконок
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user