[WIP] Заменил селекты, шрифт инпута, поправил отображение смен на расписании
This commit is contained in:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user