From 12a11745cd0d57fb02b1673a5bbda496dcb3fd7b Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期六, 14 九月 2024 10:08:44 +0800 Subject: [PATCH] 预约缴费标记 --- src/views/ecg/doctor/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/ecg/doctor/index.vue b/src/views/ecg/doctor/index.vue index 98ad122..573e2c9 100644 --- a/src/views/ecg/doctor/index.vue +++ b/src/views/ecg/doctor/index.vue @@ -156,7 +156,7 @@ <TitlePanel :room="roomBedVO" :patientStatistic="patientStat" /> </el-header> <el-container> - <el-aside width="500px"> + <el-aside width="700px"> <DevInstallPanel ref="devInstallPanelRef" @success="onEvent"/> </el-aside> <el-container style="background-color: var(--el-color-primary-light-7);"> -- Gitblit v1.9.3