From d9b19708e115a98b9417d0cc1d938e241546ed3e Mon Sep 17 00:00:00 2001 From: lucky Date: Fri, 2 Apr 2021 09:30:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/portrait.styl | 12 + src/components/CaseTable/CaseKTOne.vue | 72 +- src/components/CaseTable/CaseKTTwo.vue | 66 +- src/views/CaseAnalysis/CaseAnalysis.vue | 890 +++++++++++++++++------- src/views/CaseSearch/CaseSearch.vue | 889 ++++++++++++++++------- src/views/PatientInfo/PatientInfo.vue | 831 ++++++++++++++-------- 6 files changed, 1938 insertions(+), 822 deletions(-) diff --git a/src/common/portrait.styl b/src/common/portrait.styl index 5773862..09b49ce 100644 --- a/src/common/portrait.styl +++ b/src/common/portrait.styl @@ -104,6 +104,10 @@ margin-top: 16px; } +.mb-0{ + margin-bottom: 0px; +} + .mb-1{ margin-bottom: 4px; } @@ -148,6 +152,14 @@ margin-left: 32px; } +.ml-9{ + margin-left: 36px; +} + +.ml-10{ + margin-left: 40px; +} + .mr-1{ margin-right: 4px; } diff --git a/src/components/CaseTable/CaseKTOne.vue b/src/components/CaseTable/CaseKTOne.vue index 48ce70b..7a62624 100644 --- a/src/components/CaseTable/CaseKTOne.vue +++ b/src/components/CaseTable/CaseKTOne.vue @@ -1,25 +1,69 @@