From 701164c288b4b78b3b5c409d9865291677e95c74 Mon Sep 17 00:00:00 2001 From: DwCay Date: Tue, 30 May 2023 19:07:24 +0300 Subject: [PATCH] =?UTF-8?q?[WIP]=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=B4=D0=B2=D0=B8=D0=B6=D0=BD=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B8=20=D0=B7=D1=83=D0=B1=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ToothFormula/ToothConditionsInfo.vue | 2 + .../Forms/ToothFormula/ToothFormulaCell.vue | 144 ++++++++++++++++++ .../Forms/ToothFormula/ToothFormulaForm.vue | 9 +- .../Forms/ToothFormula/ToothFormulaTable.vue | 61 +++----- tailwind.config.js | 1 + 5 files changed, 170 insertions(+), 47 deletions(-) create mode 100644 src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/ToothFormula/ToothFormulaCell.vue diff --git a/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/ToothFormula/ToothConditionsInfo.vue b/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/ToothFormula/ToothConditionsInfo.vue index bd3b039..10146e7 100644 --- a/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/ToothFormula/ToothConditionsInfo.vue +++ b/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/ToothFormula/ToothConditionsInfo.vue @@ -1,6 +1,8 @@ @@ -76,12 +57,4 @@ export default { border-bottom-width: 0 .cell border-right: 1px solid var(--border-light-grey-color) - &:last-child - border-right-width: 0 -.conditions - background-color: var(--bg-light-grey) - &:hover - background-color: var(--font-grey-color-0) - &.active - background-color: var(--btn-blue-color) diff --git a/tailwind.config.js b/tailwind.config.js index be3f5ea..ebccfa9 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -66,6 +66,7 @@ module.exports = { "74px": "74px", "92px": "92px", "102px": "102px", + "143px": "143px", "148px": "148px", }, },