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; +}