From 2241c5b8590dcbb5edf571ea5508247cf9f632cd Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 18 九月 2024 14:20:20 +0800 Subject: [PATCH] update --- src/views/ecg/doctor/index.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/ecg/doctor/index.vue b/src/views/ecg/doctor/index.vue index 98ad122..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="500px"> + <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