WIP Исправлен background у инпутов и селектов

This commit is contained in:
Daria Golova
2023-01-25 11:07:00 +03:00
parent 7707092259
commit 0fce0641fe
3 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
flat,
dense,
style="color: var(--font-dark-blue-color)",
padding="4px 8px"
padding="4px 8px",
icon="app:icon-bell",
size="18px",
round,

View File

@@ -10,6 +10,7 @@
:dense="dense",
:type="type",
:filled="filled",
:bg-color="!filled && 'white'",
:disable="disabled",
:rules="rule",
:mask="mask",

View File

@@ -6,7 +6,7 @@
:options="items",
:disable="disable",
:behavior="behavior",
bg-color="var(--bg-disable-grey-color)",
bg-color="white",
outlined,
dense,
emit-value,