WIP Исправил ошибки ввода в числовой инпут
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
outlined,
|
||||
:shadow-text="data.config[key].shadowText",
|
||||
:placeholder="`0${data.config[key].shadowText}`"
|
||||
mask="###"
|
||||
)
|
||||
.flex.flex-col.gap-y-2.w-full(v-if="data.key === 'thermometry'")
|
||||
base-input.w-full(
|
||||
|
||||
@@ -819,8 +819,8 @@ export const protocolForms = [
|
||||
title: "Реакция на холод",
|
||||
label: "Температура",
|
||||
shadowText: "º",
|
||||
max: 100,
|
||||
min: 1,
|
||||
max: 25,
|
||||
min: -40,
|
||||
color: "var(--font-cold-color)",
|
||||
bg: "var(--bg-cold-color)",
|
||||
icon: "ac_unit",
|
||||
@@ -833,7 +833,7 @@ export const protocolForms = [
|
||||
label: "Температура",
|
||||
shadowText: "º",
|
||||
max: 100,
|
||||
min: 1,
|
||||
min: 45,
|
||||
color: "var(--font-heat-color)",
|
||||
bg: "var(--bg-heat-color)",
|
||||
icon: "local_fire_department",
|
||||
|
||||
Reference in New Issue
Block a user