[WIP] Заменил селекты, шрифт инпута, поправил отображение смен на расписании

This commit is contained in:
megavrilinvv
2023-01-24 12:09:19 +03:00
parent 1fcf29463b
commit 7d5341e61a
6 changed files with 20 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
base-input-container.gap-y-2(:label="label")
q-input(
v-model="value",
:class="{'circle': circle}",
:class="{'circle': circle, 'font-input': true}",
:input-style="{ color: textColor, width: width + 'px' }",
:borderless="borderless",
:placeholder="placeholder",
@@ -85,6 +85,9 @@ export default {
</script>
<style lang="sass" scoped>
.font-input
font-feature-settings: 'pnum' on, 'lnum' on
.circle
width: 100%
height: 100%