From 3e5fad59bfe090227c929b3e3981dc9bab2977cc Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期六, 14 九月 2024 15:50:21 +0800 Subject: [PATCH] 调整 医生界面 布局 待完善 --- src/views/ecg/doctor/index.vue | 16 ++++++++-------- src/layout/components/Footer/src/Footer.vue | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/layout/components/Footer/src/Footer.vue b/src/layout/components/Footer/src/Footer.vue index 3eede38..5510159 100644 --- a/src/layout/components/Footer/src/Footer.vue +++ b/src/layout/components/Footer/src/Footer.vue @@ -19,6 +19,6 @@ :class="prefixCls" class="h-[var(--app-footer-height)] bg-[var(--app-content-bg-color)] text-center leading-[var(--app-footer-height)] text-[var(--el-text-color-placeholder)] dark:bg-[var(--el-bg-color)]" > - <span class="text-14px">Copyright 漏2022-{{ title }}</span> + <span class="text-14px">Copyright 漏2024-{{ title }}</span> </div> </template> diff --git a/src/views/ecg/doctor/index.vue b/src/views/ecg/doctor/index.vue index 573e2c9..7452892 100644 --- a/src/views/ecg/doctor/index.vue +++ b/src/views/ecg/doctor/index.vue @@ -151,19 +151,19 @@ </script> <template> - <el-container> + <el-container style="border: red solid; height: 100%;"> <el-header style="background-color: var(--el-color-primary-light-7); font-size: 24px"> <TitlePanel :room="roomBedVO" :patientStatistic="patientStat" /> </el-header> - <el-container> - <el-aside width="700px"> + <el-container style="height: 100%;"> + <el-main style="border: solid var(--el-color-primary-light-7)"> <DevInstallPanel ref="devInstallPanelRef" @success="onEvent"/> - </el-aside> - <el-container style="background-color: var(--el-color-primary-light-7);"> - <el-main > - <QueuePanel :queue="patientList"/> + </el-main> + <el-container width="500px" style="border: solid var(--el-color-primary-light-7)"> + <el-main style="border: solid var(--el-color-primary-light-7)" > + <QueuePanel :queue="patientList"/> </el-main> - <el-footer> + <el-footer > <el-button :disabled="finishFlag" type="primary" @click="finishNextPatient">鍙彿</el-button> <el-button :disabled="passFlag" type="primary" @click="passNextPatient">杩囧彿</el-button> <el-button :disabled="bedControlFlag" type="primary" @click="bedControl">{{state?'鏆傚仠':'鎭㈠'}}</el-button> -- Gitblit v1.9.3