From e42d990304f56824c0b69cdf912766617d0c41b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=BD=87=E5=87=A1?= <2899447176@qq.com> Date: Wed, 5 Nov 2025 13:32:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=B4=B9=E5=B7=A5=E4=BD=9C=E7=AB=99-?= =?UTF-8?q?=E3=80=8B=E9=97=A8=E8=AF=8A=E6=8C=82=E5=8F=B7=EF=BC=9A=E5=B0=86?= =?UTF-8?q?=E9=97=A8=E8=AF=8A=E6=8C=82=E5=8F=B7=E7=95=8C=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=8C=89=E9=92=AE=E7=BB=9F=E4=B8=80=E6=91=86?= =?UTF-8?q?=E6=94=BE=E5=9C=A8=E6=A0=87=E9=A2=98=E9=A1=B5=EF=BC=8C=E4=BE=9D?= =?UTF-8?q?=E6=AC=A1=E6=91=86=E6=94=BE=E6=95=B4=E9=BD=90=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../charge/outpatientregistration/index.vue | 88 +++++-------------- 1 file changed, 24 insertions(+), 64 deletions(-) diff --git a/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue b/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue index a8cfa5b8..4bdfac93 100644 --- a/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue +++ b/openhis-ui-vue3/src/views/charge/outpatientregistration/index.vue @@ -3,7 +3,20 @@ - + @@ -28,44 +41,6 @@ - - - 新建 - - - 查询 - - - 电子凭证 - - - 身份证 - - - 医保卡 - - - @@ -350,33 +325,12 @@ - - 清空 - 保存挂号 + + + + - @@ -1324,4 +1278,10 @@ getLocationInfo(); margin-bottom: 0; /* 去掉默认的 margin-bottom */ margin-left: 8px; /* 图标和下拉选之间的间距 */ } + +/* 标题区域按钮样式 */ +.header-buttons { + display: flex; + gap: 8px; +}